Skip to content

Commit a30131c

Browse files
fix(deps): bump @oclif/multi-stage-output from 0.8.9 to 0.8.12
Bumps [@oclif/multi-stage-output](https://github.com/oclif/core) from 0.8.9 to 0.8.12. - [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-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent da885ff commit a30131c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
88
"@oclif/core": "^4.2.10",
9-
"@oclif/multi-stage-output": "^0.8.9",
9+
"@oclif/multi-stage-output": "^0.8.12",
1010
"@salesforce/core": "^8.8.3",
1111
"@salesforce/kit": "^3.2.3",
1212
"@salesforce/sf-plugins-core": "^12.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,10 +1576,10 @@
15761576
wordwrap "^1.0.0"
15771577
wrap-ansi "^7.0.0"
15781578

1579-
"@oclif/multi-stage-output@^0.8.9":
1580-
version "0.8.9"
1581-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.9.tgz#e8522c82e83ebafdf2296d552e89ce85dba0d22e"
1582-
integrity sha512-gYcZDMR9zJf5uqOIKoOCz6BeIS5mGcoSOigqQRpjY3b+BnbitIwaDfJJFO48FxzQdN/pC5FpuYN/Vr6JwwhhDQ==
1579+
"@oclif/multi-stage-output@^0.8.12":
1580+
version "0.8.12"
1581+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.12.tgz#3dde6d442ab0232f79a9372d3d244cb7aea0f3b3"
1582+
integrity sha512-M07RM4gYw62sjCeS6wvmum2Um+lRLWtZgx2eRcY+a95AUO+5THqs0wp5hr7qL79PAyezoL4B/3fy+XxdAyQIxg==
15831583
dependencies:
15841584
"@oclif/core" "^4"
15851585
"@types/react" "^18.3.12"

0 commit comments

Comments
 (0)