diff --git a/package-lock.json b/package-lock.json index 6865f59..4e46a73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "prettier": "^3.8.4", "tailwindcss": "^4.3.1", "tsx": "^4.22.4", - "typescript": "~5.8.2", + "typescript": "~6.0.3", "typescript-eslint": "^8.61.0", "vite": "^6.2.0", "vitest": "^4.1.5" @@ -10885,9 +10885,9 @@ } }, "node_modules/typescript": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", - "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index dc4da0c..61511d0 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "prettier": "^3.8.4", "tailwindcss": "^4.3.1", "tsx": "^4.22.4", - "typescript": "~5.8.2", + "typescript": "~6.0.3", "typescript-eslint": "^8.61.0", "vite": "^6.2.0", "vitest": "^4.1.5"