From bf6d99bf5d23b0631b20b611efa088020f549eae Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 04:56:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITE-13644406 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3d202e..2ad00ce 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "cypress": "^13.13.0", "solid-start-netlify": "^0.1.0", "typescript": "^4.8.3", - "vite": "^5.4.20" + "vite": "^5.4.21" }, "dependencies": { "@solidjs/meta": "^0.29.4",