Skip to content

Commit

Permalink
Update dependency @openzeppelin/platform-deploy-client to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent d4f26a9 commit 867da06
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@openzeppelin/defender-admin-client": "^1.48.0",
"@openzeppelin/defender-base-client": "^1.48.0",
"@openzeppelin/platform-deploy-client": "^0.10.0",
"@openzeppelin/platform-deploy-client": "^1.0.0",
"@openzeppelin/upgrades-core": "^1.30.0",
"chalk": "^4.1.0",
"debug": "^4.1.1",
Expand Down
23 changes: 17 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2344,7 +2344,7 @@
lodash "^4.17.19"
node-fetch "^2.6.0"

"@openzeppelin/defender-base-client@1.48.0", "@openzeppelin/defender-base-client@^1.48.0", "@openzeppelin/defender-base-client@^1.48.0-rc.1":
"@openzeppelin/defender-base-client@1.48.0", "@openzeppelin/defender-base-client@^1.48.0":
version "1.48.0"
resolved "https://registry.yarnpkg.com/@openzeppelin/defender-base-client/-/defender-base-client-1.48.0.tgz#9103b1b036db0451b52d7899a277bf24db4c4b06"
integrity sha512-HFO87s010hRrMjyh2xYOCEAkLe21BfIbho7n5/kikA6A1ZgXi7MsEiqnQv1zP4bxMJgxGZ5b3t4tt6fWrakbag==
Expand All @@ -2355,6 +2355,17 @@
lodash "^4.17.19"
node-fetch "^2.6.0"

"@openzeppelin/defender-base-client@^1.49.0":
version "1.49.0"
resolved "https://registry.yarnpkg.com/@openzeppelin/defender-base-client/-/defender-base-client-1.49.0.tgz#01a95103b1584b787a2516b22bc31c032d58c9c0"
integrity sha512-nG2jslaAUbo2ZW9yBStstxTPscAchN/vRdJ16M34whuZRtUp1bccCBVLdv3oiPOdjwFaa1OBXJkheN+eF8alzA==
dependencies:
amazon-cognito-identity-js "^6.0.1"
async-retry "^1.3.3"
axios "^1.4.0"
lodash "^4.17.19"
node-fetch "^2.6.0"

"@openzeppelin/docs-utils@^0.1.0":
version "0.1.3"
resolved "https://registry.yarnpkg.com/@openzeppelin/docs-utils/-/docs-utils-0.1.3.tgz#12a42535ba0fd51ebbf9d72bcc8b601e3a42a803"
Expand All @@ -2370,13 +2381,13 @@
lodash.startcase "^4.4.0"
minimist "^1.2.0"

"@openzeppelin/platform-deploy-client@^0.10.0":
version "0.10.0"
resolved "https://registry.yarnpkg.com/@openzeppelin/platform-deploy-client/-/platform-deploy-client-0.10.0.tgz#017599612ed3b898f94f281b378ac50626365617"
integrity sha512-jayQPeXqw4LnWIrNhNqgikJSre+n2NRrnEu76niSdVXc/faQkG3PmaHtRPJMFgsYxjjAiAfcMYyV95YBDuLexA==
"@openzeppelin/platform-deploy-client@^1.0.0":
version "1.49.0"
resolved "https://registry.yarnpkg.com/@openzeppelin/platform-deploy-client/-/platform-deploy-client-1.49.0.tgz#1ab35299d731bcd9cce62eb2b4ecd78e5d5a5aee"
integrity sha512-CCBitp3hwgiKjIPBm+8o+xB2OfGBN6tSzRa+8SzFOaXVEjXp399lrfsyvrM/qsWOFPMrKJPHDHrKKFUIIFwwzg==
dependencies:
"@ethersproject/abi" "^5.6.3"
"@openzeppelin/defender-base-client" "^1.48.0-rc.1"
"@openzeppelin/defender-base-client" "^1.49.0"
axios "^1.4.0"
lodash "^4.17.19"
node-fetch "^2.6.0"
Expand Down

0 comments on commit 867da06

Please sign in to comment.