Skip to content

Commit ce98f32

Browse files
chore(dev-deps): bump @oclif/plugin-help from 5.1.23 to 5.2.0 (#500)
Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 5.1.23 to 5.2.0. - [Release notes](https://github.com/oclif/plugin-help/releases) - [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md) - [Commits](oclif/plugin-help@5.1.23...5.2.0) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 466b30f commit ce98f32

2 files changed

Lines changed: 53 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"tar-fs": "^2.1.1"
1919
},
2020
"devDependencies": {
21-
"@oclif/plugin-help": "^5.1.23",
21+
"@oclif/plugin-help": "^5.2.0",
2222
"@oclif/test": "^2.2.20",
2323
"@types/chai": "^4.3.4",
2424
"@types/cross-spawn": "^6.0.2",

yarn.lock

Lines changed: 52 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
supports-color "^8.1.1"
433433
tslib "^2"
434434

435-
"@oclif/core@^1.0.8", "@oclif/core@^1.2.1", "@oclif/core@^1.23.1", "@oclif/core@^1.24.0", "@oclif/core@^1.3.0":
435+
"@oclif/core@^1.0.8", "@oclif/core@^1.2.1", "@oclif/core@^1.23.1", "@oclif/core@^1.3.0":
436436
version "1.24.0"
437437
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.24.0.tgz#e94e2f3a1259ebb3cc867d04b12c5bfc31c21f50"
438438
integrity sha512-J41suyV4fLfLcRRySZdtgFYSjIlpYqD90SY01Fm4+ZJUMcfDh/eQAD4sogyYOsIT0bfEzYOyYCjmfHmgcoX5aA==
@@ -466,17 +466,51 @@
466466
widest-line "^3.1.0"
467467
wrap-ansi "^7.0.0"
468468

469+
"@oclif/core@^2.0.2-beta.6":
470+
version "2.0.2-beta.10"
471+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.0.2-beta.10.tgz#5b459a91d653b8d5aa234e4324a4cc483747abd2"
472+
integrity sha512-FgJ5XHE6MjE7DOyQAcOZPD5Xs5cNOzP91zAQBkut8xhOkZA1NRQjv+7BczJqOTerXccohhTlu09pd7OAyDuitw==
473+
dependencies:
474+
"@types/cli-progress" "^3.11.0"
475+
ansi-escapes "^4.3.2"
476+
ansi-styles "^4.3.0"
477+
cardinal "^2.1.1"
478+
chalk "^4.1.2"
479+
clean-stack "^3.0.1"
480+
cli-progress "^3.10.0"
481+
debug "^4.3.4"
482+
ejs "^3.1.6"
483+
fs-extra "^9.1.0"
484+
get-package-type "^0.1.0"
485+
globby "^11.1.0"
486+
hyperlinker "^1.0.0"
487+
indent-string "^4.0.0"
488+
is-wsl "^2.2.0"
489+
js-yaml "^3.14.1"
490+
natural-orderby "^2.0.3"
491+
object-treeify "^1.1.33"
492+
password-prompt "^1.1.2"
493+
semver "^7.3.7"
494+
string-width "^4.2.3"
495+
strip-ansi "^6.0.1"
496+
supports-color "^8.1.1"
497+
supports-hyperlinks "^2.2.0"
498+
tslib "^2.4.1"
499+
widest-line "^3.1.0"
500+
wordwrap "^1.0.0"
501+
wrap-ansi "^7.0.0"
502+
469503
"@oclif/linewrap@^1.0.0":
470504
version "1.0.0"
471505
resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
472506
integrity sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==
473507

474-
"@oclif/plugin-help@^5.1.10", "@oclif/plugin-help@^5.1.23":
475-
version "5.1.23"
476-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.1.23.tgz#529b193b35436ef9374fd9ba4d065e19b73b6b5a"
477-
integrity sha512-8oyyu/yPz55Zhj0U58/YXGc51N65vOpVeqDalf5xby4T+VMo4naDVJMxcSpJF2YUTREXEfO2pcC0aA4PE5q8Ig==
508+
"@oclif/plugin-help@^5.1.10", "@oclif/plugin-help@^5.2.0":
509+
version "5.2.0"
510+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.0.tgz#5f75e6977c0f6c37cb67168170f032338a19efb6"
511+
integrity sha512-Sp6Eywj3V2Moif/CJeJsyInPJhzifs2JjsaVbsrLS77WOL2/XAmca1sE5QxfakOGYH21g8xz/Ht9ZgiNy8u1zQ==
478512
dependencies:
479-
"@oclif/core" "^1.24.0"
513+
"@oclif/core" "^2.0.2-beta.6"
480514

481515
"@oclif/plugin-not-found@^2.2.4":
482516
version "2.3.1"
@@ -665,6 +699,13 @@
665699
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.4.tgz#e913e8175db8307d78b4e8fa690408ba6b65dee4"
666700
integrity sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==
667701

702+
"@types/cli-progress@^3.11.0":
703+
version "3.11.0"
704+
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.0.tgz#ec79df99b26757c3d1c7170af8422e0fc95eef7e"
705+
integrity sha512-XhXhBv1R/q2ahF3BM7qT5HLzJNlIL0wbcGyZVjqOTqAybAnsLisd7gy1UCyIqpL+5Iv6XhlSyzjLCnI2sIdbCg==
706+
dependencies:
707+
"@types/node" "*"
708+
668709
"@types/cross-spawn@^6.0.2":
669710
version "6.0.2"
670711
resolved "https://registry.npmjs.org/@types/cross-spawn/-/cross-spawn-6.0.2.tgz#168309de311cd30a2b8ae720de6475c2fbf33ac7"
@@ -5361,6 +5402,11 @@ word-wrap@^1.2.3:
53615402
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
53625403
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
53635404

5405+
wordwrap@^1.0.0:
5406+
version "1.0.0"
5407+
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
5408+
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
5409+
53645410
53655411
version "6.1.5"
53665412
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.1.5.tgz#0f7cf076b6215fd7e1da903ff6f22ddd1886b581"

0 commit comments

Comments
 (0)