mirror of https://github.com/Seich/Beau.git
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:
parent
c5bf148d74
commit
3e73ec48db
|
|
@ -495,9 +495,9 @@
|
|||
}
|
||||
},
|
||||
"@oclif/config": {
|
||||
"version": "1.12.9",
|
||||
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.12.9.tgz",
|
||||
"integrity": "sha512-kirFdwOPHmcKPJWcTvM8Xhz30i/usC0rITfENshIvFZySWigpWaj3nLWMbu482EOcxzUqjaz55kSHv6jDFjc5w==",
|
||||
"version": "1.12.12",
|
||||
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.12.12.tgz",
|
||||
"integrity": "sha512-0vlX5VYvOfF9QbkCqMyPSzH9GMp6at4Mbqn8CxCskxhKvNZoPD5ocda2ku0zEnoqxGAQ4VfQP7NCqJthuiStfg==",
|
||||
"requires": {
|
||||
"debug": "^4.1.1",
|
||||
"tslib": "^1.9.3"
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@
|
|||
"/bin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@oclif/config": "1.12.12",
|
||||
"@oclif/command": "1.5.12",
|
||||
"@oclif/config": "1.12.9",
|
||||
"@oclif/plugin-help": "2.1.4",
|
||||
"@oclif/plugin-warn-if-update-available": "1.5.4",
|
||||
"beau-std": "0.9.4",
|
||||
|
|
|
|||
Loading…
Reference in New Issue