From 71ceed08cae334f1df438c1f998fa9ed395c9f7d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Apr 2024 17:22:47 +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 5897198c..10664ec7 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "bluebird": "2.10.x", "easysax": "0.1.x", "html-entities": "1.0.x", - "request-promise": "^1.0.2", + "request-promise": "^4.2.6", "require-fu": "^1.0.0", "rewire": "^2.3.4", "winston": "0.8.3",