From 6f4990747fbef571b231a3295bd658a7a94faec8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Feb 2021 05:10:03 +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-1064899 --- wallet/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/package.json b/wallet/package.json index 5d998527cc..cff5e63680 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.4", "ethers-utils": "^2.1.0", "scrypt-js": "2.0.3", "setimmediate": "1.0.4",