Skip to content

Commit 732a1db

Browse files
fix(deps): bump @oclif/multi-stage-output from 0.8.7 to 0.8.10
Bumps [@oclif/multi-stage-output](https://github.com/oclif/core) from 0.8.7 to 0.8.10. - [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 3f034dd commit 732a1db

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.7",
9-
"@oclif/multi-stage-output": "^0.8.7",
9+
"@oclif/multi-stage-output": "^0.8.10",
1010
"@salesforce/apex-node": "^8.1.19",
1111
"@salesforce/core": "^8.8.3",
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.7":
1387-
version "0.8.7"
1388-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.7.tgz#2f168202d35efc6d3f4fd04613cd78694939b6d1"
1389-
integrity sha512-bXblOjcPsJR7oboNSc4SkYSq85rePqs3uPBTb2JtC7s0RNRfh9HGrbMktr2cV3byoNDv6fz49M/ABQ/G+/LyGg==
1386+
"@oclif/multi-stage-output@^0.8.10":
1387+
version "0.8.10"
1388+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.10.tgz#e112fa73bb45313f05d11ad18edd60f4a5b6604e"
1389+
integrity sha512-3CjhCVwKfRrQpcas2yZ4nSQVFHVsPRaPWNEf6ucpkYkVWEV/FUAlRQbe2ZakTwAVHaZ00SPiQgxjrqqsVB7yEQ==
13901390
dependencies:
13911391
"@oclif/core" "^4"
13921392
"@types/react" "^18.3.12"

0 commit comments

Comments
 (0)