From bd64a46952852b7e5d54e68b9c2fc01625633bac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Apr 2026 11:46:49 +0000 Subject: [PATCH] fix: web/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITE-15922213 - https://snyk.io/vuln/SNYK-JS-VITE-15922242 - https://snyk.io/vuln/SNYK-JS-VITE-15922245 --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index fb3eb3f..4c417ca 100644 --- a/web/package.json +++ b/web/package.json @@ -52,6 +52,6 @@ "postcss": "^8.5.1", "tailwindcss": "^3.4.14", "typescript": "^5.7.2", - "vite": "^8.0.3" + "vite": "^8.0.5" } }