mirror of https://github.com/Seich/Beau.git
Update @oclif/config to the latest version 🚀 (#97)
* fix(package): update @oclif/config to version 1.14.0 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
This commit is contained in:
parent
cbcf513c86
commit
a1b342fd3f
|
|
@ -464,10 +464,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@oclif/config": {
|
"@oclif/config": {
|
||||||
"version": "1.13.3",
|
"version": "1.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.13.3.tgz",
|
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.14.0.tgz",
|
||||||
"integrity": "sha512-qs5XvGRw+1M41abOKCjd0uoeHCgsMxa2MurD2g2K8CtQlzlMXl0rW5idVeimIg5208LLuxkfzQo8TKAhhRCWLg==",
|
"integrity": "sha512-KsOP/mx9lzTah+EtGqLUXN3PDL0J3zb9/dTneFyiUK2K6T7vFEGhV6OasmqTh4uMZHGYTGrNPV8x/Yw6qZNL6A==",
|
||||||
"requires": {
|
"requires": {
|
||||||
|
"@oclif/errors": "^1.0.0",
|
||||||
"@oclif/parser": "^3.8.0",
|
"@oclif/parser": "^3.8.0",
|
||||||
"debug": "^4.1.1",
|
"debug": "^4.1.1",
|
||||||
"tslib": "^1.9.3"
|
"tslib": "^1.9.3"
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
"/bin"
|
"/bin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@oclif/config": "1.13.3",
|
"@oclif/config": "1.14.0",
|
||||||
"@oclif/command": "1.5.19",
|
"@oclif/command": "1.5.19",
|
||||||
"@oclif/plugin-help": "2.2.2",
|
"@oclif/plugin-help": "2.2.2",
|
||||||
"@oclif/plugin-warn-if-update-available": "1.7.0",
|
"@oclif/plugin-warn-if-update-available": "1.7.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue