From dd95c5ecd85f74f519b27ff29173c104144e08f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Feb 2021 03:19:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-1064899 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b668359b2..acf4d6169 100644 --- a/package.json +++ b/package.json @@ -45,8 +45,8 @@ "dependencies": { "async": "^1.5.2", "bip38": "^1.4.0", - "bitcore-lib": "^0.13.14", - "bitcore-mnemonic": "~1.0.0", + "bitcore-lib": "^8.22.2", + "bitcore-mnemonic": "~8.1.0", "byteballcore": "git+https://github.com/byteball/byteballcore.git", "grunt": "^1.0.1", "grunt-angular-gettext": "^2.2.3",