From 27059a667fe21efaebcc93533eee229fe1b1c564 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 07:05:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDICI-14943963 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e310883cc8d7..cfcef57d4762 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "through2": "^3.0.1", "tmp": "^0.1.0", "typescript": "^3.7.5", - "undici": "^5.28.4", + "undici": "^6.23.0", "web-streams-polyfill": "^3.1.1", "yargs": "^15.3.1" },