Skip to content

Commit e984700

Browse files
Bump @openzeppelin/contracts from 3.4.2 to 4.7.3
Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 3.4.2 to 4.7.3. - [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts/releases) - [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/CHANGELOG.md) - [Commits](OpenZeppelin/openzeppelin-contracts@v3.4.2...v4.7.3) --- updated-dependencies: - dependency-name: "@openzeppelin/contracts" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent abb1419 commit e984700

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@chainlink/contracts": "^0.1.6",
8585
"@nomiclabs/hardhat-ethers": "^2.0.2",
8686
"@nomiclabs/hardhat-waffle": "^2.0.1",
87-
"@openzeppelin/contracts": "^3.4.0",
87+
"@openzeppelin/contracts": "^4.7.3",
8888
"eslint-plugin-no-only-tests": "^2.6.0",
8989
"ethereum-mars": "^0.1.7",
9090
"ethers": "5.0.18",

packages/contracts-por/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"ethereum-mars": "0.2.5",
16-
"@openzeppelin/contracts": "3.4.2",
16+
"@openzeppelin/contracts": "4.7.3",
1717
"@chainlink/contracts": "0.1.6"
1818
},
1919
"devDependencies": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1762,10 +1762,10 @@
17621762
"@types/sinon-chai" "^3.2.3"
17631763
"@types/web3" "1.0.19"
17641764

1765-
"@openzeppelin/contracts@3.4.2", "@openzeppelin/contracts@^3.4.0":
1766-
version "3.4.2"
1767-
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-3.4.2.tgz#d81f786fda2871d1eb8a8c5a73e455753ba53527"
1768-
integrity sha512-z0zMCjyhhp4y7XKAcDAi3Vgms4T2PstwBdahiO0+9NaGICQKjynK3wduSRplTgk4LXmoO1yfDGO5RbjKYxtuxA==
1765+
"@openzeppelin/contracts@4.7.3", "@openzeppelin/contracts@^4.7.3":
1766+
version "4.7.3"
1767+
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.7.3.tgz#939534757a81f8d69cc854c7692805684ff3111e"
1768+
integrity sha512-dGRS0agJzu8ybo44pCIf3xBaPQN/65AIXNgK8+4gzKd5kbvlqyxryUYVLJv7fK98Seyd2hDZzVEHSWAh0Bt1Yw==
17691769

17701770
"@resolver-engine/core@^0.3.3":
17711771
version "0.3.3"

0 commit comments

Comments
 (0)