Updated elliptic package to address possible malleability issue; which should not affect Ethereum.
This commit is contained in:
parent
08c74e9a13
commit
9e1434503e
|
@ -4,7 +4,7 @@
|
|||
"@ethersproject/bytes": "^5.0.0",
|
||||
"@ethersproject/logger": "^5.0.0",
|
||||
"@ethersproject/properties": "^5.0.0",
|
||||
"elliptic": "6.5.2"
|
||||
"elliptic": "6.5.3"
|
||||
},
|
||||
"description": "Elliptic curve library functions for the secp256k1 curve.",
|
||||
"ethereum": "donations.ethers.eth",
|
||||
|
|
Loading…
Reference in New Issue