From 34208a33fc7625f14ea65d65b408f292682d86ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 13:34:48 +0000 Subject: [PATCH] chore(deps): update dependency chai to v4.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a24c67b..53b7a72 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "yargs": "^12.0.2" }, "devDependencies": { - "chai": "4.2.0", + "chai": "4.5.0", "chai-as-promised": "7.1.1", "codecov": "3.1.0", "documentation": "9.0.0-alpha.1",