From a2c7765181abb02c21471bcea98492e26203f556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 12:43:54 +0000 Subject: [PATCH] Bump chai from 4.5.0 to 5.2.0 in /packages/hardhat Bumps [chai](https://github.com/chaijs/chai) from 4.5.0 to 5.2.0. - [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.2.0) --- updated-dependencies: - dependency-name: chai dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/hardhat/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hardhat/package.json b/packages/hardhat/package.json index 252b45f..12db732 100644 --- a/packages/hardhat/package.json +++ b/packages/hardhat/package.json @@ -7,7 +7,7 @@ "@nomicfoundation/hardhat-toolbox": "^2.0.2", "@openzeppelin/contracts": "^5.1.0", "@synthetixio/synpress": "^4.0.3", - "chai": "^4.3.7", + "chai": "^5.2.0", "chalk": "^5.2.0", "dotenv": "^16.4.7", "hardhat": "2.22.18",