From d38c044f92a91a20242ef47455aa009852512226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 19:03:40 +0000 Subject: [PATCH] fix(deps): bump @oclif/multi-stage-output from 0.8.5 to 0.8.6 Bumps [@oclif/multi-stage-output](https://github.com/oclif/core) from 0.8.5 to 0.8.6. - [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-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 6adecde1..2ab6273f 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ }, "dependencies": { "@jsforce/jsforce-node": "^3.6.4", - "@oclif/multi-stage-output": "^0.8.5", + "@oclif/multi-stage-output": "^0.8.6", "@salesforce/core": "^8.8.2", "@salesforce/kit": "^3.2.2", "@salesforce/sf-plugins-core": "^12.1.2", diff --git a/yarn.lock b/yarn.lock index c0e847f8..ddf17f6d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1747,10 +1747,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/multi-stage-output@^0.8.5": - version "0.8.5" - resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.5.tgz#5a46f2a0d0718fcc68249f461255d47b756612b9" - integrity sha512-+iv4cK8WRJbLNL5f7gLU+tvqbReDofpG0qNss6tbJDbQUK3YmyEWrE2DnMPi7afJW6iwoG/uOwFRTs+9TpGg1A== +"@oclif/multi-stage-output@^0.8.6": + version "0.8.6" + resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.6.tgz#5e18fe4a2883026dcff248de0fc7b938dd3256c4" + integrity sha512-l8JEHAuSxD6ozYYfVryB2FjJNbWIla7hUegqoqA24A0z4tcFHcj4NwqTsPc96chlJkc0jqtoCBmooA7j1SnoUw== dependencies: "@oclif/core" "^4" "@types/react" "^18.3.12"