From fb417e09c92bd31850d9a8cef0b56413de4f472c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 19:42:28 +0000 Subject: [PATCH] chore(deps): bump @openzeppelin/contracts from 4.9.2 to 5.0.1 Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.9.2 to 5.0.1. - [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts/releases) - [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v5.0.1/CHANGELOG.md) - [Commits](https://github.com/OpenZeppelin/openzeppelin-contracts/compare/v4.9.2...v5.0.1) --- updated-dependencies: - dependency-name: "@openzeppelin/contracts" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/basic-example/package.json | 2 +- examples/node-example/package.json | 2 +- .../noninline-libraries-example/package.json | 2 +- examples/upgradable-example/package.json | 2 +- .../hardhat-zksync-chai-matchers/package.json | 2 +- packages/hardhat-zksync-verify/package.json | 2 +- yarn.lock | 77 ++++++++++++++----- 7 files changed, 64 insertions(+), 25 deletions(-) diff --git a/examples/basic-example/package.json b/examples/basic-example/package.json index 72bffc249..e5d4e65c5 100644 --- a/examples/basic-example/package.json +++ b/examples/basic-example/package.json @@ -36,7 +36,7 @@ "ethers": "^6.7.1", "zksync-ethers": "^6.0.0", "@matterlabs/zksync-contracts": "^0.6.1", - "@openzeppelin/contracts": "^4.9.2", + "@openzeppelin/contracts": "^5.0.1", "@openzeppelin/contracts-upgradeable": "^4.9.2" }, "prettier": { diff --git a/examples/node-example/package.json b/examples/node-example/package.json index 60393ea94..074040bb1 100644 --- a/examples/node-example/package.json +++ b/examples/node-example/package.json @@ -42,7 +42,7 @@ "ethers": "^6.7.1", "zksync-ethers": "^6.0.0", "@matterlabs/zksync-contracts": "^0.6.1", - "@openzeppelin/contracts": "^4.9.2", + "@openzeppelin/contracts": "^5.0.1", "@openzeppelin/contracts-upgradeable": "^4.9.2" }, "prettier": { diff --git a/examples/noninline-libraries-example/package.json b/examples/noninline-libraries-example/package.json index a6011d945..038523460 100644 --- a/examples/noninline-libraries-example/package.json +++ b/examples/noninline-libraries-example/package.json @@ -36,7 +36,7 @@ "ethers": "^6.7.1", "zksync-ethers": "^6.0.0", "@matterlabs/zksync-contracts": "^0.6.1", - "@openzeppelin/contracts": "^4.9.2", + "@openzeppelin/contracts": "^5.0.1", "@openzeppelin/contracts-upgradeable": "^4.9.2" }, "prettier": { diff --git a/examples/upgradable-example/package.json b/examples/upgradable-example/package.json index 00cf0c172..baf366457 100644 --- a/examples/upgradable-example/package.json +++ b/examples/upgradable-example/package.json @@ -15,7 +15,7 @@ "clean": "rimraf dist" }, "devDependencies": { - "@openzeppelin/contracts": "^4.9.2", + "@openzeppelin/contracts": "^5.0.1", "@types/node": "^18.11.17", "@typescript-eslint/eslint-plugin": "6.13.1", "@typescript-eslint/parser": "6.13.1", diff --git a/packages/hardhat-zksync-chai-matchers/package.json b/packages/hardhat-zksync-chai-matchers/package.json index 23a062459..c0aba20f6 100644 --- a/packages/hardhat-zksync-chai-matchers/package.json +++ b/packages/hardhat-zksync-chai-matchers/package.json @@ -68,7 +68,7 @@ "ts-node": "^10.6.0", "typescript": "^5.1.6", "@matterlabs/zksync-contracts": "^0.6.1", - "@openzeppelin/contracts": "^4.8.3", + "@openzeppelin/contracts": "^5.0.1", "c8": "^8.0.1" }, "peerDependencies": { diff --git a/packages/hardhat-zksync-verify/package.json b/packages/hardhat-zksync-verify/package.json index 9bf29b797..6103efed9 100644 --- a/packages/hardhat-zksync-verify/package.json +++ b/packages/hardhat-zksync-verify/package.json @@ -44,7 +44,7 @@ "zksync-ethers": "^6.0.0", "cbor": "^8.1.0", "debug":"^4.1.1", - "@openzeppelin/contracts": "^4.9.2" + "@openzeppelin/contracts": "^5.0.1" }, "devDependencies": { "@nomicfoundation/hardhat-verify": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index 54e65e1ed..1aff5401f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -771,70 +771,114 @@ read-yaml-file "^1.1.0" "@matterlabs/hardhat-zksync-chai-matchers@link:packages/hardhat-zksync-chai-matchers": - version "1.2.0" + version "1.2.1" + dependencies: + "@matterlabs/hardhat-zksync-deploy" "1.1.2" + "@matterlabs/hardhat-zksync-solc" "1.0.6" + chai "^4.3.7" + chai-as-promised "^7.1.1" + ethers "^6.7.1" + hardhat "^2.19.2" + ordinal "1.0.3" + zksync-ethers "^6.0.0" "@matterlabs/hardhat-zksync-deploy@link:packages/hardhat-zksync-deploy": - version "1.1.1" + version "1.1.2" dependencies: "@matterlabs/hardhat-zksync-solc" "^1.0.4" + chai "^4.3.6" chalk "4.1.2" ts-morph "^21.0.1" "@matterlabs/hardhat-zksync-ethers@link:packages/hardhat-zksync-ethers": - version "0.0.1-beta.1" + version "0.0.1-beta.2" dependencies: + "@matterlabs/hardhat-zksync-deploy" "1.1.2" + "@matterlabs/hardhat-zksync-solc" "1.0.6" + chai "^4.2.0" chalk "5.3.0" + hardhat "^2.19.2" "@matterlabs/hardhat-zksync-node@link:packages/hardhat-zksync-node": - version "1.0.0" + version "1.0.1" dependencies: "@matterlabs/hardhat-zksync-solc" "^1.0.5" axios "^1.6.2" + chai "^4.3.6" chalk "4.1.2" fs-extra "^11.1.1" + proxyquire "^2.1.3" + sinon "^16.0.0" + sinon-chai "^3.7.0" + undici "^5.14.0" "@matterlabs/hardhat-zksync-solc@link:packages/hardhat-zksync-solc": - version "1.0.5" + version "1.0.6" dependencies: "@nomiclabs/hardhat-docker" "^2.0.0" + chai "^4.3.6" chalk "4.1.2" dockerode "^4.0.0" fs-extra "^11.1.1" proper-lockfile "^4.1.2" semver "^7.5.1" + undici "^5.14.0" "@matterlabs/hardhat-zksync-upgradable@link:packages/hardhat-zksync-upgradable": - version "1.2.0" + version "1.2.1" dependencies: "@matterlabs/hardhat-zksync-deploy" "^1.1.0" "@matterlabs/hardhat-zksync-solc" "^1.0.3" "@openzeppelin/upgrades-core" "^1.31.0" + chalk "4.1.2" + compare-versions "^6.0.0" + ethereumjs-util "^6.2.1" + ethers "^6.7.1" + fs-extra "^7.0.1" + hardhat "^2.19.2" + proper-lockfile "^4.1.1" + solidity-ast "^0.4.51" + zksync-ethers "^6.0.0" "@matterlabs/hardhat-zksync-verify-vyper@link:packages/hardhat-zksync-verify-vyper": - version "0.0.1-alpha.5" + version "0.0.1-alpha.6" dependencies: + "@ethersproject/abi" "^5.1.2" + "@ethersproject/address" "5.7.0" "@matterlabs/hardhat-zksync-vyper" "^1.0.0" + "@nomiclabs/hardhat-vyper" "^3.0.5" axios "^1.6.2" + chai "^4.3.6" chalk "4.1.2" zksync-ethers "^6.0.0" "@matterlabs/hardhat-zksync-verify@link:packages/hardhat-zksync-verify": - version "1.2.1" + version "1.2.2" dependencies: + "@ethersproject/abi" "^5.1.2" + "@ethersproject/address" "5.7.0" "@matterlabs/hardhat-zksync-solc" "^1.0.3" "@nomicfoundation/hardhat-verify" "^2.0.0" + "@openzeppelin/contracts" "^5.0.1" axios "^1.6.2" + cbor "^8.1.0" + chai "^4.3.6" chalk "4.1.2" + debug "^4.1.1" + hardhat "^2.19.2" zksync-ethers "^6.0.0" "@matterlabs/hardhat-zksync-vyper@link:packages/hardhat-zksync-vyper": - version "1.0.4" + version "1.0.5" dependencies: "@nomiclabs/hardhat-docker" "^2.0.0" + chai "^4.3.6" chalk "4.1.2" dockerode "^4.0.0" fs-extra "^11.1.1" semver "^7.5.4" + sinon "^9.0.0" + undici "^5.14.0" "@matterlabs/zksync-contracts@^0.6.1": version "0.6.1" @@ -1160,15 +1204,10 @@ resolved "https://registry.yarnpkg.com/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-4.9.2.tgz#a817c75688f8daede420052fbcb34e52482e769e" integrity sha512-siviV3PZV/fHfPaoIC51rf1Jb6iElkYWnNYZ0leO23/ukXuvOyoC/ahy8jqiV7g+++9Nuo3n/rk5ajSN/+d/Sg== -"@openzeppelin/contracts@^4.8.3": - version "4.9.3" - resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.9.3.tgz#00d7a8cf35a475b160b3f0293a6403c511099364" - integrity sha512-He3LieZ1pP2TNt5JbkPA4PNT9WC3gOTOlDcFGJW4Le4QKqwmiNJCRt44APfxMxvq7OugU/cqYuPcSBzOw38DAg== - -"@openzeppelin/contracts@^4.9.2": - version "4.9.2" - resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.9.2.tgz#1cb2d5e4d3360141a17dbc45094a8cad6aac16c1" - integrity sha512-mO+y6JaqXjWeMh9glYVzVu8HYPGknAAnWyxTRhGeckOruyXQMNnlcW6w/Dx9ftLeIQk6N+ZJFuVmTwF7lEIFrg== +"@openzeppelin/contracts@^5.0.1": + version "5.0.1" + resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-5.0.1.tgz#93da90fc209a0a4ff09c1deb037fbb35e4020890" + integrity sha512-yQJaT5HDp9hYOOp4jTYxMsR02gdFZFXhewX5HW9Jo4fsqSVqqyIO/xTHdWDaKX5a3pv1txmf076Lziz+sO7L1w== "@openzeppelin/upgrades-core@^1.31.0": version "1.31.1" @@ -5674,7 +5713,7 @@ optionator@^0.9.3: prelude-ls "^1.2.1" type-check "^0.4.0" -ordinal@^1.0.3: +ordinal@1.0.3, ordinal@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/ordinal/-/ordinal-1.0.3.tgz#1a3c7726a61728112f50944ad7c35c06ae3a0d4d" integrity sha512-cMddMgb2QElm8G7vdaa02jhUNbTSrhsgAGUz1OokD83uJTwSUn+nKoNoKVVaRa08yF6sgfO7Maou1+bgLd9rdQ==