diff --git a/client/package-lock.json b/client/package-lock.json
index 2709309a0..d192fc480 100644
--- a/client/package-lock.json
+++ b/client/package-lock.json
@@ -75,7 +75,7 @@
         "stylelint-config-standard": "^25.0.0",
         "timekeeper": "^2.3.1",
         "typescript": "5.5",
-        "vite": "^5.4.8",
+        "vite": "^5.4.14",
         "vitest": "^2.1.1",
         "weak-key": "^1.0.1"
       }
@@ -17537,10 +17537,11 @@
       "integrity": "sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw=="
     },
     "node_modules/vite": {
-      "version": "5.4.8",
-      "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz",
-      "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==",
+      "version": "5.4.14",
+      "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.14.tgz",
+      "integrity": "sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA==",
       "dev": true,
+      "license": "MIT",
       "dependencies": {
         "esbuild": "^0.21.3",
         "postcss": "^8.4.43",
diff --git a/client/package.json b/client/package.json
index 057b0d963..895516cb3 100644
--- a/client/package.json
+++ b/client/package.json
@@ -98,7 +98,7 @@
     "stylelint-config-standard": "^25.0.0",
     "timekeeper": "^2.3.1",
     "typescript": "5.5",
-    "vite": "^5.4.8",
+    "vite": "^5.4.14",
     "vitest": "^2.1.1",
     "weak-key": "^1.0.1"
   }