-
-
Notifications
You must be signed in to change notification settings - Fork 327
[v16] bump ethereum-related dependencies #477
Conversation
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. Ignoring: Next stepsTake a deeper look at the dependencyTake a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev. Remove the packageIf you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency. Mark a package as acceptable riskTo ignore an alert, reply with a comment starting with |
673362a
to
2423ad7
Compare
network access ok |
2423ad7
to
b3f1389
Compare
network access ok |
b3f1389
to
a2cd96c
Compare
the github.com version comes from devDependency ganache-core - resolution only relevant for build/dev
a2cd96c
to
75f7b24
Compare
75f7b24
to
9d9306b
Compare
new author ok |
new author ok |
new author ok |
ganache update ok |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Description
Targeting v16.x.
Bump ethereumjs and metamask library packages to latest preserving compatibility with Nodejs v12.
eth-rpc-errors
from^3.0.0
to^4.0.3
eth-sig-util@^1.4.2
to@metamask/eth-sig-util@^4.0.1
eth-sig-util@1
still present in lockfile comes fromganache-core
, which is a devDependency only used for tests.ethereumjs-
packageseth-json-rpc-filters
from^4.2.1
to~5.0.0
5.1.0
breaks node v12eth-json-rpc-infura@^5.1.0
to@metamask/eth-json-rpc-infura@^6.0.0
ethereumjs-abi
to fetch from package registry instead ofgithub.com
via git+http.ganache-core
toganache-cli
Related