From d4efaec4cfe04df7e85a6cd2fbb72aa2db11c4ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Nov 2019 05:10:11 +0000 Subject: [PATCH] fix: wallet/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-511941 --- wallet/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/package.json b/wallet/package.json index 5d998527cc..812ea91b7e 100644 --- a/wallet/package.json +++ b/wallet/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "aes-js": "3.0.0", - "elliptic": "6.3.3", + "elliptic": "6.5.1", "ethers-utils": "^2.1.0", "scrypt-js": "2.0.3", "setimmediate": "1.0.4",