From b0b5edcbcfefb6e99a63b1c0b0c1f31c60723ab3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 Nov 2023 14:14:00 +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-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- deps/npm/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/npm/package.json b/deps/npm/package.json index 5b0ab111e21282..3c077e5c3f674e 100644 --- a/deps/npm/package.json +++ b/deps/npm/package.json @@ -75,7 +75,7 @@ "mississippi": "~1.3.0", "mkdirp": "~0.5.1", "move-concurrently": "~1.0.1", - "node-gyp": "~3.6.2", + "node-gyp": "~8.0.0", "nopt": "~4.0.1", "normalize-package-data": "~2.4.0", "npm-cache-filename": "~1.0.2", @@ -100,7 +100,7 @@ "retry": "~0.10.1", "rimraf": "~2.6.1", "safe-buffer": "~5.1.1", - "semver": "~5.3.0", + "semver": "~5.7.2", "sha": "~2.0.1", "slide": "~1.1.6", "sorted-object": "~2.0.1", @@ -113,7 +113,7 @@ "umask": "~1.1.0", "unique-filename": "~1.1.0", "unpipe": "~1.0.0", - "update-notifier": "~2.2.0", + "update-notifier": "~2.3.0", "uuid": "~3.1.0", "validate-npm-package-name": "~3.0.0", "which": "~1.2.14",