From 5220a05adf99188f0d3fa6320b21d1b1fd2b6665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Jul 2025 08:52:30 +0000 Subject: [PATCH] fix(deps): bump @oclif/multi-stage-output from 0.8.18 to 0.8.19 Bumps [@oclif/multi-stage-output](https://github.com/oclif/core) from 0.8.18 to 0.8.19. - [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.19 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 0557e26a..c6642ea4 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ }, "dependencies": { "@jsforce/jsforce-node": "^3.9.4", - "@oclif/multi-stage-output": "^0.8.18", + "@oclif/multi-stage-output": "^0.8.20", "@salesforce/core": "^8.18.1", "@salesforce/kit": "^3.2.2", "@salesforce/sf-plugins-core": "^12.2.3", diff --git a/yarn.lock b/yarn.lock index f5dc2539..4f902ebd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1355,10 +1355,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/multi-stage-output@^0.8.18": - version "0.8.18" - resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.18.tgz#4e9aed6375f741007846ab08e8f8dcbf6a356532" - integrity sha512-QmhencP0a5OVxOnHfCYb6rim6cDmSgC0J7WRIgw9ZdnPNYPnsLlgU0iWxct/cs+KBL7Vv6tXDQK4wDeUoqFe3Q== +"@oclif/multi-stage-output@^0.8.20": + version "0.8.20" + resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.20.tgz#193cef3d9fe323aa85909219ae84bca7fff9f666" + integrity sha512-XrzuZ9aNjv+RSc0MsjtnX2nR3w9tJSNfBBg6uoOHZkWndPuPeS70gTseTt2dQJDHQE2ygNuDSPMQBf71bNoVuA== dependencies: "@oclif/core" "^4" "@types/react" "^18.3.12"