From 63e5790a83652a7d4bf9c98fa800c72a2a520e45 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 01:33:40 +0000 Subject: [PATCH] fix: deps/npm/node_modules/@npmcli/metavuln-calculator/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- .../node_modules/@npmcli/metavuln-calculator/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/npm/node_modules/@npmcli/metavuln-calculator/package.json b/deps/npm/node_modules/@npmcli/metavuln-calculator/package.json index 4ad6193ae6aa8e..a946fcf3120999 100644 --- a/deps/npm/node_modules/@npmcli/metavuln-calculator/package.json +++ b/deps/npm/node_modules/@npmcli/metavuln-calculator/package.json @@ -26,17 +26,17 @@ "coverage-map": "map.js" }, "devDependencies": { - "eslint": "^7.20.0", + "eslint": "^10.0.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.3.1", "eslint-plugin-standard": "^4.1.0", "require-inject": "^1.4.4", - "tap": "^14.10.8" + "tap": "^18.0.0" }, "dependencies": { "cacache": "^15.0.5", - "pacote": "^11.1.11", + "pacote": "^12.0.0", "semver": "^7.3.2" } }