From 3242ab7632229c98995c695de148ef90d28b4f91 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 01:49: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-9576207 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b4dbdedbf2d25..a4b0733e279b86 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "prismjs": "^1.29.0", "tsm": "2.3.0", "typescript": "~5.5.3", - "vite": "^5.3.3", + "vite": "^5.4.16", "vue-tsc": "^2.0.26", "wrangler": "3.63.1" },