From 47614e3bfd47aece252ddc21d65e1632a01d2f37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 01:34:08 +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 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",