diff --git a/package.json b/package.json index 8697421..989733a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": { "@oclif/core": "^4", - "@oclif/multi-stage-output": "^0.8.7", + "@oclif/multi-stage-output": "^0.8.9", "@salesforce/core": "^8.5.3", "@salesforce/kit": "^3.2.2", "@salesforce/sf-plugins-core": "^11.3.12", diff --git a/yarn.lock b/yarn.lock index 827e3ce..e6b5eaa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1490,10 +1490,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/multi-stage-output@^0.8.7": - version "0.8.7" - resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.7.tgz#2f168202d35efc6d3f4fd04613cd78694939b6d1" - integrity sha512-bXblOjcPsJR7oboNSc4SkYSq85rePqs3uPBTb2JtC7s0RNRfh9HGrbMktr2cV3byoNDv6fz49M/ABQ/G+/LyGg== +"@oclif/multi-stage-output@^0.8.9": + version "0.8.9" + resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.9.tgz#e8522c82e83ebafdf2296d552e89ce85dba0d22e" + integrity sha512-gYcZDMR9zJf5uqOIKoOCz6BeIS5mGcoSOigqQRpjY3b+BnbitIwaDfJJFO48FxzQdN/pC5FpuYN/Vr6JwwhhDQ== dependencies: "@oclif/core" "^4" "@types/react" "^18.3.12"