From 418d159eee6927965b8da49097aa1ae864fcde15 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Feb 2021 03:19:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b668359b2..bfaa59297 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", @@ -60,7 +60,7 @@ "jszip": "^3.1.3", "lodash": "^4.6.1", "moment": "^2.18.1", - "preconditions": "^1.0.8", + "preconditions": "^2.2.2", "shelljs": "^0.3.0", "sjcl": "^1.0.2", "unzip": "git+https://github.com/byteball/unzip.git",