From c8a4559972bcae8a2b7886424522175f4d1b0e68 Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 22:56:04 +0000 Subject: [PATCH] Update chai to v5 Update @types/chai from 4.3.20 to 5.0.1 Change-type: patch --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d08ff75d5..90cee5520 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@balena/lint": "^8.2.8", "@faker-js/faker": "^9.0.3", "@types/busboy": "^1.5.4", - "@types/chai": "^4.3.20", + "@types/chai": "^5.0.0", "@types/grunt": "^0.4.31", "@types/mocha": "^10.0.9", "@types/on-finished": "^2.3.4", @@ -79,7 +79,7 @@ "@types/supertest": "^6.0.2", "@types/terser-webpack-plugin": "^5.2.0", "@types/webpack": "^5.28.5", - "chai": "^4.5.0", + "chai": "^5.0.0", "grunt": "^1.6.1", "grunt-check-dependencies": "^1.0.0", "grunt-cli": "^1.5.0",