From 81c944f334bda7ac52158d6b5ca06be53982f2ad Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Wed, 11 Sep 2024 15:11:16 -0600 Subject: [PATCH] fix: bump mso --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e7bb8f13..536ce0ef 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": { "@oclif/core": "^4.0.18", - "@oclif/multi-stage-output": "^0.5.1", + "@oclif/multi-stage-output": "^0.5.5", "@salesforce/apex-node": "^8.1.3", "@salesforce/core": "^8.5.4", "@salesforce/kit": "^3.2.1", diff --git a/yarn.lock b/yarn.lock index bbc9f18f..acd38b2c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1470,10 +1470,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/multi-stage-output@^0.5.1": - version "0.5.1" - resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.5.1.tgz#98cfc1c15b87866cc04f9a280ef5ed81152e9891" - integrity sha512-D2JyJLaYeMKxYxDIlxhXIurNcmQFk4fRIfDnYb3ZDmV0nQbn1nW/8T8HzASK/kWbZZdxdjzCWcip8CjkJdizEw== +"@oclif/multi-stage-output@^0.5.5": + version "0.5.5" + resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.5.5.tgz#227abd670945cb39a99eb243515949b6b1859b96" + integrity sha512-3JEV7gE0X6GpDRM8jBznoN1tj02PTFCcYn79xauBgQMsu9PRi2ThaHrShmrKySQmzLsL63VFU4RnrsPxF5cVzA== dependencies: "@oclif/core" "^4" "@types/react" "^18.3.5" @@ -1482,6 +1482,7 @@ figures "^6.1.0" ink "^5.0.1" react "^18.3.1" + wrap-ansi "^9.0.0" "@oclif/plugin-command-snapshot@^5.2.15": version "5.2.15"