From be23b0f1f5c5b21a8f40522f9df5a0229322bc36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 12:44:04 +0000 Subject: [PATCH] Bump @nomicfoundation/hardhat-toolbox in /packages/hardhat Bumps [@nomicfoundation/hardhat-toolbox](https://github.com/nomicfoundation/hardhat) from 2.0.2 to 5.0.0. - [Release notes](https://github.com/nomicfoundation/hardhat/releases) - [Commits](https://github.com/nomicfoundation/hardhat/compare/@nomicfoundation/hardhat-toolbox@2.0.2...@nomicfoundation/hardhat-toolbox@5.0.0) --- updated-dependencies: - dependency-name: "@nomicfoundation/hardhat-toolbox" 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..b8c7f50 100644 --- a/packages/hardhat/package.json +++ b/packages/hardhat/package.json @@ -4,7 +4,7 @@ "main": "index.js", "license": "MIT", "dependencies": { - "@nomicfoundation/hardhat-toolbox": "^2.0.2", + "@nomicfoundation/hardhat-toolbox": "^5.0.0", "@openzeppelin/contracts": "^5.1.0", "@synthetixio/synpress": "^4.0.3", "chai": "^4.3.7",