From 556c5e1822f995b0de19de0030c819f52f2ba171 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:36:48 +0000 Subject: [PATCH] chore(deps): update dependency chai to v5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4f1052..c945e64 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "halfred": "2.0.0" }, "devDependencies": { - "chai": "4.5.0", + "chai": "5.1.2", "commitlint-config-traverson": "1.0.56", "cz-conventional-changelog": "3.3.0", "grunt": "1.6.1",