From 57c08aef9df939196c27fa9b78d76624f9ebcc5d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jan 2026 18:54:52 +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-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-TAR-15032660 --- 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..36a858a9de5f0d 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": "~11.0.0", "nopt": "~3.0.6", "normalize-git-url": "~3.0.2", "normalize-package-data": "~2.3.5", @@ -92,7 +92,7 @@ "slide": "~1.1.6", "sorted-object": "~2.0.0", "strip-ansi": "~3.0.1", - "tar": "~2.2.1", + "tar": "~7.5.4", "text-table": "~0.2.0", "uid-number": "0.0.6", "umask": "~1.1.0",