From 64d00bb04a74a7f8a236704b65026bbe5da9ac77 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 21:24:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-6969142 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1258380..0fd9907 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "formidable": "1.0.17", "lodash": "^4.8.2", "nconf": "^0.8.4", - "request": "^2.71.0", + "request": "^2.88.2", "superagent": "^3.6.0", "webtask-tools": "^3.1.1", "winston": "^2.3.0"