diff --git a/package-lock.json b/package-lock.json index 1e0a0c7..2a29fc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -88,7 +88,7 @@ "tailwindcss": "3.3.3", "tailwindcss-animate": "^1.0.7", "three": "^0.160.0", - "typescript": "5.2.2", + "typescript": "^5.8.3", "vaul": "^0.9.9", "zod": "^3.23.8" }, @@ -27398,9 +27398,9 @@ } }, "node_modules/typescript": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", - "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", + "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/package.json b/package.json index 5a35c1c..ab4d458 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "tailwindcss": "3.3.3", "tailwindcss-animate": "^1.0.7", "three": "^0.160.0", - "typescript": "5.2.2", + "typescript": "5.8.3", "vaul": "^0.9.9", "zod": "^3.23.8" },