From 6086431275495ba162393e1067e7a6280398822b Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 11 Jul 2019 03:57:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 --- 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",