From a712b321e58002de9f0d77abedfc5959af21b420 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 12:55:24 +0000 Subject: [PATCH] Update dependency chai to v5 Update chai from 4.5.0 to 5.1.1 Change-type: patch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8354dcc..4640e09 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@types/chai-datetime": "^0.0.39", "@types/mocha": "^10.0.6", "@types/sha.js": "^2.4.4", - "chai": "^4.4.1", + "chai": "^5.0.0", "chai-datetime": "^1.8.0", "husky": "^9.0.11", "lint-staged": "^15.2.6",