From 279d0d1097f88927c4865fe202413f9e74d8612a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Nov 2019 05:11:12 +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..66d5ba2b90 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.2", "ethers-utils": "^2.1.0", "scrypt-js": "2.0.3", "setimmediate": "1.0.4",