From e99c71c0c187d78adaa38ceb126a7584eda4bb74 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Feb 2024 03:56:08 +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 71443a9ee2c40d..d8acd39cd254cd 100644 --- a/deps/npm/package.json +++ b/deps/npm/package.json @@ -103,7 +103,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",