diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3645f7d53..757c735a6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -565,8 +565,8 @@ importers: specifier: ^5.0.0 version: 5.23.1(@types/node@20.17.29) '@rushstack/ts-command-line': - specifier: ^4.15.0 - version: 4.23.5(@types/node@20.17.29) + specifier: ^5.0.0 + version: 5.3.10(@types/node@20.17.29) colors: specifier: ~1.4.0 version: 1.4.0 diff --git a/tooling/api-documenter/package.json b/tooling/api-documenter/package.json index 2fefb9502..bbdd9842f 100644 --- a/tooling/api-documenter/package.json +++ b/tooling/api-documenter/package.json @@ -24,7 +24,7 @@ "@microsoft/tsdoc": "0.16.0", "@rushstack/heft-node-rig": "^2.6.59", "@rushstack/node-core-library": "^5.0.0", - "@rushstack/ts-command-line": "^4.15.0", + "@rushstack/ts-command-line": "^5.0.0", "colors": "~1.4.0", "eslint-config-lk-custom": "workspace:*", "js-yaml": "~4.2.0",