From bcd2fdb8ea2236ed2b6a18e8f65a6181d168a86c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Oct 2025 09:37:30 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITE-13644406 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 7c56e91f..9ab8cf43 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -74,7 +74,7 @@ "tailwindcss": "^3.4.17", "tailwindcss-animate": "^1.0.7", "vaul-vue": "^0.4.1", - "vite": "^7.1.5", + "vite": "^7.1.11", "vue": "3.5.20", "vue-router": "^4.5.1", "vue-sonner": "^2.0.8"