From 6a33a9824ddcdd15391b8fafc0b9842bc8ac6344 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 21:25:13 +0000 Subject: [PATCH] fix: index/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- index/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index/package.json b/index/package.json index 2e8712e..782b3a1 100644 --- a/index/package.json +++ b/index/package.json @@ -10,6 +10,6 @@ "license": "MIT", "dependencies": { "request": "^2.88.2", - "request-promise": "^4.2.5" + "request-promise": "^4.2.6" } }