Skip to content

Commit

Permalink
fix(deps): update dependency @openzeppelin/hardhat-upgrades to v3.6.0 (
Browse files Browse the repository at this point in the history
…#15204)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent d52c2be commit 780d1ed
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 3 deletions.
2 changes: 1 addition & 1 deletion governance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@nomicfoundation/hardhat-network-helpers": "1.0.12",
"@nomicfoundation/hardhat-verify": "2.0.11",
"@nomiclabs/hardhat-ethers": "2.2.3",
"@openzeppelin/hardhat-upgrades": "3.5.0",
"@openzeppelin/hardhat-upgrades": "3.6.0",
"@openzeppelin/upgrades-core": "1.40.0",
"@safe-global/api-kit": "2.5.4",
"@safe-global/protocol-kit": "5.0.4",
Expand Down
67 changes: 65 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2921,6 +2921,13 @@ __metadata:
languageName: node
linkType: hard

"@bytecodealliance/preview2-shim@npm:0.17.0":
version: 0.17.0
resolution: "@bytecodealliance/preview2-shim@npm:0.17.0"
checksum: 10/28a273227d8e8f2b61ad0260be612fd854ace756784c409c6ac4b65bf6b48426e6c058e45c07675303ef844a981fbdda7257df9833ca12bd3e5e4a0480ca5193
languageName: node
linkType: hard

"@cloudflare/kv-asset-handler@npm:0.3.4":
version: 0.3.4
resolution: "@cloudflare/kv-asset-handler@npm:0.3.4"
Expand Down Expand Up @@ -9522,6 +9529,15 @@ __metadata:
languageName: node
linkType: hard

"@nomicfoundation/slang@npm:^0.18.3":
version: 0.18.3
resolution: "@nomicfoundation/slang@npm:0.18.3"
dependencies:
"@bytecodealliance/preview2-shim": "npm:0.17.0"
checksum: 10/1dcf687e4719844bffc688d13d15c0db3218ab05983d6b53777a3172c7df157c105171e802fe7812d9fd2bdb4dcd8d7287367c851eed4dfd76621e799c14574f
languageName: node
linkType: hard

"@nomicfoundation/solidity-analyzer-darwin-arm64@npm:0.1.2":
version: 0.1.2
resolution: "@nomicfoundation/solidity-analyzer-darwin-arm64@npm:0.1.2"
Expand Down Expand Up @@ -11008,7 +11024,34 @@ __metadata:
languageName: node
linkType: hard

"@openzeppelin/hardhat-upgrades@npm:3.5.0, @openzeppelin/hardhat-upgrades@npm:^3.2.1, @openzeppelin/hardhat-upgrades@npm:^3.3.0":
"@openzeppelin/hardhat-upgrades@npm:3.6.0":
version: 3.6.0
resolution: "@openzeppelin/hardhat-upgrades@npm:3.6.0"
dependencies:
"@openzeppelin/defender-sdk-base-client": "npm:^1.14.4"
"@openzeppelin/defender-sdk-deploy-client": "npm:^1.14.4"
"@openzeppelin/defender-sdk-network-client": "npm:^1.14.4"
"@openzeppelin/upgrades-core": "npm:^1.41.0"
chalk: "npm:^4.1.0"
debug: "npm:^4.1.1"
ethereumjs-util: "npm:^7.1.5"
proper-lockfile: "npm:^4.1.1"
undici: "npm:^6.11.1"
peerDependencies:
"@nomicfoundation/hardhat-ethers": ^3.0.0
"@nomicfoundation/hardhat-verify": ^2.0.0
ethers: ^6.6.0
hardhat: ^2.0.2
peerDependenciesMeta:
"@nomicfoundation/hardhat-verify":
optional: true
bin:
migrate-oz-cli-project: dist/scripts/migrate-oz-cli-project.js
checksum: 10/371731f9a8832e2aa738e86710f887d54e138315cf918071ad6124d02764f61de1539760a7694047c770c2899a9ea63a927f9b01451abffce3c928bc63c2d7e4
languageName: node
linkType: hard

"@openzeppelin/hardhat-upgrades@npm:^3.2.1, @openzeppelin/hardhat-upgrades@npm:^3.3.0":
version: 3.5.0
resolution: "@openzeppelin/hardhat-upgrades@npm:3.5.0"
dependencies:
Expand Down Expand Up @@ -11087,6 +11130,26 @@ __metadata:
languageName: node
linkType: hard

"@openzeppelin/upgrades-core@npm:^1.41.0":
version: 1.41.0
resolution: "@openzeppelin/upgrades-core@npm:1.41.0"
dependencies:
"@nomicfoundation/slang": "npm:^0.18.3"
cbor: "npm:^9.0.0"
chalk: "npm:^4.1.0"
compare-versions: "npm:^6.0.0"
debug: "npm:^4.1.1"
ethereumjs-util: "npm:^7.0.3"
minimatch: "npm:^9.0.5"
minimist: "npm:^1.2.7"
proper-lockfile: "npm:^4.1.1"
solidity-ast: "npm:^0.4.51"
bin:
openzeppelin-upgrades-core: dist/cli/cli.js
checksum: 10/fb8b6c11326f71809dd07b2b451daf037d99cc8c6748ca82b47fe4573314ca4c037f872945c7f02b072cb9af4309e56323ba3a1b754ecfaaaa480ee4e416280c
languageName: node
linkType: hard

"@panva/hkdf@npm:^1.0.2":
version: 1.2.1
resolution: "@panva/hkdf@npm:1.2.1"
Expand Down Expand Up @@ -16879,7 +16942,7 @@ __metadata:
"@nomicfoundation/hardhat-network-helpers": "npm:1.0.12"
"@nomicfoundation/hardhat-verify": "npm:2.0.11"
"@nomiclabs/hardhat-ethers": "npm:2.2.3"
"@openzeppelin/hardhat-upgrades": "npm:3.5.0"
"@openzeppelin/hardhat-upgrades": "npm:3.6.0"
"@openzeppelin/upgrades-core": "npm:1.40.0"
"@safe-global/api-kit": "npm:2.5.4"
"@safe-global/protocol-kit": "npm:5.0.4"
Expand Down

0 comments on commit 780d1ed

Please sign in to comment.