Skip to content

Commit fdd35f9

Browse files
fix(deps): bump @oclif/multi-stage-output from 0.8.0 to 0.8.1
Bumps [@oclif/multi-stage-output](https://github.com/oclif/core) from 0.8.0 to 0.8.1. - [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] <support@github.com>
1 parent f6796f7 commit fdd35f9

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",
9-
"@oclif/multi-stage-output": "^0.8.0",
9+
"@oclif/multi-stage-output": "^0.8.1",
1010
"@salesforce/core": "^8.5.3",
1111
"@salesforce/kit": "^3.2.2",
1212
"@salesforce/sf-plugins-core": "^11.3.12",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1894,10 +1894,10 @@
18941894
wordwrap "^1.0.0"
18951895
wrap-ansi "^7.0.0"
18961896

1897-
"@oclif/multi-stage-output@^0.8.0":
1898-
version "0.8.0"
1899-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.0.tgz#868fcce009981afbb614b71246b80cd02c483782"
1900-
integrity sha512-B858dgCQPZWHRnzcU42t/cHq3u858UWMQk635qjn/lNlUpFDZKpoVgjVqLlGkQ9iEnqpwTXtyOXSYrLnPjVUeg==
1897+
"@oclif/multi-stage-output@^0.8.1":
1898+
version "0.8.1"
1899+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.1.tgz#5de917777e885d8c709fbdf36960d28db168f095"
1900+
integrity sha512-ecBuoi+nLwvs+6hUa1lKQxUel6w29kY6j8y8KkeqvTro1LtYP9UN5+gHrFoUglI2TFrpLIFqfuRBAJOAvLqN1A==
19011901
dependencies:
19021902
"@oclif/core" "^4"
19031903
"@types/react" "^18.3.12"

0 commit comments

Comments
 (0)