Skip to content

Commit

Permalink
fix: contracts/erc721/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Dec 7, 2024
1 parent 53b5bb1 commit 1556e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/erc721/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"ethereum-types": "^3.2.0",
"lodash": "^4.17.11",
"make-promises-safe": "^1.1.0",
"mocha": "^6.2.0",
"mocha": "^11.0.1",
"npm-run-all": "^4.1.2",
"shx": "^0.2.2",
"solhint": "^1.4.1",
Expand Down

0 comments on commit 1556e60

Please sign in to comment.