From 80efd4f1524fbd40cafee3c904e9e2fa873541aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 01:34:18 +0000 Subject: [PATCH] fix(deps): bump @oclif/multi-stage-output from 0.8.19 to 0.8.20 Bumps [@oclif/multi-stage-output](https://github.com/oclif/core) from 0.8.19 to 0.8.20. - [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.20 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 d4c82333..477d2a18 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "@inquirer/prompts": "^7.8.2", "@oclif/core": "^4.5.2", - "@oclif/multi-stage-output": "^0.8.19", + "@oclif/multi-stage-output": "^0.8.20", "@salesforce/apex-node": "^8.2.8", "@salesforce/core": "^8.19.1", "@salesforce/kit": "^3.2.3", diff --git a/yarn.lock b/yarn.lock index 7b9d03ea..b17bf380 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1646,10 +1646,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/multi-stage-output@^0.8.19": - version "0.8.19" - resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.19.tgz#ebc887e95366534c4fec740bf6420bd324862145" - integrity sha512-OkfYIbZ0vaMotUWR8HLm6eA9s+j2pn3KR+p42XeEkFlmrxOxVmomyJrNW+TgWnjMqQZsQYG6m2JVn4HCmzHt3w== +"@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"