From 78cd758aa35f6beab4d5949ffdf353b5cd6ba91c Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 02:09:54 +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 3b97968..00c3f78 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@solidjs/router": "^0.15.2", "solid-js": "^1.9.4", "solid-start": "^0.3.11", - "undici": "^6.21.0" + "undici": "^6.23.0" }, "engines": { "node": ">=16"