Skip to content

Commit 42fa622

Browse files
fix(deps): update dependency @openzeppelin/contracts-upgradeable to v5
1 parent 790600f commit 42fa622

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
@@ -982,10 +982,10 @@
982982
resolved "https://registry.yarnpkg.com/@nomiclabs/hardhat-waffle/-/hardhat-waffle-2.0.6.tgz#d11cb063a5f61a77806053e54009c40ddee49a54"
983983
integrity sha512-+Wz0hwmJGSI17B+BhU/qFRZ1l6/xMW82QGXE/Gi+WTmwgJrQefuBs1lIf7hzQ1hLk6hpkvb/zwcNkpVKRYTQYg==
984984

985-
"@openzeppelin/contracts-upgradeable@^4.4.2":
986-
version "4.9.3"
987-
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-4.9.3.tgz#ff17a80fb945f5102571f8efecb5ce5915cc4811"
988-
integrity sha512-jjaHAVRMrE4UuZNfDwjlLGDxTHWIOwTJS2ldnc278a0gevfXfPr8hxKEVBGFBE96kl2G3VHDZhUimw/+G3TG2A==
985+
"@openzeppelin/contracts-upgradeable@^5.0.0":
986+
version "5.0.0"
987+
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-5.0.0.tgz#859c00c55f04b6dda85b3c88bce507d65019888f"
988+
integrity sha512-D54RHzkOKHQ8xUssPgQe2d/U92mwaiBDY7qCCVGq6VqwQjsT3KekEQ3bonev+BLP30oZ0R1U6YC8/oLpizgC5Q==
989989

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

0 commit comments

Comments
 (0)