Update @oclif/config to the latest version 🚀 (#71)

* fix(package): update @oclif/config to version 1.13.0

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot] 2019-06-01 13:39:44 -06:00 committed by David Díaz
parent 1bc2e4cbd4
commit cb43578d2d
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -495,9 +495,9 @@
}
},
"@oclif/config": {
"version": "1.12.12",
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.12.12.tgz",
"integrity": "sha512-0vlX5VYvOfF9QbkCqMyPSzH9GMp6at4Mbqn8CxCskxhKvNZoPD5ocda2ku0zEnoqxGAQ4VfQP7NCqJthuiStfg==",
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.13.0.tgz",
"integrity": "sha512-ttb4l85q7SBx+WlUJY4A9eXLgv4i7hGDNGaXnY9fDKrYD7PBMwNOQ3Ssn2YT2yARAjyOxVE/5LfcwhQGq4kzqg==",
"requires": {
"debug": "^4.1.1",
"tslib": "^1.9.3"
@ -2848,9 +2848,9 @@
},
"dependencies": {
"glob": {
"version": "7.1.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz",
"integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==",
"version": "7.1.4",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz",
"integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==",
"requires": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",

View File

@ -15,7 +15,7 @@
"/bin"
],
"dependencies": {
"@oclif/config": "1.12.12",
"@oclif/config": "1.13.0",
"@oclif/command": "1.5.12",
"@oclif/plugin-help": "2.1.4",
"@oclif/plugin-warn-if-update-available": "1.5.4",