From eab10db0f62c90c5cec94d6d6a8e2f2640af3fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 19:32:58 +0000 Subject: [PATCH] fix(deps): bump @oclif/multi-stage-output from 0.8.29 to 0.8.30 Bumps [@oclif/multi-stage-output](https://github.com/oclif/core) from 0.8.29 to 0.8.30. - [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.30 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 7bf6c22e..60761931 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "o11yUploadEndpoint": "https://794testsite.my.site.com/byolwr/webruntime/log/metrics", "dependencies": { "@jsforce/jsforce-node": "^3.10.14", - "@oclif/multi-stage-output": "^0.8.29", + "@oclif/multi-stage-output": "^0.8.30", "@salesforce/core": "^8.25.1", "@salesforce/kit": "^3.2.2", "@salesforce/sf-plugins-core": "^12.2.6", diff --git a/yarn.lock b/yarn.lock index 912ee502..5e3489e1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1447,10 +1447,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@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== +"@oclif/multi-stage-output@^0.8.30": + version "0.8.30" + resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.30.tgz#c95261d669bc466ce06701e26248f49282034a12" + integrity sha512-WNEqTdK9GsZGc/yOgm/2drpdTXp7FGDxH3nbWSpMJBJU5CqrWmvoqNqrXZmlVRQHjKCo8qW3hI9FXse5brFVNg== dependencies: "@oclif/core" "^4" "@types/react" "^18.3.12"