From 1b0ad378d1581cfc4f1c264f4f64e2ef50b55e5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 21:33:23 +0000 Subject: [PATCH] fix(deps): bump @oclif/multi-stage-output from 0.8.42 to 0.8.44 Bumps [@oclif/multi-stage-output](https://github.com/oclif/multi-stage-output) from 0.8.42 to 0.8.44. - [Release notes](https://github.com/oclif/multi-stage-output/releases) - [Changelog](https://github.com/oclif/multi-stage-output/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/multi-stage-output/compare/0.8.42...0.8.44) --- updated-dependencies: - dependency-name: "@oclif/multi-stage-output" dependency-version: 0.8.44 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 5f3fec6..b070b1d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": { "@oclif/core": "^4", - "@oclif/multi-stage-output": "^0.8.42", + "@oclif/multi-stage-output": "^0.8.44", "@salesforce/core": "^8.31.0", "@salesforce/kit": "^3.2.2", "@salesforce/sf-plugins-core": "^11.3.12", diff --git a/yarn.lock b/yarn.lock index 5996c12..2d2f05a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1667,10 +1667,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/multi-stage-output@^0.8.42": - version "0.8.42" - resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.42.tgz#9efeae7fe105fd92060ce41eb786a0902ea15802" - integrity sha512-pAgfE5v+xGTp0yIOJwIXCtbCrfc0Rmw1KZwyylmUNao0gV50/x5JhJHD4MUSET0oi5Zx8haLSLH6IJewkFIjnA== +"@oclif/multi-stage-output@^0.8.44": + version "0.8.44" + resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.44.tgz#b68788341914357f456526eab9c07be116c7dd8c" + integrity sha512-MKRyLqvg1w1j5fU5BPZd7ncZAvXTvtTezyzGBF+QCLnZWDGIEzwtitbZsRzpauiINrYaiDREmZkkj34ChGCDWw== dependencies: "@oclif/core" "^4" "@types/react" "^18.3.12"