From e3e725ca313ee256eedde8caac7cebbad5c58515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 12:02:00 +0000 Subject: [PATCH] Bump @nomicfoundation/hardhat-toolbox in /packages/hardhat Bumps [@nomicfoundation/hardhat-toolbox](https://github.com/nomicfoundation/hardhat) from 5.0.0 to 6.1.0. - [Release notes](https://github.com/nomicfoundation/hardhat/releases) - [Commits](https://github.com/nomicfoundation/hardhat/compare/@nomicfoundation/hardhat-toolbox@5.0.0...@nomicfoundation/hardhat-toolbox@6.1.0) --- updated-dependencies: - dependency-name: "@nomicfoundation/hardhat-toolbox" dependency-version: 6.1.0 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 a6e33cd..22c650b 100644 --- a/packages/hardhat/package.json +++ b/packages/hardhat/package.json @@ -4,7 +4,7 @@ "main": "index.js", "license": "MIT", "dependencies": { - "@nomicfoundation/hardhat-toolbox": "^5.0.0", + "@nomicfoundation/hardhat-toolbox": "^6.1.0", "@openzeppelin/contracts": "^5.1.0", "@synthetixio/synpress": "^4.0.3", "chai": "^5.2.0",