From b91ef6e34d0b01ce907c11242b9dcf7e77294a4f Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 23:25:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITE-8648411 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3441110..0b16d33 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "cypress": "^13.6.6", "solid-start-netlify": "^0.1.0", "typescript": "^4.8.3", - "vite": "^3.2.10" + "vite": "^4.5.6" }, "dependencies": { "@solidjs/meta": "^0.29.4",