diff --git a/packages/cli/package-lock.json b/packages/cli/package-lock.json index 7535eb0..090c68b 100644 --- a/packages/cli/package-lock.json +++ b/packages/cli/package-lock.json @@ -21,7 +21,7 @@ "@typescript-eslint/parser": "7.18.0", "@vitest/coverage-v8": "^4.1.5", "eslint": "8.57.0", - "typescript": "5.4.5", + "typescript": "6.0.3", "vitest": "^4.1.9" }, "engines": { @@ -3061,9 +3061,9 @@ } }, "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "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/packages/cli/package.json b/packages/cli/package.json index 22bab5e..d5a32db 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -32,7 +32,7 @@ "@typescript-eslint/parser": "7.18.0", "@vitest/coverage-v8": "^4.1.5", "eslint": "8.57.0", - "typescript": "5.4.5", + "typescript": "6.0.3", "vitest": "^4.1.9" } }