From 36266795072ff41911ffc8e482cb06ffcc87d88a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Sep 2025 03:39:00 +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-DEBUG-12552895 --- 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..bbaf6c2ac60905 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": "^15.0.0", "proc-log": "^3.0.0" }, "main": "./lib/index.js",