From 9e1434503e2a0280e9918c4eadb4d972b062b3b0 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Mon, 29 Jun 2020 00:40:17 -0400 Subject: [PATCH] Updated elliptic package to address possible malleability issue; which should not affect Ethereum. --- packages/signing-key/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/signing-key/package.json b/packages/signing-key/package.json index ee76617f9f..68bbdad32b 100644 --- a/packages/signing-key/package.json +++ b/packages/signing-key/package.json @@ -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",