From 8c655ad8361012819556ff770c2107a6a288dd58 Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 14:54:25 +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 83d04a9e1..620f16da6 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",