From bd697b49d8cfc3d6973adf10c753a14c4987d7cf Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 00:13:15 +0000 Subject: [PATCH] Update dependency chai to v6 Update chai from 4.5.0 to 6.2.2 Change-type: patch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23e98b2..1e4a8f9 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@types/mock-fs": "^4.13.1", "@types/tar-fs": "^2.0.1", "@types/tar-stream": "^3.0.0", - "chai": "^4.3.4", + "chai": "^6.0.0", "chai-as-promised": "^7.1.1", "dockerode": "^4.0.2", "husky": "^8.0.0",