Skip to content

Commit

Permalink
fix: src/packages/ganache/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-SECP256K1-8237220
  • Loading branch information
snyk-bot committed Oct 26, 2024
1 parent 702b765 commit 0cd017b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/ganache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"emittery": "0.10.0",
"keccak": "3.0.2",
"leveldown": "6.1.0",
"secp256k1": "4.0.3"
"secp256k1": "4.0.4"
},
"optionalDependencies": {
"bufferutil": "4.0.5",
Expand Down

0 comments on commit 0cd017b

Please sign in to comment.