Skip to content

Commit 5ae8bb7

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

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.28",
9+
"@oclif/multi-stage-output": "^0.8.29",
1010
"@salesforce/core": "^8.23.4",
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
@@ -1559,10 +1559,10 @@
15591559
wordwrap "^1.0.0"
15601560
wrap-ansi "^7.0.0"
15611561

1562-
"@oclif/multi-stage-output@^0.8.28":
1563-
version "0.8.28"
1564-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.28.tgz#e259aa251dafd3832262af7b9232a726a4d97681"
1565-
integrity sha512-BL/PbmWDdh9pW5g+Fgww7Th9h8dxECTSu/Dq02eo5fTymqLCfgOIoDpFQ5vQWExS8bFyVZ6EGdq2TiAEpz5vRQ==
1562+
"@oclif/multi-stage-output@^0.8.29":
1563+
version "0.8.29"
1564+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.29.tgz#eae75f72cc6f5f5b868ee2f1d6866385fec31ea7"
1565+
integrity sha512-P5Kuc9KpPRAJeofFYt7RO4TH/IVoaNKgQvKhRtDUMCH0+n5Fa0L5xUCqotIWu7UehmXxhFogQRbWI2yAEY/UiQ==
15661566
dependencies:
15671567
"@oclif/core" "^4"
15681568
"@types/react" "^18.3.12"

0 commit comments

Comments
 (0)