From 1f29cdad4201cf30de7e58cea4c913a047f75898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:19:19 +0000 Subject: [PATCH] npm: bump chai from 4.5.0 to 5.1.2 Bumps [chai](https://github.com/chaijs/chai) from 4.5.0 to 5.1.2. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](https://github.com/chaijs/chai/compare/v4.5.0...v5.1.2) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70f5d88..f3ccc9a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@types/chai": "^4.3.5", "@types/mocha": "^10.0.1", "@types/node": "^22.1.0", - "chai": "^4.3.7", + "chai": "^5.1.2", "dotenv": "^16.3.1", "eslint": "^9.8.0", "ethereum-waffle": "^4.0.10",