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:
greenkeeper[bot] 2020-04-01 18:04:47 -06:00 committed by GitHub
parent cbcf513c86
commit a1b342fd3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

7
package-lock.json generated
View File

@ -464,10 +464,11 @@
}
},
"@oclif/config": {
"version": "1.13.3",
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.13.3.tgz",
"integrity": "sha512-qs5XvGRw+1M41abOKCjd0uoeHCgsMxa2MurD2g2K8CtQlzlMXl0rW5idVeimIg5208LLuxkfzQo8TKAhhRCWLg==",
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.14.0.tgz",
"integrity": "sha512-KsOP/mx9lzTah+EtGqLUXN3PDL0J3zb9/dTneFyiUK2K6T7vFEGhV6OasmqTh4uMZHGYTGrNPV8x/Yw6qZNL6A==",
"requires": {
"@oclif/errors": "^1.0.0",
"@oclif/parser": "^3.8.0",
"debug": "^4.1.1",
"tslib": "^1.9.3"

View File

@ -15,7 +15,7 @@
"/bin"
],
"dependencies": {
"@oclif/config": "1.13.3",
"@oclif/config": "1.14.0",
"@oclif/command": "1.5.19",
"@oclif/plugin-help": "2.2.2",
"@oclif/plugin-warn-if-update-available": "1.7.0",