diff --git a/package-lock.json b/package-lock.json index d7407fb..5e21637 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint-config-next": "^16.1.1", "postcss": "^8.4.0", "tailwindcss": "^4.1.18", - "typescript": "^5.0.0" + "typescript": "^6.0.3" }, "engines": { "node": ">=22.0.0" @@ -7011,9 +7011,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 0afaeee..d6670af 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint-config-next": "^16.1.1", "postcss": "^8.4.0", "tailwindcss": "^4.1.18", - "typescript": "^5.0.0" + "typescript": "^6.0.3" }, "overrides": { "@next/eslint-plugin-next": {