From be28e1745bd0972ac12be4d377c767f4638458b5 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 04:36:06 +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 cbb91aa..63e2a72 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@solidjs/router": "^0.5.0", "solid-js": "^1.8.17", "solid-start": "^0.1.0", - "undici": "^5.28.4" + "undici": "^5.29.0" }, "engines": { "node": ">=16"