From b19eaf0051042a0e1e201cff9c6f76d45a86fb58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 22:52:38 +0000 Subject: [PATCH] chore(deps): update dependency chai to v6 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- zkp/js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zkp/js/package.json b/zkp/js/package.json index 1a2d698..4365a47 100644 --- a/zkp/js/package.json +++ b/zkp/js/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@iden3/js-merkletree": "1.5.1", - "chai": "5.3.3", + "chai": "6.2.2", "circom_tester": "0.0.24", "circomlibjs": "0.1.7", "mocha": "11.7.5",