From b29555ec1b5ce92d20f6b70415093469ca24d53e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 01:04:53 +0000 Subject: [PATCH] fix(deps): bump @oclif/multi-stage-output from 0.7.11 to 0.7.12 Bumps [@oclif/multi-stage-output](https://github.com/oclif/core) from 0.7.11 to 0.7.12. - [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 08d92d9d..6230bde8 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": { "@oclif/core": "^4.0.28", - "@oclif/multi-stage-output": "^0.7.11", + "@oclif/multi-stage-output": "^0.7.12", "@salesforce/apex-node": "^8.1.9", "@salesforce/core": "^8.6.4", "@salesforce/kit": "^3.2.3", diff --git a/yarn.lock b/yarn.lock index 5868b2d2..f9c86f5a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1253,10 +1253,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/multi-stage-output@^0.7.11": - version "0.7.11" - resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.7.11.tgz#98a16b9324e7a67e70dbc0eec146d12572c1d4e8" - integrity sha512-2ykTQb7ot+1+nM0GFbUE2lgfkr0a9IfxY+YHbpP2lDbTUIdoM7fVPrgbAiGdcP2qsxm3F94POKvGtc2XW4WJRg== +"@oclif/multi-stage-output@^0.7.12": + version "0.7.12" + resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.7.12.tgz#04df5efb6dce527920cf475c9ad9f20236803ccd" + integrity sha512-MmCgqPb7jC7QUOiX9jMik2njplCO+tRybGxiB55OXDmZ7osifM3KuQb/ykgP4XYn559k3DXeNLFS0NpokuH+mw== dependencies: "@oclif/core" "^4" "@types/react" "^18.3.12"