diff --git a/client/package-lock.json b/client/package-lock.json index fbfbe84..9bd2554 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -13,7 +13,7 @@ "@tailwindcss/vite": "^4.0.13", "astro": "^5.4.3", "svelte": "^5.23.0", - "typescript": "^5.8.2" + "typescript": "^5.8.3" }, "devDependencies": { "@types/node": "^22.13.11", @@ -5136,9 +5136,9 @@ } }, "node_modules/typescript": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", - "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", + "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/client/package.json b/client/package.json index 1e13e95..6854fb4 100644 --- a/client/package.json +++ b/client/package.json @@ -14,7 +14,7 @@ "@tailwindcss/vite": "^4.0.13", "astro": "^5.4.3", "svelte": "^5.23.0", - "typescript": "^5.8.2" + "typescript": "^5.8.3" }, "devDependencies": { "@types/node": "^22.13.11",