Bump @oclif/command from 1.5.20 to 1.6.1

Bumps [@oclif/command](https://github.com/oclif/command) from 1.5.20 to 1.6.1.
- [Release notes](https://github.com/oclif/command/releases)
- [Changelog](https://github.com/oclif/command/blob/master/CHANGELOG.md)
- [Commits](https://github.com/oclif/command/compare/v1.5.20...v1.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-08 23:53:25 +00:00 committed by GitHub
parent 64c3d29664
commit 895a6efe90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -440,13 +440,14 @@
} }
}, },
"@oclif/command": { "@oclif/command": {
"version": "1.5.20", "version": "1.6.1",
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.5.20.tgz", "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.6.1.tgz",
"integrity": "sha512-lzst5RU/STfoutJJv4TLE/cm1WtW3xy6Aqvqy3r1lPsGdNifgbEq4dCOYyc/ZEuhV/IStQLDFTnAlqTdolkz1Q==", "integrity": "sha512-pvmMmfGn+zm4e4RwVw63mg9sIaqKqmVsFbImQoUrCO/43UmWzoSHWNXKdgEGigOezWrkZfFucaeZcSbp149OWg==",
"requires": { "requires": {
"@oclif/config": "^1", "@oclif/config": "^1.15.1",
"@oclif/errors": "^1.2.2", "@oclif/errors": "^1.2.2",
"@oclif/parser": "^3.8.3", "@oclif/parser": "^3.8.3",
"@oclif/plugin-help": "^3",
"debug": "^4.1.1", "debug": "^4.1.1",
"semver": "^5.6.0" "semver": "^5.6.0"
}, },

View File

@ -16,7 +16,7 @@
], ],
"dependencies": { "dependencies": {
"@oclif/plugin-help": "3.0.0", "@oclif/plugin-help": "3.0.0",
"@oclif/command": "1.5.20", "@oclif/command": "1.6.1",
"@oclif/config": "1.15.1", "@oclif/config": "1.15.1",
"@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",