Merge pull request #112 from Seich/dependabot/npm_and_yarn/oclif/command-1.6.1

Bump @oclif/command from 1.5.20 to 1.6.1
This commit is contained in:
David Díaz 2020-05-08 18:56:52 -06:00 committed by GitHub
commit 1a526c3869
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",