From acbdc1e784fb0339dbee424f8ad6c6235f8e2e92 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 19:26:12 +0000 Subject: [PATCH] fix: CLI/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- CLI/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLI/package.json b/CLI/package.json index a1173b825..29bb295b8 100644 --- a/CLI/package.json +++ b/CLI/package.json @@ -17,7 +17,7 @@ "moment": "^2.22.2", "readline-sync": "^1.4.9", "request": "^2.88.0", - "request-promise": "^4.2.2", + "request-promise": "^4.2.6", "table": "^5.1.1", "web3": "1.0.0-beta.35" }