Skip to content

Commit 4af3c0f

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

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.4.1",
99
"@oclif/core": "^4.3.0",
10-
"@oclif/multi-stage-output": "^0.8.12",
10+
"@oclif/multi-stage-output": "^0.8.13",
1111
"@salesforce/apex-node": "^8.1.24",
1212
"@salesforce/core": "^8.11.0",
1313
"@salesforce/kit": "^3.2.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1638,10 +1638,10 @@
16381638
wordwrap "^1.0.0"
16391639
wrap-ansi "^7.0.0"
16401640

1641-
"@oclif/multi-stage-output@^0.8.12":
1642-
version "0.8.12"
1643-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.12.tgz#3dde6d442ab0232f79a9372d3d244cb7aea0f3b3"
1644-
integrity sha512-M07RM4gYw62sjCeS6wvmum2Um+lRLWtZgx2eRcY+a95AUO+5THqs0wp5hr7qL79PAyezoL4B/3fy+XxdAyQIxg==
1641+
"@oclif/multi-stage-output@^0.8.13":
1642+
version "0.8.13"
1643+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.13.tgz#66b69d97f85c182ca402726fad998449dc356d47"
1644+
integrity sha512-px5UseRSS4jASnYO/h/szunAEvPQ0H0yypDA71FzDvGRBYd3DeBiRYuoyhJsTpoab9hnGZGxZyWFyRrVuOXIAA==
16451645
dependencies:
16461646
"@oclif/core" "^4"
16471647
"@types/react" "^18.3.12"

0 commit comments

Comments
 (0)