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
  - @types/mocha from 9.1.1 to 10.0.7.
    See this package in npm: https://www.npmjs.com/package/@types/mocha
  - chai from 4.5.0 to 5.1.1.
    See this package in npm: https://www.npmjs.com/package/chai

See this project in Snyk:
https://app.snyk.io/org/lucentlabz/project/e8cb8616-4d55-4da2-a6f1-442bd50c5fcf?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 11, 2024
1 parent 2a334d5 commit 00f92ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/erc-4907/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"author": "",
"license": "CC0-1.0",
"dependencies": {
"@openzeppelin/contracts": "^4.3.3",
"@openzeppelin/contracts": "^5.0.2",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"chai": "^4.3.6"
"@types/mocha": "^10.0.7",
"chai": "^5.1.1"
}
}

0 comments on commit 00f92ee

Please sign in to comment.