From 289d3ab7a012a32a162ef9890ed93123237c27da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Feb 2021 22:29:15 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d3a4e7d2..c081abd47 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "dependencies": { "async": "^1.3.0", "bindings": "^1.2.1", - "bitcore-lib": "^0.13.13", + "bitcore-lib": "^8.22.2", "body-parser": "^1.13.3", "colors": "^1.1.2", "commander": "^2.8.1",