From 23125aeff467a82991f1ae0192992a42f0b0fcd3 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 21:09:52 +0000 Subject: [PATCH] fix: packages/http-client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDICI-14943963 --- packages/http-client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/http-client/package.json b/packages/http-client/package.json index 0ae89c34bb..451c3bad14 100644 --- a/packages/http-client/package.json +++ b/packages/http-client/package.json @@ -46,6 +46,6 @@ }, "dependencies": { "tunnel": "^0.0.6", - "undici": "^5.25.4" + "undici": "^6.23.0" } } \ No newline at end of file