diff --git a/package-lock.json b/package-lock.json index 4e81034..abd558d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "eslint": "^9", "eslint-config-next": "15.5.18", "tailwindcss": "^4.0.12", - "typescript": "^5" + "typescript": "^6.0.0" } }, "node_modules/@alloc/quick-lru": { @@ -6389,9 +6389,9 @@ } }, "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 8ac70ba..c42a720 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ "eslint": "^9", "eslint-config-next": "15.5.18", "tailwindcss": "^4.0.12", - "typescript": "^5" + "typescript": "^6.0.0" } }