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",