diff --git a/frontend/package-lock.json b/frontend/package-lock.json
index c0a948bbfa552a5419cb94ad7ed3d9e38d958826..9a6789fa931109148751efdf369d6bb17cfd601d 100644
--- a/frontend/package-lock.json
+++ b/frontend/package-lock.json
@@ -16,7 +16,7 @@
         "@babel/types": "^7.27.0",
         "@types/node": "^22.14.0",
         "@vitejs/plugin-vue": "^5.2.3",
-        "typescript": "^5.8.2",
+        "typescript": "^5.8.3",
         "vite": "^6.2.5",
         "vite-plugin-vuetify": "^2.1.1",
         "vue-tsc": "^2.2.8"
@@ -1250,9 +1250,9 @@
       }
     },
     "node_modules/typescript": {
-      "version": "5.8.2",
-      "resolved": "https://npmproxy.rubend.nl/typescript/-/typescript-5.8.2.tgz",
-      "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
+      "version": "5.8.3",
+      "resolved": "https://npmproxy.rubend.nl/typescript/-/typescript-5.8.3.tgz",
+      "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
       "devOptional": true,
       "bin": {
         "tsc": "bin/tsc",
@@ -2183,9 +2183,9 @@
       }
     },
     "typescript": {
-      "version": "5.8.2",
-      "resolved": "https://npmproxy.rubend.nl/typescript/-/typescript-5.8.2.tgz",
-      "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
+      "version": "5.8.3",
+      "resolved": "https://npmproxy.rubend.nl/typescript/-/typescript-5.8.3.tgz",
+      "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
       "devOptional": true
     },
     "undici-types": {
diff --git a/frontend/package.json b/frontend/package.json
index e72603af226ef2f05dbd4b72349d02cca931d104..16a15732c99d738c386bc92915f62b093b830e3f 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -15,7 +15,7 @@
     "@babel/types": "^7.27.0",
     "@types/node": "^22.14.0",
     "@vitejs/plugin-vue": "^5.2.3",
-    "typescript": "^5.8.2",
+    "typescript": "^5.8.3",
     "vite": "^6.2.5",
     "vite-plugin-vuetify": "^2.1.1",
     "vue-tsc": "^2.2.8"