Greenkeeper/@oclif/config 1.12.12 (#69)

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

Closes #61

* chore(package): update lockfile package-lock.json
This commit is contained in:
David Díaz 2019-05-03 22:11:12 -06:00 committed by GitHub
parent c5bf148d74
commit 3e73ec48db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -495,9 +495,9 @@
} }
}, },
"@oclif/config": { "@oclif/config": {
"version": "1.12.9", "version": "1.12.12",
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.12.9.tgz", "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.12.12.tgz",
"integrity": "sha512-kirFdwOPHmcKPJWcTvM8Xhz30i/usC0rITfENshIvFZySWigpWaj3nLWMbu482EOcxzUqjaz55kSHv6jDFjc5w==", "integrity": "sha512-0vlX5VYvOfF9QbkCqMyPSzH9GMp6at4Mbqn8CxCskxhKvNZoPD5ocda2ku0zEnoqxGAQ4VfQP7NCqJthuiStfg==",
"requires": { "requires": {
"debug": "^4.1.1", "debug": "^4.1.1",
"tslib": "^1.9.3" "tslib": "^1.9.3"

View File

@ -15,8 +15,8 @@
"/bin" "/bin"
], ],
"dependencies": { "dependencies": {
"@oclif/config": "1.12.12",
"@oclif/command": "1.5.12", "@oclif/command": "1.5.12",
"@oclif/config": "1.12.9",
"@oclif/plugin-help": "2.1.4", "@oclif/plugin-help": "2.1.4",
"@oclif/plugin-warn-if-update-available": "1.5.4", "@oclif/plugin-warn-if-update-available": "1.5.4",
"beau-std": "0.9.4", "beau-std": "0.9.4",