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

fix(deps): update dependency @openzeppelin/contracts to v4 [security] #1307

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/composites/apy-finance/package.json
Expand Up @@ -30,7 +30,7 @@
"@chainlink/ea-bootstrap": "workspace:*",
"@chainlink/ea-test-helpers": "workspace:*",
"@chainlink/token-allocation-adapter": "workspace:*",
"@openzeppelin/contracts": "^3.3.0",
"@openzeppelin/contracts": "^4.0.0",
"ethers": "5.4.7",
"tslib": "^2.3.1"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -1912,7 +1912,7 @@ __metadata:
"@chainlink/ea-test-helpers": "workspace:*"
"@chainlink/token-allocation-adapter": "workspace:*"
"@chainlink/types": "workspace:*"
"@openzeppelin/contracts": ^3.3.0
"@openzeppelin/contracts": ^4.0.0
"@types/jest": 27.0.3
"@types/node": 14.17.34
ethers: 5.4.7
Expand Down Expand Up @@ -7288,10 +7288,10 @@ __metadata:
languageName: node
linkType: hard

"@openzeppelin/contracts@npm:^3.3.0":
version: 3.4.1
resolution: "@openzeppelin/contracts@npm:3.4.1"
checksum: e42ad730179764de75ddfbca740def7f536181271e11d5276bfd750d89188a3788ee39152b6edaa0bbd66611a450e681c6a139a59e97e23b51a89bd2584a79ae
"@openzeppelin/contracts@npm:^4.0.0":
version: 4.4.1
resolution: "@openzeppelin/contracts@npm:4.4.1"
checksum: 87ee7ebe8e6493fc4d657b05c5ddb5f254b73bf55d80c25a790f8e74087b6d90c0a6ec504fe45949c27501f73bca7d64129aad29488707a2c9b5afdb035966df
languageName: node
linkType: hard

Expand Down