From aa5a3d3a4c304f03a91a45a21b5021fdcba2e114 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:44:51 +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 b006abd..93943b2 100644 --- a/package.json +++ b/package.json @@ -30,10 +30,10 @@ }, "devDependencies": { "@balena/lint": "^9.0.1", - "@types/chai": "^4.3.19", + "@types/chai": "^5.0.0", "@types/common-tags": "^1.8.4", "@types/mocha": "^10.0.7", - "chai": "^4.5.0", + "chai": "^5.0.0", "husky": "^9.1.6", "lint-staged": "^15.2.10", "mocha": "^10.7.3",