Browse Source
⬆️ Upgrade dependency @oclif/plugin-help to v3.1.0
pull/129/head
Renovate Bot
6 years ago
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with
5 additions and
5 deletions
-
package.json
-
yarn.lock
|
|
|
@ -11,7 +11,7 @@ |
|
|
|
"@oclif/command": "1.6.1", |
|
|
|
"@oclif/config": "1.15.1", |
|
|
|
"@oclif/errors": "1.2.2", |
|
|
|
"@oclif/plugin-help": "3.0.1", |
|
|
|
"@oclif/plugin-help": "3.1.0", |
|
|
|
"@oclif/plugin-not-found": "1.2.4", |
|
|
|
"@oclif/plugin-warn-if-update-available": "1.7.0", |
|
|
|
"axios": "0.19.2", |
|
|
|
|
|
|
|
@ -1435,10 +1435,10 @@ |
|
|
|
chalk "^2.4.2" |
|
|
|
tslib "^1.9.3" |
|
|
|
|
|
|
|
"@oclif/plugin-help@3.0.1": |
|
|
|
version "3.0.1" |
|
|
|
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.0.1.tgz#21919bc6bef58eb045b80312dbb1d671ee7bba51" |
|
|
|
integrity sha512-Q1OITeUBkkydPf6r5qX75KgE9capr1mNrfHtfD7gkVXmqoTndrbc++z4KfAYNf5nhTCY7N9l52sjbF6BrSGu9w== |
|
|
|
"@oclif/plugin-help@3.1.0": |
|
|
|
version "3.1.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.1.0.tgz#507ff8e9cabe734672b12d1ec0b79812d18c58a8" |
|
|
|
integrity sha512-orSWpXGlJaX16eSjAtI8scA8QhrjQOaCSHodEx52t18JKbIVzG8jcngugyWAOB/V4jhPl0rdiVk9XFsaIIiG2g== |
|
|
|
dependencies: |
|
|
|
"@oclif/command" "^1.5.20" |
|
|
|
"@oclif/config" "^1.15.1" |
|
|
|
|