chore(deps): update dependency boxen to v3 (#5071)

This commit is contained in:
renovate[bot] 2019-02-19 22:54:12 +03:30 committed by Pooya Parsa
parent 3dd1a28533
commit 58f6424570
2 changed files with 11 additions and 11 deletions

View File

@ -13,7 +13,7 @@
},
"dependencies": {
"@nuxt/config": "2.4.3",
"boxen": "^2.1.0",
"boxen": "^3.0.0",
"chalk": "^2.4.2",
"consola": "^2.4.1",
"esm": "^3.2.5",

View File

@ -2262,15 +2262,15 @@ boolbase@^1.0.0, boolbase@~1.0.0:
resolved "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
boxen@^2.1.0:
version "2.1.0"
resolved "https://registry.npmjs.org/boxen/-/boxen-2.1.0.tgz#8d576156e33fc26a34d6be8635fd16b1d745f0b2"
integrity sha512-luq3RQOt2U5sUX+fiu+qnT+wWnHDcATLpEe63jvge6GUZO99AKbVRfp97d2jgLvq1iQa0ORzaAm4lGVG52ZSlw==
boxen@^3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/boxen/-/boxen-3.0.0.tgz#2e229f603c9c1da9d2966b7e9a5681eb692eca23"
integrity sha512-6BI51DCC62Ylgv78Kfn+MHkyPwSlhulks+b+wz7bK1vsTFgbSEy/E1DOxx1wjf/0YdkrfPUMh9NoaW419M7csQ==
dependencies:
ansi-align "^3.0.0"
camelcase "^5.0.0"
chalk "^2.4.1"
cli-boxes "^1.0.0"
chalk "^2.4.2"
cli-boxes "^2.0.0"
string-width "^3.0.0"
term-size "^1.2.0"
widest-line "^2.0.0"
@ -2746,10 +2746,10 @@ clean-css@4.2.x, clean-css@^4.1.11:
dependencies:
source-map "~0.6.0"
cli-boxes@^1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/cli-boxes/-/cli-boxes-1.0.0.tgz#4fa917c3e59c94a004cd61f8ee509da651687143"
integrity sha1-T6kXw+WclKAEzWH47lCdplFocUM=
cli-boxes@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.0.0.tgz#de5eb5ce7462833133e85f5710fabb38377e9333"
integrity sha512-P46J1Wf3BVD0E5plybtf6g/NtHYAUlOIt7w3ou/Ova/p7dJPdukPV4yp+BF8dpmnnk45XlMzn+x9kfzyucKzrg==
cli-cursor@^2.1.0:
version "2.1.0"