From 90b236ed49442629149c6492016b3d88ecc147e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 22 Feb 2021 22:30:20 +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 | 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",