From 4c5447ed7f6eb1d70f18174ea27912531237c259 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 22:46:18 +0000 Subject: [PATCH] build(deps-dev): update dependency chai to v6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b694a58..4f80512 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@wmfs/cardscript-schema": "1.32.0" }, "devDependencies": { - "chai": "4.3.4", + "chai": "6.2.2", "mocha": "11.7.1", "standard": "17.0.0" },