From c964bcf5c20ce287f9430b88fb080fddea659a17 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jul 2020 03:57:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dfecee7..ba990f1 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "license": "MIT", "dependencies": { "appendable-cli-menu": "^2.0.0", - "bitcore": "^0.11.7", + "bitcore": "^1.0.0", "body-parser": "^1.17.2", "dotenv": "^4.0.0", "ethereumjs-util": "^5.1.2",