Updated elliptic package to address possible malleability issue; which should not affect Ethereum.

This commit is contained in:
Richard Moore 2020-06-29 00:40:17 -04:00
parent 08c74e9a13
commit 9e1434503e
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651
1 changed files with 1 additions and 1 deletions

View File

@ -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",