From 3dc8ae0c8ac3d99cd1cc051e7c5b0fb9e0ad7f11 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Feb 2024 04:00:56 +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-AJV-584908 - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 --- 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 fb2b04c1b5c60f..137fbab98ebaa3 100644 --- a/deps/npm/package.json +++ b/deps/npm/package.json @@ -105,7 +105,7 @@ "read-package-json": "~2.0.12", "read-package-tree": "~5.1.6", "readable-stream": "~2.3.3", - "request": "~2.83.0", + "request": "~2.88.2", "retry": "~0.10.1", "rimraf": "~2.6.2", "safe-buffer": "~5.1.1",