Skip to content

Commit 7e750eb

Browse files
fix(deps): bump @oclif/multi-stage-output from 0.8.11 to 0.8.12
Bumps [@oclif/multi-stage-output](https://github.com/oclif/core) from 0.8.11 to 0.8.12. - [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] <support@github.com>
1 parent 4fe354c commit 7e750eb

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.11",
9+
"@oclif/multi-stage-output": "^0.8.12",
1010
"@salesforce/core": "^8.8.5",
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
@@ -1737,10 +1737,10 @@
17371737
wordwrap "^1.0.0"
17381738
wrap-ansi "^7.0.0"
17391739

1740-
"@oclif/multi-stage-output@^0.8.11":
1741-
version "0.8.11"
1742-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.11.tgz#bd8594a4775b87827b6f92ba3343dd9d5967b9af"
1743-
integrity sha512-BFHqxqgG25EBh+mvqyg9SkDpsDI4bVp7TQwUOKhj8pP2ue+W5y54NxvC9tLTh9FeqZud+j0RVD03XuBgeSW27g==
1740+
"@oclif/multi-stage-output@^0.8.12":
1741+
version "0.8.12"
1742+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.12.tgz#3dde6d442ab0232f79a9372d3d244cb7aea0f3b3"
1743+
integrity sha512-M07RM4gYw62sjCeS6wvmum2Um+lRLWtZgx2eRcY+a95AUO+5THqs0wp5hr7qL79PAyezoL4B/3fy+XxdAyQIxg==
17441744
dependencies:
17451745
"@oclif/core" "^4"
17461746
"@types/react" "^18.3.12"

0 commit comments

Comments
 (0)