Skip to content

Commit

Permalink
Merge pull request #120 from DXHeroes/renovate/oclif-plugin-help-2.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency @oclif/plugin-help to v2.2.1
  • Loading branch information
prokopsimek authored Oct 30, 2019
2 parents c47f1be + a8567b0 commit 76fec82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.19",
"@oclif/config": "1.13.3",
"@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: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -438,10 +438,10 @@
chalk "^2.4.2"
tslib "^1.9.3"

"@oclif/plugin-help@2.2.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==
"@oclif/plugin-help@2.2.1", "@oclif/plugin-help@^2":
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"
Expand All @@ -452,10 +452,10 @@
widest-line "^2.0.1"
wrap-ansi "^4.0.0"

"@oclif/plugin-help@^2":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-2.2.1.tgz#cb4d23e453b19340b07c48fb299948b7c74366d3"
integrity sha512-psEA3t41MSGBErLk6xCaAq2jKrRtx3Br+kHpd43vZeGEeZ7Gos4wgK0JAaHBbvhvUQskCHg8dzoqv4XEeTWeVQ==
"@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==
dependencies:
"@oclif/command" "^1.5.13"
chalk "^2.4.1"
Expand Down

0 comments on commit 76fec82

Please sign in to comment.