Update @oclif/plugin-help to the latest version 🚀 (#96)

* fix(package): update @oclif/plugin-help to version 2.2.2

* chore(package): update lockfile package-lock.json

Co-authored-by: David Díaz <seich@martianwabbit.com>
This commit is contained in:
greenkeeper[bot] 2020-01-24 17:44:33 -06:00 committed by David Díaz
parent c92da8d251
commit cbcf513c86
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -578,9 +578,9 @@
} }
}, },
"@oclif/plugin-help": { "@oclif/plugin-help": {
"version": "2.2.1", "version": "2.2.2",
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-2.2.1.tgz", "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-2.2.2.tgz",
"integrity": "sha512-psEA3t41MSGBErLk6xCaAq2jKrRtx3Br+kHpd43vZeGEeZ7Gos4wgK0JAaHBbvhvUQskCHg8dzoqv4XEeTWeVQ==", "integrity": "sha512-Xh4o3TKEg5CsIpQx1XzzV0RYCShfksFuFF0CBodv5Eh1boAw06cBGv225LYdAX8lcSo9qklw/tuz2RsAsH0o9A==",
"requires": { "requires": {
"@oclif/command": "^1.5.13", "@oclif/command": "^1.5.13",
"chalk": "^2.4.1", "chalk": "^2.4.1",

View File

@ -17,7 +17,7 @@
"dependencies": { "dependencies": {
"@oclif/config": "1.13.3", "@oclif/config": "1.13.3",
"@oclif/command": "1.5.19", "@oclif/command": "1.5.19",
"@oclif/plugin-help": "2.2.1", "@oclif/plugin-help": "2.2.2",
"@oclif/plugin-warn-if-update-available": "1.7.0", "@oclif/plugin-warn-if-update-available": "1.7.0",
"beau-std": "0.9.4", "beau-std": "0.9.4",
"cli-color": "2.0.0", "cli-color": "2.0.0",