Skip to content

Commit 0f581ed

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

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.4.0",
9-
"@oclif/multi-stage-output": "^0.8.14",
9+
"@oclif/multi-stage-output": "^0.8.16",
1010
"@salesforce/core": "^8.15.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.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==
1574+
"@oclif/multi-stage-output@^0.8.16":
1575+
version "0.8.16"
1576+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.16.tgz#51540c07bf68cabb8ef62d8975694b51985f508c"
1577+
integrity sha512-r44G3+02dGt7OUQeD4fswdmCqqxQTj1FfmhTPOhM+dEmkrSHsbXAbMCyynXDfqOTbllIWZDJ9oShW1PVT4rMiw==
15781578
dependencies:
15791579
"@oclif/core" "^4"
15801580
"@types/react" "^18.3.12"

0 commit comments

Comments
 (0)