From 0783c71e69aa75dff6d7b3dafb3d7ff2b364c972 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 05:05:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- 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",