From 3a0d951be1ed4de703798d26e11aac18de60f609 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 01:50:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDICI-10176064 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e0a637a..05d38ef 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@solidjs/router": "^0.13.3", "solid-js": "^1.5.7", "solid-start": "^0.3.11", - "undici": "^6.19.2" + "undici": "^5.29.0" }, "engines": { "node": ">=16"