Skip to content

Commit 4660e4d

Browse files
authored
Merge pull request #348 from oclif/dependabot-npm_and_yarn-oclif-plugin-help-5.2.0
chore(dev-deps): bump @oclif/plugin-help from 5.1.22 to 5.2.0
2 parents 9d7adca + c119854 commit 4660e4d

File tree

2 files changed

+53
-7
lines changed

2 files changed

+53
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@oclif/config": "^1.18.6",
2424
"@oclif/plugin-commands": "^2.2.2",
25-
"@oclif/plugin-help": "^5.1.22",
25+
"@oclif/plugin-help": "^5.2.0",
2626
"@oclif/test": "^1.2.9",
2727
"@types/chai": "^4.3.4",
2828
"@types/fast-levenshtein": "^0.0.2",

yarn.lock

+52-6
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@
460460
is-wsl "^2.1.1"
461461
tslib "^2.3.1"
462462

463-
"@oclif/core@^1.0.8", "@oclif/core@^1.2.0", "@oclif/core@^1.2.1", "@oclif/core@^1.23.1", "@oclif/core@^1.25.0", "@oclif/core@^1.6.4":
463+
"@oclif/core@^1.0.8", "@oclif/core@^1.2.0", "@oclif/core@^1.2.1", "@oclif/core@^1.25.0", "@oclif/core@^1.6.4":
464464
version "1.25.0"
465465
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.25.0.tgz#a3891f903bf211ce1f3c8a05419b686f02c5bbd6"
466466
integrity sha512-vS8L5Uqc5Wuq3zmKVvX5LLcyxhfH2X2q+LG1P6czzkh6k09uLeDaZfwaYPXD7ItM4Vfy+KEctfKiWePeLDnOpg==
@@ -494,6 +494,40 @@
494494
widest-line "^3.1.0"
495495
wrap-ansi "^7.0.0"
496496

497+
"@oclif/core@^2.0.2-beta.6":
498+
version "2.0.2-beta.10"
499+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.0.2-beta.10.tgz#5b459a91d653b8d5aa234e4324a4cc483747abd2"
500+
integrity sha512-FgJ5XHE6MjE7DOyQAcOZPD5Xs5cNOzP91zAQBkut8xhOkZA1NRQjv+7BczJqOTerXccohhTlu09pd7OAyDuitw==
501+
dependencies:
502+
"@types/cli-progress" "^3.11.0"
503+
ansi-escapes "^4.3.2"
504+
ansi-styles "^4.3.0"
505+
cardinal "^2.1.1"
506+
chalk "^4.1.2"
507+
clean-stack "^3.0.1"
508+
cli-progress "^3.10.0"
509+
debug "^4.3.4"
510+
ejs "^3.1.6"
511+
fs-extra "^9.1.0"
512+
get-package-type "^0.1.0"
513+
globby "^11.1.0"
514+
hyperlinker "^1.0.0"
515+
indent-string "^4.0.0"
516+
is-wsl "^2.2.0"
517+
js-yaml "^3.14.1"
518+
natural-orderby "^2.0.3"
519+
object-treeify "^1.1.33"
520+
password-prompt "^1.1.2"
521+
semver "^7.3.7"
522+
string-width "^4.2.3"
523+
strip-ansi "^6.0.1"
524+
supports-color "^8.1.1"
525+
supports-hyperlinks "^2.2.0"
526+
tslib "^2.4.1"
527+
widest-line "^3.1.0"
528+
wordwrap "^1.0.0"
529+
wrap-ansi "^7.0.0"
530+
497531
"@oclif/errors@^1.3.6":
498532
version "1.3.6"
499533
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.3.6.tgz#e8fe1fc12346cb77c4f274e26891964f5175f75d"
@@ -528,12 +562,12 @@
528562
"@oclif/core" "^1.2.0"
529563
lodash "^4.17.11"
530564

531-
"@oclif/plugin-help@^5.1.11", "@oclif/plugin-help@^5.1.22":
532-
version "5.1.22"
533-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.1.22.tgz#65b78efe34af10e9427e046fb4d3524d62149226"
534-
integrity sha512-gflrCqV3c7nd1UgknuZZTX6Th9CTkvVyTjL76UNHrea3kCZEpPzsMGhwP989R+j3KSGJGeZVrq2i9g2QXI9tZA==
565+
"@oclif/plugin-help@^5.1.11", "@oclif/plugin-help@^5.2.0":
566+
version "5.2.0"
567+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.0.tgz#5f75e6977c0f6c37cb67168170f032338a19efb6"
568+
integrity sha512-Sp6Eywj3V2Moif/CJeJsyInPJhzifs2JjsaVbsrLS77WOL2/XAmca1sE5QxfakOGYH21g8xz/Ht9ZgiNy8u1zQ==
535569
dependencies:
536-
"@oclif/core" "^1.23.1"
570+
"@oclif/core" "^2.0.2-beta.6"
537571

538572
"@oclif/plugin-not-found@^2.3.1":
539573
version "2.3.1"
@@ -700,6 +734,13 @@
700734
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.4.tgz#e913e8175db8307d78b4e8fa690408ba6b65dee4"
701735
integrity sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==
702736

737+
"@types/cli-progress@^3.11.0":
738+
version "3.11.0"
739+
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.0.tgz#ec79df99b26757c3d1c7170af8422e0fc95eef7e"
740+
integrity sha512-XhXhBv1R/q2ahF3BM7qT5HLzJNlIL0wbcGyZVjqOTqAybAnsLisd7gy1UCyIqpL+5Iv6XhlSyzjLCnI2sIdbCg==
741+
dependencies:
742+
"@types/node" "*"
743+
703744
"@types/expect@^1.20.4":
704745
version "1.20.4"
705746
resolved "https://registry.npmjs.org/@types/expect/-/expect-1.20.4.tgz#8288e51737bf7e3ab5d7c77bfa695883745264e5"
@@ -4830,6 +4871,11 @@ word-wrap@^1.2.3:
48304871
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
48314872
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
48324873

4874+
wordwrap@^1.0.0:
4875+
version "1.0.0"
4876+
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
4877+
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
4878+
48334879
48344880
version "6.2.0"
48354881
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.0.tgz#827d93c9ba23ee2019c3ffaff5c27fccea289e8b"

0 commit comments

Comments
 (0)