Skip to content
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

chore(deps): bump @openzeppelin/contracts from 4.9.3 to 4.9.6 #178

Closed
Closed
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 packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"publish": "yarn npm publish --access=public"
},
"dependencies": {
"@openzeppelin/contracts": "^4.9.3",
"@openzeppelin/contracts": "^4.9.6",
"dotenv": "^16.3.1"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2446,10 +2446,10 @@ __metadata:
languageName: node
linkType: hard

"@openzeppelin/contracts@npm:^4.9.3":
version: 4.9.3
resolution: "@openzeppelin/contracts@npm:4.9.3"
checksum: 4932063e733b35fa7669b9fe2053f69b062366c5c208b0c6cfa1ac451712100c78acff98120c3a4b88d94154c802be05d160d71f37e7d74cadbe150964458838
"@openzeppelin/contracts@npm:^4.9.6":
version: 4.9.6
resolution: "@openzeppelin/contracts@npm:4.9.6"
checksum: 274b6e968268294f12d5ca4f0278f6e6357792c8bb4d76664f83dbdc325f780541538a127e6a6e97e4f018088b42f65952014dec9c745c0fa25081f43ef9c4bf
languageName: node
linkType: hard

Expand Down Expand Up @@ -2771,7 +2771,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@zk-email/contracts@workspace:packages/contracts"
dependencies:
"@openzeppelin/contracts": ^4.9.3
"@openzeppelin/contracts": ^4.9.6
dotenv: ^16.3.1
languageName: unknown
linkType: soft
Expand Down
Loading