From 5956ef9e80db00534dfe77a5da7ace9158f92c61 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Feb 2026 07:36:29 +0000 Subject: [PATCH] fix: deps/npm/node_modules/npm-profile/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-TAR-15127355 --- deps/npm/node_modules/npm-profile/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/npm/node_modules/npm-profile/package.json b/deps/npm/node_modules/npm-profile/package.json index 9c0b77b8a6dd5d..a4f2ff30ba15a5 100644 --- a/deps/npm/node_modules/npm-profile/package.json +++ b/deps/npm/node_modules/npm-profile/package.json @@ -6,7 +6,7 @@ "author": "GitHub Inc.", "license": "ISC", "dependencies": { - "npm-registry-fetch": "^14.0.0", + "npm-registry-fetch": "^18.0.1", "proc-log": "^3.0.0" }, "main": "./lib/index.js",