Skip to content

Commit f5d00c5

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

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.3.0",
9-
"@oclif/multi-stage-output": "^0.8.13",
9+
"@oclif/multi-stage-output": "^0.8.14",
1010
"@salesforce/core": "^8.13.0",
1111
"@salesforce/kit": "^3.2.3",
1212
"@salesforce/sf-plugins-core": "^12.2.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1571,10 +1571,10 @@
15711571
wordwrap "^1.0.0"
15721572
wrap-ansi "^7.0.0"
15731573

1574-
"@oclif/multi-stage-output@^0.8.13":
1575-
version "0.8.13"
1576-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.13.tgz#66b69d97f85c182ca402726fad998449dc356d47"
1577-
integrity sha512-px5UseRSS4jASnYO/h/szunAEvPQ0H0yypDA71FzDvGRBYd3DeBiRYuoyhJsTpoab9hnGZGxZyWFyRrVuOXIAA==
1574+
"@oclif/multi-stage-output@^0.8.14":
1575+
version "0.8.14"
1576+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.14.tgz#7276009eef1ebd904666a230d690066b1a3b16ae"
1577+
integrity sha512-s6Ra2xJrRtIQfn+b/KcLaphboNIVP/2jymEM1rS8T8wADDvF6nw4GtkqUNNR77sZLe1XuxuiDLx4qFY9lYBxow==
15781578
dependencies:
15791579
"@oclif/core" "^4"
15801580
"@types/react" "^18.3.12"

0 commit comments

Comments
 (0)