diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 395cce42..15defff3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -29,7 +29,7 @@ "eslint": "^10.0.0", "eslint-config-next": "16.2.4", "postcss": "^8.5.6", - "typescript": "^5" + "typescript": "^6.0.0" } }, "node_modules/@alloc/quick-lru": { @@ -6524,9 +6524,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 7c5fbd35..e23d3612 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -30,6 +30,6 @@ "eslint": "^10.0.0", "eslint-config-next": "16.2.4", "postcss": "^8.5.6", - "typescript": "^5" + "typescript": "^6.0.0" } }