From 7bf1d13c2a65ef09660c38aab3b3b05e24203fe8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Jan 2026 10:01:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f05f401..5800c97 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "lodash.chunk": "^4.2.0", "lodash.flatten": "^4.4.0", "request": "^2.88.0", - "request-promise": "^4.2.4", + "request-promise": "^4.2.6", "semaphore": "^1.1.0" } }