From 138d91990b81d778fc11a3873d295661b0443cca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 12:44:00 +0000 Subject: [PATCH] Bump @nomicfoundation/hardhat-chai-matchers in /packages/hardhat Bumps [@nomicfoundation/hardhat-chai-matchers](https://github.com/nomicfoundation/hardhat) from 1.0.6 to 2.0.8. - [Release notes](https://github.com/nomicfoundation/hardhat/releases) - [Commits](https://github.com/nomicfoundation/hardhat/compare/@nomicfoundation/hardhat-chai-matchers@1.0.6...@nomicfoundation/hardhat-chai-matchers@2.0.8) --- updated-dependencies: - dependency-name: "@nomicfoundation/hardhat-chai-matchers" dependency-type: direct:development 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..e866beb 100644 --- a/packages/hardhat/package.json +++ b/packages/hardhat/package.json @@ -16,7 +16,7 @@ "node-watch": "^0.7.3" }, "devDependencies": { - "@nomicfoundation/hardhat-chai-matchers": "^1.0.0", + "@nomicfoundation/hardhat-chai-matchers": "^2.0.8", "@nomicfoundation/hardhat-ethers": "^3.0.2", "@nomicfoundation/hardhat-network-helpers": "^1.0.8", "@nomiclabs/hardhat-ethers": "^2.0.0",