From 8758612efe9e24ef6062189530cf2daa52055cea Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 01:43:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDICI-8641354 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3441110..6717f1a 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.28.5" }, "engines": { "node": ">=16"