-
-
Notifications
You must be signed in to change notification settings - Fork 327
deps: Bump ethereumjs and metamask packages #453
Conversation
New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: eth-json-rpc-filters@4.2.1, eth-json-rpc-infura@5.1.0, eth-json-rpc-middleware@6.0.0, eth-rpc-errors@3.0.0 |
👍 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 |
bin script confusion ok (nb: the rlp@2.2.6 duplication is not actually present) |
new author ok |
network access ok |
32c84c7
to
ccb2e36
Compare
var vm = self.vm = createVm(self.engine, blockNumber, { | ||
enableHomestead: true | ||
const vm = self.vm = new VM({ | ||
stateManager: new EthersStateManager({ |
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.
🎉
No description provided.