From 313316c26397c152b9111cca11d9c92428fbd1cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Jul 2025 01:10:45 +0000 Subject: [PATCH] fix(deps): bump @oclif/multi-stage-output from 0.8.17 to 0.8.18 Bumps [@oclif/multi-stage-output](https://github.com/oclif/core) from 0.8.17 to 0.8.18. - [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.18 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 07bc855f..addb4498 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "@inquirer/prompts": "^7.5.3", "@oclif/core": "^4.3.0", - "@oclif/multi-stage-output": "^0.8.14", + "@oclif/multi-stage-output": "^0.8.18", "@salesforce/apex-node": "^8.1.31", "@salesforce/core": "^8.18.1", "@salesforce/kit": "^3.2.3", diff --git a/yarn.lock b/yarn.lock index 1d1bf3d5..0c3c6dff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1336,10 +1336,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/multi-stage-output@^0.8.14": - version "0.8.17" - resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.17.tgz#92ec74abf58554da95f062a570bb99cff3546b25" - integrity sha512-mnemcZQfznoJB5JF0esLDMsUGCUP/hMRmi2et1PmMYIBGuOZUAJrlXtiPNi/ye8Uw60BR7k4Vr2GklNtSRawSg== +"@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== dependencies: "@oclif/core" "^4" "@types/react" "^18.3.12"