Skip to content

Commit ed44e03

Browse files
chore(deps): bump @openzeppelin/contracts from 3.4.0 to 3.4.2
Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 3.4.0 to 3.4.2. - [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.0...v3.4.2) --- updated-dependencies: - dependency-name: "@openzeppelin/contracts" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d67e039 commit ed44e03

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"deploy:mainnet": "hardhat deploy --network mainnet"
1313
},
1414
"dependencies": {
15-
"@openzeppelin/contracts": "^3.4.0"
15+
"@openzeppelin/contracts": "^3.4.2"
1616
},
1717
"devDependencies": {
1818
"@nomiclabs/hardhat-ethers": "^2.0.1",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,7 @@
16671667
"@types/yargs" "^15.0.0"
16681668
chalk "^4.0.0"
16691669

1670-
"@kleros/file-to-ipfs@^0.2.1", "@kleros/file-to-ipfs@~0.2.1":
1670+
"@kleros/file-to-ipfs@^0.2.1":
16711671
version "0.2.1"
16721672
resolved "https://registry.yarnpkg.com/@kleros/file-to-ipfs/-/file-to-ipfs-0.2.1.tgz#a302b31e7dd907aa0f6d0089015b1400704addb2"
16731673
integrity sha512-N/001+SFtKdfBQF7/27xSCEK+ANFn9QvbvK3/2HjSNc0LXfrZMjHvPOj6506TEcUtHtqbMHIJM4adUe8qxtefw==
@@ -1730,10 +1730,10 @@
17301730
"@types/sinon-chai" "^3.2.3"
17311731
"@types/web3" "1.0.19"
17321732

1733-
"@openzeppelin/contracts@^3.4.0":
1734-
version "3.4.0"
1735-
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-3.4.0.tgz#9a1669ad5f9fdfb6e273bb5a4fed10cb4cc35eb0"
1736-
integrity sha512-qh+EiHWzfY/9CORr+eRUkeEUP1WiFUcq3974bLHwyYzLBUtK6HPaMkIUHi74S1rDTZ0sNz42DwPc5A4IJvN3rg==
1733+
"@openzeppelin/contracts@^3.4.2":
1734+
version "3.4.2"
1735+
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-3.4.2.tgz#d81f786fda2871d1eb8a8c5a73e455753ba53527"
1736+
integrity sha512-z0zMCjyhhp4y7XKAcDAi3Vgms4T2PstwBdahiO0+9NaGICQKjynK3wduSRplTgk4LXmoO1yfDGO5RbjKYxtuxA==
17371737

17381738
"@resolver-engine/core@^0.3.3":
17391739
version "0.3.3"
@@ -12271,7 +12271,7 @@ web3-utils@1.2.11:
1227112271
underscore "1.9.1"
1227212272
utf8 "3.0.0"
1227312273

12274-
web3-utils@1.3.4, "web3-utils@>=1.3.1 <1.4", web3-utils@^1.0.0-beta.31, web3-utils@^1.3.4:
12274+
web3-utils@1.3.4, "web3-utils@>=1.3.1 <1.4", web3-utils@^1.0.0-beta.31:
1227512275
version "1.3.4"
1227612276
resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.3.4.tgz#9b1aa30d7549f860b573e7bb7e690999e7192198"
1227712277
integrity sha512-/vC2v0MaZNpWooJfpRw63u0Y3ag2gNjAWiLtMSL6QQLmCqCy4SQIndMt/vRyx0uMoeGt1YTwSXEcHjUzOhLg0A==

0 commit comments

Comments
 (0)