diff --git a/package-lock.json b/package-lock.json index 9427ae5..5405f83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@vitejs/plugin-react": "^6.0.1", "concurrently": "^9.1.2", "tailwindcss": "^4.0.0", - "typescript": "^5.7.3", + "typescript": "^6.0.3", "vite": "^8.0.10" } }, @@ -1867,9 +1867,9 @@ "license": "0BSD" }, "node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index af65079..87a96bf 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@vitejs/plugin-react": "^6.0.1", "concurrently": "^9.1.2", "tailwindcss": "^4.0.0", - "typescript": "^5.7.3", + "typescript": "^6.0.3", "vite": "^8.0.10" } }