Skip to content

Commit

Permalink
Update elliptic package to protect from Minerva timing attack (#666).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Nov 24, 2019
1 parent 4470477 commit cf036e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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-beta.129",
"@ethersproject/logger": ">=5.0.0-beta.129",
"@ethersproject/properties": ">=5.0.0-beta.131",
"elliptic": "6.5.0"
"elliptic": "6.5.2"
},
"description": "Elliptic curve library functions for the secp256k1 curve.",
"ethereum": "donations.ethers.eth",
Expand All @@ -26,7 +26,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"tarballHash": "0x15e0a1cdc7f39f0c2a05638babfc2ff86ca11bdc92b01549fbabe10cb594aa58",
"tarballHash": "0x362ba6d101842859c8aa83120e4cec9d3970d345e681cba20c9fcf84838410fb",
"types": "./lib/index.d.ts",
"version": "5.0.0-beta.134"
"version": "5.0.0-beta.135"
}

0 comments on commit cf036e1

Please sign in to comment.