Skip to content

Commit

Permalink
feat: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @openzeppelin/contracts from 4.9.6 to 5.0.2.
    See this package in npm: https://www.npmjs.com/package/@openzeppelin/contracts
  - secp256k1 from 4.0.3 to 5.0.0.
    See this package in npm: https://www.npmjs.com/package/secp256k1
  - commander from 9.5.0 to 12.1.0.
    See this package in npm: https://www.npmjs.com/package/commander

See this project in Snyk:
https://app.snyk.io/org/lucentlabz/project/8991544c-ad30-4e29-b13e-8dacbce77ce3?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 15, 2024
1 parent 9f33617 commit b21df83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/erc-6358/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"test": "test"
},
"dependencies": {
"@openzeppelin/contracts": "^4.7.3",
"@openzeppelin/contracts": "^5.0.2",
"@truffle/hdwallet-provider": "^2.1.0",
"bn.js": "^5.2.1",
"commander": "^9.4.1",
"commander": "^12.1.0",
"config": "^3.3.8",
"eccrypto": "^1.1.6",
"keccak256": "^1.0.6",
"secp256k1": "^4.0.3",
"secp256k1": "^5.0.0",
"web3": "^4.0.1"
},
"devDependencies": {},
Expand Down

0 comments on commit b21df83

Please sign in to comment.