Skip to content

Commit 2b7b107

Browse files
committed
feat: use openzeppelin contracts v5.1.0
1 parent 2b4afaa commit 2b7b107

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@account-abstraction/contracts": "^0.6.0",
4040
"@fireblocks/hardhat-fireblocks": "^1.3.5",
4141
"@nomicfoundation/hardhat-verify": "^2.0.3",
42-
"@openzeppelin/contracts": "5.0.0",
43-
"@openzeppelin/contracts-upgradeable": "^5.0.1",
42+
"@openzeppelin/contracts": "5.1.0",
43+
"@openzeppelin/contracts-upgradeable": "5.1.0",
4444
"@openzeppelin/hardhat-upgrades": "^3.0.2",
4545
"@typechain/ethers-v6": "^0.5.1",
4646
"@typechain/hardhat": "^9.1.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -865,15 +865,15 @@
865865
tslib "^2.5.0"
866866
uuid "^9.0.0"
867867

868-
"@openzeppelin/contracts-upgradeable@^5.0.1":
869-
version "5.0.1"
870-
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-5.0.1.tgz#ebc163cbed2de6b8b69bff628261d18deb912a81"
871-
integrity sha512-MvaLoPnVcoZr/qqZP+4cl9piuR4gg0iIGgxVSZ/AL1iId3M6IdEHzz9Naw5Lirl4KKBI6ciTVnX07yL4dOMIJg==
872-
873-
"@openzeppelin/contracts@5.0.0":
874-
version "5.0.0"
875-
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-5.0.0.tgz#ee0e4b4564f101a5c4ee398cd4d73c0bd92b289c"
876-
integrity sha512-bv2sdS6LKqVVMLI5+zqnNrNU/CA+6z6CmwFXm/MzmOPBRSO5reEJN7z0Gbzvs0/bv/MZZXNklubpwy3v2+azsw==
868+
"@openzeppelin/contracts-upgradeable@5.1.0":
869+
version "5.1.0"
870+
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-5.1.0.tgz#4d37648b7402929c53e2ff6e45749ecff91eb2b6"
871+
integrity sha512-AIElwP5Ck+cslNE+Hkemf5SxjJoF4wBvvjxc27Rp+9jaPs/CLIaUBMYe1FNzhdiN0cYuwGRmYaRHmmntuiju4Q==
872+
873+
"@openzeppelin/contracts@5.1.0":
874+
version "5.1.0"
875+
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-5.1.0.tgz#4e61162f2a2bf414c4e10c45eca98ce5f1aadbd4"
876+
integrity sha512-p1ULhl7BXzjjbha5aqst+QMLY+4/LCWADXOCsmLHRM77AqiPjnd9vvUN9sosUfhL9JGKpZ0TjEGxgvnizmWGSA==
877877

878878
"@openzeppelin/defender-admin-client@^1.52.0":
879879
version "1.54.1"

0 commit comments

Comments
 (0)