Skip to content

Commit

Permalink
fix(deps): update dependency @nomicfoundation/hardhat-verify to v2.0.…
Browse files Browse the repository at this point in the history
…12 (#15169)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 837184e commit 549d433
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 9 deletions.
2 changes: 1 addition & 1 deletion governance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@matterlabs/hardhat-zksync-verify": "1.7.0",
"@nomicfoundation/hardhat-ethers": "3.0.8",
"@nomicfoundation/hardhat-network-helpers": "1.0.12",
"@nomicfoundation/hardhat-verify": "2.0.11",
"@nomicfoundation/hardhat-verify": "2.0.12",
"@nomiclabs/hardhat-ethers": "2.2.3",
"@openzeppelin/hardhat-upgrades": "3.6.0",
"@openzeppelin/upgrades-core": "1.41.0",
Expand Down
2 changes: 1 addition & 1 deletion smart-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@connext/interfaces": "2.0.5",
"@nomicfoundation/hardhat-ethers": "3.0.8",
"@nomicfoundation/hardhat-network-helpers": "1.0.12",
"@nomicfoundation/hardhat-verify": "2.0.11",
"@nomicfoundation/hardhat-verify": "2.0.12",
"@openzeppelin/contracts": "5.0.2",
"@openzeppelin/contracts-upgradeable": "4.9.6",
"@openzeppelin/contracts-upgradeable5": "npm:@openzeppelin/[email protected]",
Expand Down
33 changes: 26 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9945,22 +9945,22 @@ __metadata:
languageName: node
linkType: hard

"@nomicfoundation/hardhat-verify@npm:2.0.11, @nomicfoundation/hardhat-verify@npm:^2.0.8":
version: 2.0.11
resolution: "@nomicfoundation/hardhat-verify@npm:2.0.11"
"@nomicfoundation/hardhat-verify@npm:2.0.12":
version: 2.0.12
resolution: "@nomicfoundation/hardhat-verify@npm:2.0.12"
dependencies:
"@ethersproject/abi": "npm:^5.1.2"
"@ethersproject/address": "npm:^5.0.2"
cbor: "npm:^8.1.0"
chalk: "npm:^2.4.2"
debug: "npm:^4.1.1"
lodash.clonedeep: "npm:^4.5.0"
picocolors: "npm:^1.1.0"
semver: "npm:^6.3.0"
table: "npm:^6.8.0"
undici: "npm:^5.14.0"
peerDependencies:
hardhat: ^2.0.4
checksum: 10/edad30efeb0ab7c26fd0c5fd3f1d161733d51276435f77d9c58edaa4307171be40e8c65a24a8fb11481e1032e4eb72ac99cd11c6eaa0bbfabb493455e387e2e9
checksum: 10/ec7bdf2e5bf584abcea17a64f3da73cb792dc3af19db3a99fe0196f5314cab82b43af6984fa11233c76190049e8ab81ef0fcfcd1cd1992a4a455a65937f6b69e
languageName: node
linkType: hard

Expand All @@ -9983,6 +9983,25 @@ __metadata:
languageName: node
linkType: hard

"@nomicfoundation/hardhat-verify@npm:^2.0.8":
version: 2.0.11
resolution: "@nomicfoundation/hardhat-verify@npm:2.0.11"
dependencies:
"@ethersproject/abi": "npm:^5.1.2"
"@ethersproject/address": "npm:^5.0.2"
cbor: "npm:^8.1.0"
chalk: "npm:^2.4.2"
debug: "npm:^4.1.1"
lodash.clonedeep: "npm:^4.5.0"
semver: "npm:^6.3.0"
table: "npm:^6.8.0"
undici: "npm:^5.14.0"
peerDependencies:
hardhat: ^2.0.4
checksum: 10/edad30efeb0ab7c26fd0c5fd3f1d161733d51276435f77d9c58edaa4307171be40e8c65a24a8fb11481e1032e4eb72ac99cd11c6eaa0bbfabb493455e387e2e9
languageName: node
linkType: hard

"@nomicfoundation/ignition-core@npm:0.15.8, @nomicfoundation/ignition-core@npm:^0.15.8":
version: 0.15.8
resolution: "@nomicfoundation/ignition-core@npm:0.15.8"
Expand Down Expand Up @@ -18214,7 +18233,7 @@ __metadata:
"@matterlabs/hardhat-zksync-verify": "npm:1.7.0"
"@nomicfoundation/hardhat-ethers": "npm:3.0.8"
"@nomicfoundation/hardhat-network-helpers": "npm:1.0.12"
"@nomicfoundation/hardhat-verify": "npm:2.0.11"
"@nomicfoundation/hardhat-verify": "npm:2.0.12"
"@nomiclabs/hardhat-ethers": "npm:2.2.3"
"@openzeppelin/hardhat-upgrades": "npm:3.6.0"
"@openzeppelin/upgrades-core": "npm:1.41.0"
Expand Down Expand Up @@ -18448,7 +18467,7 @@ __metadata:
"@connext/interfaces": "npm:2.0.5"
"@nomicfoundation/hardhat-ethers": "npm:3.0.8"
"@nomicfoundation/hardhat-network-helpers": "npm:1.0.12"
"@nomicfoundation/hardhat-verify": "npm:2.0.11"
"@nomicfoundation/hardhat-verify": "npm:2.0.12"
"@openzeppelin/contracts": "npm:5.0.2"
"@openzeppelin/contracts-upgradeable": "npm:4.9.6"
"@openzeppelin/contracts-upgradeable5": "npm:@openzeppelin/[email protected]"
Expand Down

0 comments on commit 549d433

Please sign in to comment.