Skip to content

Commit 9f05d13

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] <[email protected]>
1 parent 4644974 commit 9f05d13

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.0",
9-
"@oclif/multi-stage-output": "^0.8.0",
9+
"@oclif/multi-stage-output": "^0.8.1",
1010
"@salesforce/apex-node": "^8.1.19",
1111
"@salesforce/core": "^8.6.4",
1212
"@salesforce/kit": "^3.2.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1383,10 +1383,10 @@
13831383
wordwrap "^1.0.0"
13841384
wrap-ansi "^7.0.0"
13851385

1386-
"@oclif/multi-stage-output@^0.8.0":
1387-
version "0.8.0"
1388-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.0.tgz#868fcce009981afbb614b71246b80cd02c483782"
1389-
integrity sha512-B858dgCQPZWHRnzcU42t/cHq3u858UWMQk635qjn/lNlUpFDZKpoVgjVqLlGkQ9iEnqpwTXtyOXSYrLnPjVUeg==
1386+
"@oclif/multi-stage-output@^0.8.1":
1387+
version "0.8.1"
1388+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.1.tgz#5de917777e885d8c709fbdf36960d28db168f095"
1389+
integrity sha512-ecBuoi+nLwvs+6hUa1lKQxUel6w29kY6j8y8KkeqvTro1LtYP9UN5+gHrFoUglI2TFrpLIFqfuRBAJOAvLqN1A==
13901390
dependencies:
13911391
"@oclif/core" "^4"
13921392
"@types/react" "^18.3.12"

0 commit comments

Comments
 (0)