From 72bd6575b16f5ea39e8615fcf556ae253661cbc2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Feb 2024 03:59:10 +0000 Subject: [PATCH] fix: deps/npm/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- deps/npm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/npm/package.json b/deps/npm/package.json index 4a15414a98d6b6..14286e28a4591d 100644 --- a/deps/npm/package.json +++ b/deps/npm/package.json @@ -85,7 +85,7 @@ "read-package-tree": "~5.1.5", "readable-stream": "~2.2.2", "realize-package-specifier": "~3.0.3", - "request": "~2.79.0", + "request": "~2.88.2", "retry": "~0.10.1", "rimraf": "~2.5.4", "semver": "~5.3.0",