Skip to content

Commit

Permalink
Updated elliptic package to address possible malleability issue; whic…
Browse files Browse the repository at this point in the history
…h should not affect Ethereum.
  • Loading branch information
ricmoo committed Jun 29, 2020
1 parent 08c74e9 commit 9e14345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/signing-key/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9e14345

Please sign in to comment.