From a5e698cd1790374736b611c76180a174136ef03d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Jul 2026 06:14:06 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ESBUILD-17750822 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 313b10b..cce23ac 100644 --- a/client/package.json +++ b/client/package.json @@ -25,7 +25,7 @@ "serve": "^14.1.0", "typescript": "^4.6.4", "universal-cookie": "^7.2.1", - "vite": "^6.4.2", + "vite": "^7.3.6", "vite-tsconfig-paths": "^4.3.1", "web-vitals": "^1.1.2" },