From 01323da04123e7c9ebd226c23679be54d9a0e5f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:35:16 +0000 Subject: [PATCH] chore: update dependency chai to v5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91aa9770..b93723a6 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@types/estree": "^1.0.5", "@typescript-eslint/parser": "^7.7.0", "@typescript-eslint/utils": "^7.7.0", - "chai": "^4.4.1", + "chai": "^5.0.0", "dirty-chai": "^2.0.1", "eslint": "^9.0.0", "eslint-config-not-an-aardvark": "^2.1.0",