From 7c6300c5dead44c796e37a433a0be06f462d49e1 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:18:46 +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 2ad00ce..2c4a6c1 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@solidjs/router": "^0.13.3", "solid-js": "^1.9.4", "solid-start": "^0.3.11", - "undici": "^6.19.2" + "undici": "^6.23.0" }, "engines": { "node": ">=16"