mirror of https://github.com/Seich/Beau.git
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:
parent
1bc2e4cbd4
commit
cb43578d2d
|
|
@ -495,9 +495,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@oclif/config": {
|
"@oclif/config": {
|
||||||
"version": "1.12.12",
|
"version": "1.13.0",
|
||||||
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.12.12.tgz",
|
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.13.0.tgz",
|
||||||
"integrity": "sha512-0vlX5VYvOfF9QbkCqMyPSzH9GMp6at4Mbqn8CxCskxhKvNZoPD5ocda2ku0zEnoqxGAQ4VfQP7NCqJthuiStfg==",
|
"integrity": "sha512-ttb4l85q7SBx+WlUJY4A9eXLgv4i7hGDNGaXnY9fDKrYD7PBMwNOQ3Ssn2YT2yARAjyOxVE/5LfcwhQGq4kzqg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"debug": "^4.1.1",
|
"debug": "^4.1.1",
|
||||||
"tslib": "^1.9.3"
|
"tslib": "^1.9.3"
|
||||||
|
|
@ -2848,9 +2848,9 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"glob": {
|
"glob": {
|
||||||
"version": "7.1.3",
|
"version": "7.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz",
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz",
|
||||||
"integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==",
|
"integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"fs.realpath": "^1.0.0",
|
"fs.realpath": "^1.0.0",
|
||||||
"inflight": "^1.0.4",
|
"inflight": "^1.0.4",
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
"/bin"
|
"/bin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@oclif/config": "1.12.12",
|
"@oclif/config": "1.13.0",
|
||||||
"@oclif/command": "1.5.12",
|
"@oclif/command": "1.5.12",
|
||||||
"@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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue