Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @oclif/plugin-help from 5.2.4 to 6.2.22 #3189

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@inquirer/prompts": "^5.0.5",
"@oclif/core": "^2.16.0",
"@oclif/plugin-commands": "2.2.28",
"@oclif/plugin-help": "^5",
"@oclif/plugin-help": "^6",
"@oclif/plugin-legacy": "^1.3.0",
"@oclif/plugin-not-found": "2.3.16",
"@oclif/plugin-plugins": "2.4.3",
Expand Down
50 changes: 7 additions & 43 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3327,42 +3327,6 @@ __metadata:
languageName: node
linkType: hard

"@oclif/core@npm:^2.0.8":
version: 2.1.5
resolution: "@oclif/core@npm:2.1.5"
dependencies:
"@types/cli-progress": ^3.11.0
ansi-escapes: ^4.3.2
ansi-styles: ^4.3.0
cardinal: ^2.1.1
chalk: ^4.1.2
clean-stack: ^3.0.1
cli-progress: ^3.11.2
debug: ^4.3.4
ejs: ^3.1.6
fs-extra: ^9.1.0
get-package-type: ^0.1.0
globby: ^11.1.0
hyperlinker: ^1.0.0
indent-string: ^4.0.0
is-wsl: ^2.2.0
js-yaml: ^3.14.1
natural-orderby: ^2.0.3
object-treeify: ^1.1.33
password-prompt: ^1.1.2
semver: ^7.3.7
string-width: ^4.2.3
strip-ansi: ^6.0.1
supports-color: ^8.1.1
supports-hyperlinks: ^2.2.0
tslib: ^2.5.0
widest-line: ^3.1.0
wordwrap: ^1.0.0
wrap-ansi: ^7.0.0
checksum: 04429c9619c27fc7795b0072d1a86bbc460eaa58ee5264aead6ed9612c82aa0583b1d484ea5095f0cee2b94742005c02d80a35f550f93972c5a08c301e750a61
languageName: node
linkType: hard

"@oclif/core@npm:^2.1.7":
version: 2.3.2
resolution: "@oclif/core@npm:2.3.2"
Expand Down Expand Up @@ -3593,12 +3557,12 @@ __metadata:
languageName: node
linkType: hard

"@oclif/plugin-help@npm:^5":
version: 5.2.4
resolution: "@oclif/plugin-help@npm:5.2.4"
"@oclif/plugin-help@npm:^6":
version: 6.2.22
resolution: "@oclif/plugin-help@npm:6.2.22"
dependencies:
"@oclif/core": ^2.0.8
checksum: a2335e9b9ab806566082e4a52d259f206dbae6334afa9d816e09acdf6e51b4f37cff0ce72294ad532141895c4d1eb9c38e2fe4794e71abb59cd56e966be70b2e
"@oclif/core": ^4
checksum: be02f0cc196f498e433b7e263a334bf4e906d8f1fa729920ae4f92b6618160690152f2cc5894e9925367dce1e9c7b327cbd9ad5396a73b28ef75e941e6c4b9b6
languageName: node
linkType: hard

Expand Down Expand Up @@ -6832,7 +6796,7 @@ __metadata:
languageName: node
linkType: hard

"cli-progress@npm:^3.10.0, cli-progress@npm:^3.11.2, cli-progress@npm:^3.12.0":
"cli-progress@npm:^3.10.0, cli-progress@npm:^3.12.0":
version: 3.12.0
resolution: "cli-progress@npm:3.12.0"
dependencies:
Expand Down Expand Up @@ -10329,7 +10293,7 @@ __metadata:
"@inquirer/prompts": ^5.0.5
"@oclif/core": ^2.16.0
"@oclif/plugin-commands": 2.2.28
"@oclif/plugin-help": ^5
"@oclif/plugin-help": ^6
"@oclif/plugin-legacy": ^1.3.0
"@oclif/plugin-not-found": 2.3.16
"@oclif/plugin-plugins": 2.4.3
Expand Down
Loading