Skip to content

Commit

Permalink
Merge pull request #161 from corpus-io/feature/bumpOpenzeppelinVersion
Browse files Browse the repository at this point in the history
bump openzeppelin to 4.9.1
  • Loading branch information
malteish authored Jul 7, 2023
2 parents cf4267d + 3abe8c0 commit 5922585
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
},
"dependencies": {
"@opengsn/contracts": "2.2.5",
"@openzeppelin/contracts": "4.8.3"
"@openzeppelin/contracts": "4.9.1"
},
"scripts": {
"prepack": "yarn npmignore --auto && yarn test && yarn build ",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,12 @@
dependencies:
"@openzeppelin/contracts" "^4.2.0"

"@openzeppelin/[email protected]", "@openzeppelin/contracts@^4.2.0":
"@openzeppelin/[email protected]":
version "4.9.1"
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.9.1.tgz#afa804d2c68398704b0175acc94d91a54f203645"
integrity sha512-aLDTLu/If1qYIFW5g4ZibuQaUsFGWQPBq1mZKp/txaebUnGHDmmiBhRLY1tDNedN0m+fJtKZ1zAODS9Yk+V6uA==

"@openzeppelin/contracts@^4.2.0":
version "4.8.3"
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.8.3.tgz#cbef3146bfc570849405f59cba18235da95a252a"
integrity sha512-bQHV8R9Me8IaJoJ2vPG4rXcL7seB7YVuskr4f+f5RyOStSZetwzkWtoqDMl5erkBJy0lDRUnIR2WIkPiC0GJlg==
Expand Down

0 comments on commit 5922585

Please sign in to comment.