From 0a0dfed93370c9c02c2dd5077a0fc6801d8e6be3 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:49:07 +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 5424d34..10097ac 100644 --- a/package.json +++ b/package.json @@ -30,10 +30,10 @@ "@balena/lint": "^8.2.8", "@balena/sbvr-parser": "^1.4.6", "@balena/sbvr-types": "^9.0.2", - "@types/chai": "^4.3.20", + "@types/chai": "^5.0.0", "@types/chai-things": "0.0.38", "@types/mocha": "^10.0.8", - "chai": "^4.5.0", + "chai": "^5.0.0", "chai-things": "~0.2.0", "husky": "^9.1.6", "lint-staged": "^15.2.10",