From f2363804e7eda4234c45ada25b139d0369c03b4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 08:19:45 +0000 Subject: [PATCH] deps(contracts): bump @nomicfoundation/hardhat-toolbox in /contracts Bumps [@nomicfoundation/hardhat-toolbox](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat-toolbox) from 6.1.2 to 7.0.0. - [Release notes](https://github.com/NomicFoundation/hardhat/releases) - [Changelog](https://github.com/NomicFoundation/hardhat/blob/@nomicfoundation/hardhat-toolbox@7.0.0/packages/hardhat-toolbox/CHANGELOG.md) - [Commits](https://github.com/NomicFoundation/hardhat/commits/@nomicfoundation/hardhat-toolbox@7.0.0/packages/hardhat-toolbox) --- updated-dependencies: - dependency-name: "@nomicfoundation/hardhat-toolbox" dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- contracts/package-lock.json | 30 +++++------------------------- contracts/package.json | 2 +- 2 files changed, 6 insertions(+), 26 deletions(-) diff --git a/contracts/package-lock.json b/contracts/package-lock.json index 8e7fb79..ecadcf4 100644 --- a/contracts/package-lock.json +++ b/contracts/package-lock.json @@ -17,7 +17,7 @@ "@nomicfoundation/hardhat-ignition": "^0.15.16", "@nomicfoundation/hardhat-ignition-ethers": "^0.15.17", "@nomicfoundation/hardhat-network-helpers": "^1.1.2", - "@nomicfoundation/hardhat-toolbox": "^6.1.2", + "@nomicfoundation/hardhat-toolbox": "^7.0.0", "@nomicfoundation/hardhat-verify": "^2.1.3", "@nomicfoundation/ignition-core": "^0.15.15", "@typechain/ethers-v6": "^0.5.1", @@ -1051,31 +1051,11 @@ } }, "node_modules/@nomicfoundation/hardhat-toolbox": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-toolbox/-/hardhat-toolbox-6.1.2.tgz", - "integrity": "sha512-xKL2r43GC/UIcQzmtFSmj3L4KqLSQ4fK+kyUw0vbIp94nV+9o2ZkI1s3znB8EKXqitt9ClXo0qcKj9RKOFjqPQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-toolbox/-/hardhat-toolbox-7.0.0.tgz", + "integrity": "sha512-pMoxUU0WWxXv5zkE6mm3JZcvLN94TCax+NVZv5TMscnfwQ42lm+qEAnNxuGNneFbo8JGbHu1B6aEzV08bhmI3w==", "dev": true, - "license": "MIT", - "peerDependencies": { - "@nomicfoundation/hardhat-chai-matchers": "^2.1.0", - "@nomicfoundation/hardhat-ethers": "^3.1.3", - "@nomicfoundation/hardhat-ignition-ethers": "^0.15.14", - "@nomicfoundation/hardhat-network-helpers": "^1.1.0", - "@nomicfoundation/hardhat-verify": "^2.1.0", - "@typechain/ethers-v6": "^0.5.0", - "@typechain/hardhat": "^9.0.0", - "@types/chai": "^4.2.0", - "@types/mocha": ">=9.1.0", - "@types/node": ">=20.0.0", - "chai": "^4.2.0", - "ethers": "^6.14.0", - "hardhat": "^2.28.0", - "hardhat-gas-reporter": "^2.3.0", - "solidity-coverage": "^0.8.17", - "ts-node": ">=8.0.0", - "typechain": "^8.3.0", - "typescript": ">=4.5.0" - } + "license": "MIT" }, "node_modules/@nomicfoundation/hardhat-verify": { "version": "2.1.3", diff --git a/contracts/package.json b/contracts/package.json index 3c4e372..7c1b62a 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -19,7 +19,7 @@ "@nomicfoundation/hardhat-ignition": "^0.15.16", "@nomicfoundation/hardhat-ignition-ethers": "^0.15.17", "@nomicfoundation/hardhat-network-helpers": "^1.1.2", - "@nomicfoundation/hardhat-toolbox": "^6.1.2", + "@nomicfoundation/hardhat-toolbox": "^7.0.0", "@nomicfoundation/hardhat-verify": "^2.1.3", "@nomicfoundation/ignition-core": "^0.15.15", "@typechain/ethers-v6": "^0.5.1",