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. ganache, and thus secp256k1, are development-only dependencies (they are used only for tests).
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
yarn why secp256k1 should display no instances of secp256k1 using version < 4.0.4.
secp256k1
is not a direct dependency of this project; it shows up in the dependency tree viaganache
.ganache
, and thussecp256k1
, are development-only dependencies (they are used only for tests).Unfortunately because development of
ganache
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
yarn why secp256k1
should display no instances ofsecp256k1
using version < 4.0.4.References
See security advisory: https://github.com/MetaMask/eth-token-tracker/security/dependabot/31
The text was updated successfully, but these errors were encountered: