From 94ac12b00af23c77935571f9dea53cdb43d07965 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:02:03 +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-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- deps/npm/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/npm/package.json b/deps/npm/package.json index 8716d59c3ad746..ab91b3bc38fcf4 100644 --- a/deps/npm/package.json +++ b/deps/npm/package.json @@ -62,7 +62,7 @@ "lodash.uniq": "~4.5.0", "lodash.without": "~4.4.0", "mkdirp": "~0.5.1", - "node-gyp": "~3.4.0", + "node-gyp": "~8.0.0", "nopt": "~3.0.6", "normalize-git-url": "~3.0.2", "normalize-package-data": "~2.3.5", @@ -83,7 +83,7 @@ "read-package-tree": "~5.1.5", "readable-stream": "~2.1.5", "realize-package-specifier": "~3.0.3", - "request": "~2.75.0", + "request": "~2.80.0", "retry": "~0.10.0", "rimraf": "~2.5.4", "semver": "~5.3.0",