Skip to content

Commit 60c6af4

Browse files
fix(deps): update dependency @openzeppelin/contracts-upgradeable to v5
1 parent a4099bd commit 60c6af4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"@devprotocol/i-s-tokens": "3.0.1",
52-
"@openzeppelin/contracts-upgradeable": "^4.4.2",
52+
"@openzeppelin/contracts-upgradeable": "^5.0.0",
5353
"@openzeppelin/hardhat-upgrades": "^1.22.1",
5454
"@typechain/ethers-v5": "^11.0.0",
5555
"@typechain/hardhat": "^7.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -983,10 +983,10 @@
983983
resolved "https://registry.yarnpkg.com/@nomiclabs/hardhat-waffle/-/hardhat-waffle-2.0.6.tgz#d11cb063a5f61a77806053e54009c40ddee49a54"
984984
integrity sha512-+Wz0hwmJGSI17B+BhU/qFRZ1l6/xMW82QGXE/Gi+WTmwgJrQefuBs1lIf7hzQ1hLk6hpkvb/zwcNkpVKRYTQYg==
985985

986-
"@openzeppelin/contracts-upgradeable@^4.4.2":
987-
version "4.9.5"
988-
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-4.9.5.tgz#572b5da102fc9be1d73f34968e0ca56765969812"
989-
integrity sha512-f7L1//4sLlflAN7fVzJLoRedrf5Na3Oal5PZfIq55NFcVZ90EpV1q5xOvL4lFvg3MNICSDr2hH0JUBxwlxcoPg==
986+
"@openzeppelin/contracts-upgradeable@^5.0.0":
987+
version "5.0.1"
988+
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-5.0.1.tgz#ebc163cbed2de6b8b69bff628261d18deb912a81"
989+
integrity sha512-MvaLoPnVcoZr/qqZP+4cl9piuR4gg0iIGgxVSZ/AL1iId3M6IdEHzz9Naw5Lirl4KKBI6ciTVnX07yL4dOMIJg==
990990

991991
"@openzeppelin/contracts@4.8.2":
992992
version "4.8.2"

0 commit comments

Comments
 (0)