diff --git a/package.json b/package.json index 05206ab..4e3e331 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.24", + "@oclif/multi-stage-output": "^0.8.25", "@salesforce/core": "^8.23.3", "@salesforce/kit": "^3.2.2", "@salesforce/sf-plugins-core": "^11.3.12", diff --git a/yarn.lock b/yarn.lock index 15a35da..ed77204 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1815,10 +1815,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/multi-stage-output@^0.8.24": - version "0.8.24" - resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.24.tgz#05a7c77caeaea978e1978f7ca28f1c3d7efc0e24" - integrity sha512-yp3Jf+E0E9UP+wxd1JOGiJKATJwOaZm9fQLiY/TdZRUEJUmwOM4iGrl4c1hgcyDQFVIL6PuPVCOAUqq3yrjWZQ== +"@oclif/multi-stage-output@^0.8.25": + version "0.8.25" + resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.25.tgz#97ea545694045b33607a4f2ad00935efe18c7816" + integrity sha512-Tw/EDlk7i4WEGfTtjHzTLBpwqgl0AtBqu9kixxH1cPCpD7qG783Pc5lAk+IwgReNpgZEdrrdeGVePFlsitBIbQ== dependencies: "@oclif/core" "^4" "@types/react" "^18.3.12"