From 743a7e64d213135bc57adee0273c9731811b6b3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 03:09:10 +0000 Subject: [PATCH] fix(deps): bump @oclif/multi-stage-output from 0.8.23 to 0.8.28 Bumps [@oclif/multi-stage-output](https://github.com/oclif/core) from 0.8.23 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 c35a9e7e..06935425 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ }, "dependencies": { "@jsforce/jsforce-node": "^3.10.8", - "@oclif/multi-stage-output": "^0.8.23", + "@oclif/multi-stage-output": "^0.8.28", "@salesforce/core": "^8.23.4", "@salesforce/kit": "^3.2.2", "@salesforce/sf-plugins-core": "^12.2.5", diff --git a/yarn.lock b/yarn.lock index 71cc3096..1ad803b5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1738,10 +1738,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/multi-stage-output@^0.8.23": - version "0.8.23" - resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.23.tgz#e735d01c749a4dc34d38f359730308537c94825c" - integrity sha512-6XdEWmxRthNRYOMkKEWPP+OU0WDAr8akO+Kyk356obnsa2f6yo5QAi6CncH+B1cOm7WocmIGhxyinjczx35nUw== +"@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"