From 2d5206e3b49b295a2c26c225497f7d0dc8a95396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 14:04:42 +0000 Subject: [PATCH] fix(deps): bump @oclif/multi-stage-output from 0.8.28 to 0.8.29 Bumps [@oclif/multi-stage-output](https://github.com/oclif/core) from 0.8.28 to 0.8.29. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/core/commits) --- updated-dependencies: - dependency-name: "@oclif/multi-stage-output" dependency-version: 0.8.29 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c5623208..0a879487 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@inquirer/core": "^10.3.2", "@inquirer/prompts": "^7.10.0", "@oclif/core": "^4", - "@oclif/multi-stage-output": "^0.8.28", + "@oclif/multi-stage-output": "^0.8.29", "@salesforce/agents": "^0.18.2", "@salesforce/core": "^8.23.2", "@salesforce/kit": "^3.2.3", diff --git a/yarn.lock b/yarn.lock index 04889f79..fb6980a7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1549,10 +1549,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/multi-stage-output@^0.8.28": - version "0.8.28" - resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.28.tgz#e259aa251dafd3832262af7b9232a726a4d97681" - integrity sha512-BL/PbmWDdh9pW5g+Fgww7Th9h8dxECTSu/Dq02eo5fTymqLCfgOIoDpFQ5vQWExS8bFyVZ6EGdq2TiAEpz5vRQ== +"@oclif/multi-stage-output@^0.8.29": + version "0.8.29" + resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.29.tgz#eae75f72cc6f5f5b868ee2f1d6866385fec31ea7" + integrity sha512-P5Kuc9KpPRAJeofFYt7RO4TH/IVoaNKgQvKhRtDUMCH0+n5Fa0L5xUCqotIWu7UehmXxhFogQRbWI2yAEY/UiQ== dependencies: "@oclif/core" "^4" "@types/react" "^18.3.12"