Skip to content

Commit 131a87a

Browse files
Bump @openzeppelin/contracts from 4.8.0 to 4.8.2 in /ethereum
Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.8.0 to 4.8.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@v4.8.0...v4.8.2) --- updated-dependencies: - dependency-name: "@openzeppelin/contracts" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4351760 commit 131a87a

2 files changed

Lines changed: 22 additions & 5 deletions

File tree

ethereum/smart-contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@nomiclabs/hardhat-ethers": "^2.2.1",
2323
"@nomiclabs/hardhat-etherscan": "^3.1.6",
2424
"@nomiclabs/hardhat-solhint": "^3.0.0",
25-
"@openzeppelin/contracts": "^4.8.0",
25+
"@openzeppelin/contracts": "^4.8.2",
2626
"@openzeppelin/hardhat-upgrades": "^1.22.1",
2727
"@openzeppelin/test-environment": "^0.1.9",
2828
"@openzeppelin/test-helpers": "^0.5.11",

ethereum/yarn.lock

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,23 @@
683683
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
684684
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
685685

686+
"@identity.com/gateway-eth-ts@0.5.7":
687+
version "0.5.7"
688+
resolved "https://registry.yarnpkg.com/@identity.com/gateway-eth-ts/-/gateway-eth-ts-0.5.7.tgz#844bf8ef952fd6cd7b16c6e8a0aba5563d2011f0"
689+
integrity sha512-fjRn+ne+iUP8SsDVyNKgdfrmQQNnUhpmTdCbp8zoMp9smRCT1i87FlI/CNSKt0wuhP/TSoDGKzFTRVWLHz9I8g==
690+
dependencies:
691+
"@ethersproject/abi" "^5.7.0"
692+
"@ethersproject/abstract-signer" "^5.7.0"
693+
"@ethersproject/providers" "^5.7.2"
694+
"@types/ramda" "^0.28.14"
695+
bignumber.js "^9.0.1"
696+
debug "^4.3.4"
697+
eth-sig-util "2.1.1"
698+
ethers "^5.7.2"
699+
gas-price-oracle "^0.3.3"
700+
ramda "^0.28.0"
701+
tslib "^2.5.0"
702+
686703
"@isaacs/string-locale-compare@^1.1.0":
687704
version "1.1.0"
688705
resolved "https://registry.yarnpkg.com/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz#291c227e93fd407a96ecd59879a35809120e432b"
@@ -1593,10 +1610,10 @@
15931610
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-4.8.0.tgz#26688982f46969018e3ed3199e72a07c8d114275"
15941611
integrity sha512-5GeFgqMiDlqGT8EdORadp1ntGF0qzWZLmEY7Wbp/yVhN7/B3NNzCxujuI77ktlyG81N3CUZP8cZe3ZAQ/cW10w==
15951612

1596-
"@openzeppelin/contracts@^4.7.3", "@openzeppelin/contracts@^4.8.0":
1597-
version "4.8.0"
1598-
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.8.0.tgz#6854c37df205dd2c056bdfa1b853f5d732109109"
1599-
integrity sha512-AGuwhRRL+NaKx73WKRNzeCxOCOCxpaqF+kp8TJ89QzAipSwZy/NoflkWaL9bywXFRhIzXt8j38sfF7KBKCPWLw==
1613+
"@openzeppelin/contracts@^4.7.3", "@openzeppelin/contracts@^4.8.2":
1614+
version "4.8.2"
1615+
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.8.2.tgz#d815ade0027b50beb9bcca67143c6bcc3e3923d6"
1616+
integrity sha512-kEUOgPQszC0fSYWpbh2kT94ltOJwj1qfT2DWo+zVttmGmf97JZ99LspePNaeeaLhCImaHVeBbjaQFZQn7+Zc5g==
16001617

16011618
"@openzeppelin/hardhat-upgrades@^1.22.1":
16021619
version "1.22.1"

0 commit comments

Comments
 (0)