mirror of https://github.com/Seich/Beau.git
Update @oclif/config to the latest version 🚀 (#103)
* fix(package): update @oclif/config to version 1.15.0 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> Co-authored-by: David Díaz <seich@martianwabbit.com>
This commit is contained in:
parent
63c0d624df
commit
1ac4a39cd2
|
|
@ -895,9 +895,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@oclif/config": {
|
"@oclif/config": {
|
||||||
"version": "1.14.0",
|
"version": "1.15.0",
|
||||||
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.14.0.tgz",
|
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.15.0.tgz",
|
||||||
"integrity": "sha512-KsOP/mx9lzTah+EtGqLUXN3PDL0J3zb9/dTneFyiUK2K6T7vFEGhV6OasmqTh4uMZHGYTGrNPV8x/Yw6qZNL6A==",
|
"integrity": "sha512-MLA5yGJwJRIY1YJWbikAGV/ZELkmzi5BQVbudvQjnvDMnccWtZKZmPr2dkWU0kh/q5XLh4OQdiaVYpqtdteuKw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@oclif/errors": "^1.0.0",
|
"@oclif/errors": "^1.0.0",
|
||||||
"@oclif/parser": "^3.8.0",
|
"@oclif/parser": "^3.8.0",
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
"/bin"
|
"/bin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@oclif/config": "1.14.0",
|
"@oclif/config": "1.15.0",
|
||||||
"@oclif/command": "1.5.19",
|
"@oclif/command": "1.5.19",
|
||||||
"@oclif/plugin-help": "2.2.2",
|
"@oclif/plugin-help": "2.2.2",
|
||||||
"@oclif/plugin-warn-if-update-available": "1.7.0",
|
"@oclif/plugin-warn-if-update-available": "1.7.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue