diff --git a/package.json b/package.json index 2095970..5ea3f01 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.29", + "@oclif/multi-stage-output": "^0.8.30", "@salesforce/core": "^8.25.0", "@salesforce/kit": "^3.2.2", "@salesforce/sf-plugins-core": "^11.3.12", diff --git a/yarn.lock b/yarn.lock index 608818c..876ce92 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1620,10 +1620,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/multi-stage-output@^0.8.29": - version "0.8.29" - resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.29.tgz#eae75f72cc6f5f5b868ee2f1d6866385fec31ea7" - integrity sha512-P5Kuc9KpPRAJeofFYt7RO4TH/IVoaNKgQvKhRtDUMCH0+n5Fa0L5xUCqotIWu7UehmXxhFogQRbWI2yAEY/UiQ== +"@oclif/multi-stage-output@^0.8.30": + version "0.8.30" + resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.30.tgz#c95261d669bc466ce06701e26248f49282034a12" + integrity sha512-WNEqTdK9GsZGc/yOgm/2drpdTXp7FGDxH3nbWSpMJBJU5CqrWmvoqNqrXZmlVRQHjKCo8qW3hI9FXse5brFVNg== dependencies: "@oclif/core" "^4" "@types/react" "^18.3.12"