From a1c5269b2feead5b850d5d817a0200a65a395257 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:46:14 +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 ae49eee5..b33627a8 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@commitlint/config-conventional": "^19.0.3", - "chai": "^4.4.1", + "chai": "^5.1.0", "chai-as-promised": "^7.1.1", "commitlint": "^19.0.3", "eslint": "^8.57.0",