From 5d2f2651052d6a9696aec48cf0279720c2e62667 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Nov 2019 03:57:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-511941 --- 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",