From 06290b8d8bfa713ed45db87f36ce57b197e7863c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 13:33:04 +0000 Subject: [PATCH] Update dependency @rushstack/ts-command-line to v5 --- pnpm-lock.yaml | 4 ++-- tooling/api-documenter/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c60d73633..2f3e6df7c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -565,8 +565,8 @@ importers: specifier: ^5.0.0 version: 5.23.1(@types/node@24.13.3) '@rushstack/ts-command-line': - specifier: ^4.15.0 - version: 4.23.5(@types/node@24.13.3) + specifier: ^5.0.0 + version: 5.3.10(@types/node@24.13.3) colors: specifier: ~1.4.0 version: 1.4.0 diff --git a/tooling/api-documenter/package.json b/tooling/api-documenter/package.json index 795712dbd..e45df86c3 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",