Skip to content

Commit 313316c

Browse files
fix(deps): bump @oclif/multi-stage-output from 0.8.17 to 0.8.18
Bumps [@oclif/multi-stage-output](https://github.com/oclif/core) from 0.8.17 to 0.8.18. - [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.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 574fba3 commit 313316c

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.5.3",
99
"@oclif/core": "^4.3.0",
10-
"@oclif/multi-stage-output": "^0.8.14",
10+
"@oclif/multi-stage-output": "^0.8.18",
1111
"@salesforce/apex-node": "^8.1.31",
1212
"@salesforce/core": "^8.18.1",
1313
"@salesforce/kit": "^3.2.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,10 +1336,10 @@
13361336
wordwrap "^1.0.0"
13371337
wrap-ansi "^7.0.0"
13381338

1339-
"@oclif/multi-stage-output@^0.8.14":
1340-
version "0.8.17"
1341-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.17.tgz#92ec74abf58554da95f062a570bb99cff3546b25"
1342-
integrity sha512-mnemcZQfznoJB5JF0esLDMsUGCUP/hMRmi2et1PmMYIBGuOZUAJrlXtiPNi/ye8Uw60BR7k4Vr2GklNtSRawSg==
1339+
"@oclif/multi-stage-output@^0.8.18":
1340+
version "0.8.18"
1341+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.18.tgz#4e9aed6375f741007846ab08e8f8dcbf6a356532"
1342+
integrity sha512-QmhencP0a5OVxOnHfCYb6rim6cDmSgC0J7WRIgw9ZdnPNYPnsLlgU0iWxct/cs+KBL7Vv6tXDQK4wDeUoqFe3Q==
13431343
dependencies:
13441344
"@oclif/core" "^4"
13451345
"@types/react" "^18.3.12"

0 commit comments

Comments
 (0)