mirror of https://github.com/Seich/Beau.git
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:
commit
1a526c3869
|
|
@ -440,13 +440,14 @@
|
|||
}
|
||||
},
|
||||
"@oclif/command": {
|
||||
"version": "1.5.20",
|
||||
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.5.20.tgz",
|
||||
"integrity": "sha512-lzst5RU/STfoutJJv4TLE/cm1WtW3xy6Aqvqy3r1lPsGdNifgbEq4dCOYyc/ZEuhV/IStQLDFTnAlqTdolkz1Q==",
|
||||
"version": "1.6.1",
|
||||
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.6.1.tgz",
|
||||
"integrity": "sha512-pvmMmfGn+zm4e4RwVw63mg9sIaqKqmVsFbImQoUrCO/43UmWzoSHWNXKdgEGigOezWrkZfFucaeZcSbp149OWg==",
|
||||
"requires": {
|
||||
"@oclif/config": "^1",
|
||||
"@oclif/config": "^1.15.1",
|
||||
"@oclif/errors": "^1.2.2",
|
||||
"@oclif/parser": "^3.8.3",
|
||||
"@oclif/plugin-help": "^3",
|
||||
"debug": "^4.1.1",
|
||||
"semver": "^5.6.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@oclif/plugin-help": "3.0.0",
|
||||
"@oclif/command": "1.5.20",
|
||||
"@oclif/command": "1.6.1",
|
||||
"@oclif/config": "1.15.1",
|
||||
"@oclif/plugin-warn-if-update-available": "1.7.0",
|
||||
"beau-std": "0.9.4",
|
||||
|
|
|
|||
Loading…
Reference in New Issue