From dba4baf2a2ef186b3ea17b9ae7583bd91927e07f Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 21:00:04 +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 6235904..a86db4f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "cypress": "^13.13.1", "solid-start-netlify": "^0.3.11", "typescript": "^4.9.5", - "vite": "^6.3.6" + "vite": "^6.4.1" }, "dependencies": { "@solidjs/meta": "^0.29.4",