Skip to content

Chore(deps-dev): Bump @openzeppelin/contracts from 4.9.6 to 5.4.0 #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: evmos-stg
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@mdx-js/react": "^3.0.1",
"@next/bundle-analyzer": "^15.0.4",
"@next/mdx": "^15.0.4",
"@openzeppelin/contracts": "^4.9.6",
"@openzeppelin/contracts": "^5.4.0",
"@safe-global/safe-core-sdk-types": "^5.0.1",
"@safe-global/test": "workspace:^",
"@sentry/types": "^7.74.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6210,20 +6210,20 @@ __metadata:
languageName: node
linkType: hard

"@openzeppelin/contracts@npm:^4.9.6":
version: 4.9.6
resolution: "@openzeppelin/contracts@npm:4.9.6"
checksum: 10/71f45ad42e68c0559be4ba502115462a01c76fc805c08d3005c10b5550a093f1a2b00b2d7e9d6d1f331e147c50fd4ad832f71c4470ec5b34f5a2d0751cd19a47
languageName: node
linkType: hard

"@openzeppelin/contracts@npm:^5.0.0":
version: 5.1.0
resolution: "@openzeppelin/contracts@npm:5.1.0"
checksum: 10/c3954d09b206af23a98d352177b49e4b2796a818ee01f082b223d54e6d394b3741a4ea6012570359d2a705d5e932a7b906ee38b64e3987ababfa73bcaa5a4805
languageName: node
linkType: hard

"@openzeppelin/contracts@npm:^5.4.0":
version: 5.4.0
resolution: "@openzeppelin/contracts@npm:5.4.0"
checksum: 10/4f7f926ebd98279ba8223cae5d2cd38e0806e60e3e3a615c9d739ffab870ffab7a1e85f47092faa123c0f26d1699ca15252adea8bcdcaf360b21781acc93b218
languageName: node
linkType: hard

"@parcel/watcher-android-arm64@npm:2.5.0":
version: 2.5.0
resolution: "@parcel/watcher-android-arm64@npm:2.5.0"
Expand Down Expand Up @@ -7578,7 +7578,7 @@ __metadata:
"@mui/x-date-pickers": "npm:^7.23.3"
"@next/bundle-analyzer": "npm:^15.0.4"
"@next/mdx": "npm:^15.0.4"
"@openzeppelin/contracts": "npm:^4.9.6"
"@openzeppelin/contracts": "npm:^5.4.0"
"@reduxjs/toolkit": "npm:^2.5.0"
"@reown/walletkit": "npm:^1.1.1"
"@safe-global/api-kit": "npm:^2.4.6"
Expand Down
Loading