Skip to content

Commit

Permalink
fix(deps): update dependency @oclif/plugin-help to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 30, 2019
1 parent fce93e6 commit 42810fa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@oclif/command": "1.5.15",
"@oclif/config": "1.13.0",
"@oclif/plugin-help": "2.2.0",
"@oclif/plugin-help": "2.2.1",
"@octokit/rest": "16.34.0",
"@types/eslint": "6.1.3",
"@types/js-yaml": "3.12.1",
Expand Down
16 changes: 15 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,21 @@
chalk "^2.4.2"
tslib "^1.9.3"

"@oclif/plugin-help@2.2.0", "@oclif/plugin-help@^2.1.6":
"@oclif/plugin-help@2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-2.2.1.tgz#cb4d23e453b19340b07c48fb299948b7c74366d3"
integrity sha512-psEA3t41MSGBErLk6xCaAq2jKrRtx3Br+kHpd43vZeGEeZ7Gos4wgK0JAaHBbvhvUQskCHg8dzoqv4XEeTWeVQ==
dependencies:
"@oclif/command" "^1.5.13"
chalk "^2.4.1"
indent-string "^3.2.0"
lodash.template "^4.4.0"
string-width "^3.0.0"
strip-ansi "^5.0.0"
widest-line "^2.0.1"
wrap-ansi "^4.0.0"

"@oclif/plugin-help@^2.1.6":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-2.2.0.tgz#8dfc1c80deae47a205fbc70b018747ba93f31cc3"
integrity sha512-56iIgE7NQfwy/ZrWrvrEfJGb5rrMUt409yoQGw4feiU101UudA1btN1pbUbcKBr7vY9KFeqZZcftXEGxOp7zBg==
Expand Down

0 comments on commit 42810fa

Please sign in to comment.