From eda9cc39503b82cb02a8ec346bda48f9565d76e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Jan 2026 16:37:49 +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-15032660 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- deps/npm/package.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/deps/npm/package.json b/deps/npm/package.json index 176329a2578aeb..78739786b95cbf 100644 --- a/deps/npm/package.json +++ b/deps/npm/package.json @@ -42,10 +42,10 @@ "./package.json": "./package.json" }, "dependencies": { - "@npmcli/arborist": "^1.0.3", + "@npmcli/arborist": "^9.0.0", "@npmcli/ci-detect": "^1.2.0", "@npmcli/config": "^1.2.1", - "@npmcli/run-script": "^1.7.0", + "@npmcli/run-script": "^9.0.2", "abbrev": "~1.1.1", "ansicolors": "~0.3.2", "ansistyles": "~0.1.3", @@ -53,7 +53,7 @@ "archy": "~1.0.0", "bin-links": "^2.2.1", "byte-size": "^7.0.0", - "cacache": "^15.0.5", + "cacache": "^19.0.0", "chalk": "^4.1.0", "chownr": "^2.0.0", "cli-columns": "^3.1.2", @@ -68,31 +68,31 @@ "init-package-json": "^2.0.1", "is-cidr": "^4.0.2", "leven": "^3.1.0", - "libnpmaccess": "^4.0.0", - "libnpmfund": "^1.0.1", - "libnpmhook": "^6.0.0", - "libnpmorg": "^2.0.0", - "libnpmpack": "^2.0.0", - "libnpmpublish": "^3.0.2", - "libnpmsearch": "^3.0.0", - "libnpmteam": "^2.0.1", - "libnpmversion": "^1.0.5", - "make-fetch-happen": "^8.0.9", + "libnpmaccess": "^9.0.0", + "libnpmfund": "^7.0.0", + "libnpmhook": "^11.0.0", + "libnpmorg": "^7.0.0", + "libnpmpack": "^9.0.0", + "libnpmpublish": "^10.0.0", + "libnpmsearch": "^8.0.0", + "libnpmteam": "^7.0.0", + "libnpmversion": "^7.0.0", + "make-fetch-happen": "^14.0.1", "mkdirp": "^1.0.4", "mkdirp-infer-owner": "^2.0.0", "ms": "^2.1.2", - "node-gyp": "^7.1.2", + "node-gyp": "^11.0.0", "nopt": "^5.0.0", "normalize-package-data": "^3.0.0", "npm-audit-report": "^2.1.4", "npm-package-arg": "^8.1.0", "npm-pick-manifest": "^6.1.0", - "npm-profile": "^5.0.1", - "npm-registry-fetch": "^8.1.4", + "npm-profile": "^11.0.1", + "npm-registry-fetch": "^18.0.1", "npm-user-validate": "^1.0.1", "npmlog": "~4.1.2", "opener": "^1.5.2", - "pacote": "^11.1.10", + "pacote": "^21.0.1", "parse-conflict-json": "^1.1.1", "qrcode-terminal": "^0.12.0", "read": "~1.0.7", @@ -102,7 +102,7 @@ "semver": "^7.3.2", "sorted-object": "~2.0.1", "ssri": "^8.0.0", - "tar": "^6.0.5", + "tar": "^7.5.7", "text-table": "~0.2.0", "tiny-relative-date": "^1.3.0", "uuid": "^8.3.1", @@ -180,7 +180,7 @@ "write-file-atomic" ], "devDependencies": { - "eslint": "^7.11.0", + "eslint": "^9.26.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1",