From 4634518d2b8d844e2dc106d156afb7023546bd62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 May 2024 11:26:55 +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 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",