From 4250aff46023a04c6eb0b994e6078fac99ef7af3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 19:13:45 +0000 Subject: [PATCH] chore(deps): Bump @openzeppelin/contracts from 3.4.2-solc-0.7 to 4.9.3 Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 3.4.2-solc-0.7 to 4.9.3. - [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts/releases) - [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.9.3/CHANGELOG.md) - [Commits](https://github.com/OpenZeppelin/openzeppelin-contracts/compare/v3.4.2-solc-0.7...v4.9.3) --- updated-dependencies: - dependency-name: "@openzeppelin/contracts" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projects/masterchef-v3/package.json | 2 +- projects/router/package.json | 2 +- projects/v3-periphery/package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/projects/masterchef-v3/package.json b/projects/masterchef-v3/package.json index f482677e..adbe1b29 100644 --- a/projects/masterchef-v3/package.json +++ b/projects/masterchef-v3/package.json @@ -32,7 +32,7 @@ "@nomiclabs/hardhat-truffle5": "^2.0.0", "@nomiclabs/hardhat-waffle": "^2.0.3", "@nomiclabs/hardhat-web3": "^2.0.0", - "@openzeppelin/contracts": "^4.8.1", + "@openzeppelin/contracts": "^4.9.3", "@openzeppelin/hardhat-upgrades": "^1.22.1", "@openzeppelin/test-helpers": "^0.5.11", "@pancakeswap/eslint-config-pancake": "^1.2.0", diff --git a/projects/router/package.json b/projects/router/package.json index 1ab3eea9..4e30eee5 100644 --- a/projects/router/package.json +++ b/projects/router/package.json @@ -31,7 +31,7 @@ "@nomiclabs/hardhat-waffle": "^2.0.3", "@nomiclabs/hardhat-web3": "^2.0.0", "@nomiclabs/hardhat-etherscan": "^3.1.5", - "@openzeppelin/contracts": "3.4.2-solc-0.7", + "@openzeppelin/contracts": "4.9.3", "@openzeppelin/test-helpers": "^0.5.11", "@pancakeswap/eslint-config-pancake": "^1.2.0", "@pancakeswap/pancake-swap-lib": "0.0.4", diff --git a/projects/v3-periphery/package.json b/projects/v3-periphery/package.json index ca596247..0e2b5a40 100644 --- a/projects/v3-periphery/package.json +++ b/projects/v3-periphery/package.json @@ -24,7 +24,7 @@ "node": ">=10" }, "dependencies": { - "@openzeppelin/contracts": "3.4.2-solc-0.7", + "@openzeppelin/contracts": "4.9.3", "@openzeppelin/contracts-upgradeable": "3.4.2-solc-0.7", "@uniswap/lib": "^4.0.1-alpha", "@uniswap/v2-core": "1.0.1", diff --git a/yarn.lock b/yarn.lock index 49eed16b..8a50cf90 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1515,10 +1515,10 @@ resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-3.4.2-solc-0.7.tgz#38f4dbab672631034076ccdf2f3201fab1726635" integrity sha512-W6QmqgkADuFcTLzHL8vVoNBtkwjvQRpYIAom7KiUNoLKghyx3FgH0GBjt8NRvigV1ZmMOBllvE1By1C+bi8WpA== -"@openzeppelin/contracts@^4.8.1": - version "4.8.2" - resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.8.2.tgz#d815ade0027b50beb9bcca67143c6bcc3e3923d6" - integrity sha512-kEUOgPQszC0fSYWpbh2kT94ltOJwj1qfT2DWo+zVttmGmf97JZ99LspePNaeeaLhCImaHVeBbjaQFZQn7+Zc5g== +"@openzeppelin/contracts@4.9.3", "@openzeppelin/contracts@^4.9.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.3.3": version "4.3.3"