From 356697fca975964258b948706162270bc1bc7491 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:54:50 +0000 Subject: [PATCH] Update chai to v5 Update @types/chai from 4.3.20 to 5.0.0 Change-type: patch --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 18b52448f..0c70413fc 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,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.8", "@types/on-finished": "^2.3.4", @@ -78,7 +78,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",