From b6263497270b0cf6973c0ed7cafdb8319cf1642e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 01:01:47 +0000 Subject: [PATCH] fix(deps): bump @oclif/multi-stage-output from 0.8.25 to 0.8.28 Bumps [@oclif/multi-stage-output](https://github.com/oclif/core) from 0.8.25 to 0.8.28. - [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.28 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 ea668c64..2bade3c8 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "@inquirer/prompts": "^7.8.3", "@oclif/core": "^4.7.2", - "@oclif/multi-stage-output": "^0.8.20", + "@oclif/multi-stage-output": "^0.8.28", "@salesforce/apex-node": "^8.3.5", "@salesforce/core": "^8.23.2", "@salesforce/kit": "^3.2.4", diff --git a/yarn.lock b/yarn.lock index c63a2bb9..c391cb19 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1400,10 +1400,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/multi-stage-output@^0.8.20": - version "0.8.25" - resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.25.tgz#97ea545694045b33607a4f2ad00935efe18c7816" - integrity sha512-Tw/EDlk7i4WEGfTtjHzTLBpwqgl0AtBqu9kixxH1cPCpD7qG783Pc5lAk+IwgReNpgZEdrrdeGVePFlsitBIbQ== +"@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== dependencies: "@oclif/core" "^4" "@types/react" "^18.3.12"