From b93003fae52de3407cec911797c95adf634543f6 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 22:36:53 +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 b31dd8c..7c3d07c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "solid-js": "^1.7.12" }, "devDependencies": { - "vite": "^4.5.5", + "vite": "^5.4.21", "vite-plugin-solid": "^2.7.0" } } \ No newline at end of file