From ac8af44cb555875d6cbc71d6cae049484d7c005e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 18:58:21 +0000 Subject: [PATCH] chore: update dependency chai to v5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22b80962..d5926175 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@commitlint/config-conventional": "^18.6.2", - "chai": "^4.4.1", + "chai": "^5.1.0", "chai-as-promised": "^7.1.1", "commitlint": "^18.6.1", "eslint": "^8.56.0",