You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
secp256k1 is not a direct dependency of this project; it shows up in the dependency tree via ganache-cli. ganache-cli, and thus secp256k1, are development-only dependencies (they are used only for tests).
ganache-cli has been replaced by ganache. Unfortunately because development of ganache has ended, we cannot upgrade it to a version that uses a higher version of secp256k1. We may have to come up with another way of upgrade secp256k1.
Acceptance Criteria
package-lock.json should contain no references to secp256k1 < 4.0.4.
secp256k1
is not a direct dependency of this project; it shows up in the dependency tree viaganache-cli
.ganache-cli
, and thussecp256k1
, are development-only dependencies (they are used only for tests).ganache-cli
has been replaced byganache
. Unfortunately because development ofganache
has ended, we cannot upgrade it to a version that uses a higher version ofsecp256k1
. We may have to come up with another way of upgradesecp256k1
.Acceptance Criteria
package-lock.json
should contain no references tosecp256k1
< 4.0.4.References
See security advisory: https://github.com/MetaMask/ethjs-filter/security/dependabot/21
The text was updated successfully, but these errors were encountered: