From e8244ab1a27de1252e2b266058339e7e6469da7b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 15:37:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- 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",