Skip to content

Commit f0d471a

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 872de98 commit f0d471a

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
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@inquirer/prompts": "^7.8.3",
99
"@oclif/core": "^4.8.0",
10-
"@oclif/multi-stage-output": "^0.8.28",
10+
"@oclif/multi-stage-output": "^0.8.29",
1111
"@salesforce/apex-node": "^8.3.5",
1212
"@salesforce/core": "^8.23.4",
1313
"@salesforce/kit": "^3.2.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1399,10 +1399,10 @@
13991399
wordwrap "^1.0.0"
14001400
wrap-ansi "^7.0.0"
14011401

1402-
"@oclif/multi-stage-output@^0.8.28":
1403-
version "0.8.28"
1404-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.28.tgz#e259aa251dafd3832262af7b9232a726a4d97681"
1405-
integrity sha512-BL/PbmWDdh9pW5g+Fgww7Th9h8dxECTSu/Dq02eo5fTymqLCfgOIoDpFQ5vQWExS8bFyVZ6EGdq2TiAEpz5vRQ==
1402+
"@oclif/multi-stage-output@^0.8.29":
1403+
version "0.8.29"
1404+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.29.tgz#eae75f72cc6f5f5b868ee2f1d6866385fec31ea7"
1405+
integrity sha512-P5Kuc9KpPRAJeofFYt7RO4TH/IVoaNKgQvKhRtDUMCH0+n5Fa0L5xUCqotIWu7UehmXxhFogQRbWI2yAEY/UiQ==
14061406
dependencies:
14071407
"@oclif/core" "^4"
14081408
"@types/react" "^18.3.12"

0 commit comments

Comments
 (0)