From 288206f01afcdbe26a5f4c46524c8b4fec0b3ea2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 23:37:43 +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 567aafb9a1737a..baaed75ad8afbc 100644 --- a/deps/npm/package.json +++ b/deps/npm/package.json @@ -63,7 +63,7 @@ "lodash.uniq": "~4.2.1", "lodash.without": "~4.1.2", "mkdirp": "~0.5.1", - "node-gyp": "~3.3.1", + "node-gyp": "~8.0.0", "nopt": "~3.0.6", "normalize-git-url": "~3.0.2", "normalize-package-data": "~2.3.5", @@ -84,7 +84,7 @@ "read-package-tree": "~5.1.2", "readable-stream": "~2.1.0", "realize-package-specifier": "~3.0.3", - "request": "~2.72.0", + "request": "~2.80.0", "retry": "~0.9.0", "rimraf": "~2.5.2", "semver": "~5.1.0",