From c472f8c91e96f2c570e193e8560cfec6eb155545 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Feb 2024 01:46:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 - https://snyk.io/vuln/SNYK-JS-QS-3153490 - https://snyk.io/vuln/npm:hawk:20160119 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:http-signature:20150122 - https://snyk.io/vuln/npm:mime:20170907 - https://snyk.io/vuln/npm:qs:20170213 - https://snyk.io/vuln/npm:request:20160119 - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2405b5705..370f7333f 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "ip": "0.3.x", "mime": "1.2.x", "qs": "1.2.x", - "request": "2.40.x", + "request": "2.88.2", "s3-upload-stream": "~1.0.0", "through2": "0.6.x", "underscore": "1.6.x",