From 618c2ed98a0e9b1a3b273f7ba8f2bbf59326a5a5 Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 03:23:10 +0000 Subject: [PATCH] Update chai to v5 Update @types/chai from 4.3.1 to 5.2.3 Change-type: patch --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 105cd7f..bbe09ab 100644 --- a/package.json +++ b/package.json @@ -58,12 +58,12 @@ }, "devDependencies": { "@balena/lint": "^6.2.0", - "@types/chai": "^4.2.22", + "@types/chai": "^5.0.0", "@types/chai-as-promised": "^7.1.4", "@types/google-apps-script": "^1.0.47", "@types/jest": "^27.4.1", "@types/mocha": "^9.0.0", - "chai": "^4.3.4", + "chai": "^5.0.0", "chai-as-promised": "^7.1.1", "mocha": "^9.1.3", "rimraf": "^3.0.2",