diff --git a/frontend/package-lock.json b/frontend/package-lock.json index acdfbc6..e21f8ff 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -20,7 +20,7 @@ "eslint": "^9", "eslint-config-next": "16.2.6", "tailwindcss": "^4", - "typescript": "5.9.3" + "typescript": "6.0.3" } }, "node_modules/@alloc/quick-lru": { @@ -6350,9 +6350,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/frontend/package.json b/frontend/package.json index e46ae6c..8b917e7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,6 +21,6 @@ "eslint": "^9", "eslint-config-next": "16.2.6", "tailwindcss": "^4", - "typescript": "5.9.3" + "typescript": "6.0.3" } }