Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
deps: upgrade to latest tty-table
  • Loading branch information
vmarchaud committed May 13, 2018
1 parent 8925ad1 commit 32093dd
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 36 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"express": "^4.16.2",
"kmjs-core": "^0.5.8",
"moment": "^2.20.1",
"tty-table": "^2.5.5"
"tty-table": "^2.6.3"
},
"engines": {
"node": ">=4"
Expand Down
96 changes: 61 additions & 35 deletions yarn.lock
Expand Up @@ -278,6 +278,14 @@ cliui@^3.2.0:
strip-ansi "^3.0.1"
wrap-ansi "^2.0.0"

cliui@^4.0.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/cliui/-/cliui-4.1.0.tgz#348422dbe82d800b3022eef4f6ac10bf2e4d1b49"
dependencies:
string-width "^2.1.1"
strip-ansi "^4.0.0"
wrap-ansi "^2.0.0"

clone@^1.0.2:
version "1.0.3"
resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.3.tgz#298d7e2231660f40c003c2ed3140decf3f53085f"
Expand Down Expand Up @@ -356,28 +364,28 @@ cryptiles@3.x.x:
dependencies:
boom "5.x.x"

csv-generate@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/csv-generate/-/csv-generate-1.1.2.tgz#ec6b00edaed6e59ad9c20582f4c364e28b146240"
csv-generate@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/csv-generate/-/csv-generate-2.0.2.tgz#1c26c52be318f1f0b6435f8df3d1249fb1503f4b"

csv-parse@^1.3.3:
version "1.3.3"
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-1.3.3.tgz#d1cfd8743c2f849a0abb2fd544db56695d19a490"
csv-parse@^2.2.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-2.4.0.tgz#d4c72a1533734b2c2a65f486d13091264cacc115"

csv-stringify@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/csv-stringify/-/csv-stringify-1.1.2.tgz#77a41526581bce3380f12b00d7c5bbac70c82b58"
csv-stringify@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/csv-stringify/-/csv-stringify-3.0.0.tgz#ed2b4eaae5a3be382309f7864168458970307d7f"
dependencies:
lodash.get "~4.4.2"

csv@^1.1.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/csv/-/csv-1.2.1.tgz#5231edfc1c7152512ec45781076a7a97ff525c0c"
csv@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/csv/-/csv-3.0.2.tgz#3f29d92cd27c75e3ba21265b5cad29bd2d785358"
dependencies:
csv-generate "^1.1.2"
csv-parse "^1.3.3"
csv-stringify "^1.1.2"
stream-transform "^0.2.2"
csv-generate "^2.0.2"
csv-parse "^2.2.0"
csv-stringify "^3.0.0"
stream-transform "^1.0.2"

cycle@1.0.x:
version "1.0.3"
Expand Down Expand Up @@ -593,7 +601,7 @@ finalhandler@1.1.0:
statuses "~1.3.1"
unpipe "~1.0.0"

find-up@^2.0.0:
find-up@^2.0.0, find-up@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
dependencies:
Expand Down Expand Up @@ -1393,7 +1401,7 @@ signal-exit@^3.0.0:
version "3.0.2"
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"

smartwrap@^1.0.7:
smartwrap@^1.0.9:
version "1.0.9"
resolved "https://registry.yarnpkg.com/smartwrap/-/smartwrap-1.0.9.tgz#7001aa8331482b6fc5021574d68ef04460bb21ca"
dependencies:
Expand Down Expand Up @@ -1462,9 +1470,9 @@ statuses@~1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.3.1.tgz#faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e"

stream-transform@^0.2.2:
version "0.2.2"
resolved "https://registry.yarnpkg.com/stream-transform/-/stream-transform-0.2.2.tgz#75867487f49528f8bf1d82499658753d02df7838"
stream-transform@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/stream-transform/-/stream-transform-1.0.2.tgz#47de4d15fbc29b7e2a7e54d25e99538876f114c1"

string-width@^1.0.1:
version "1.0.2"
Expand All @@ -1474,7 +1482,7 @@ string-width@^1.0.1:
is-fullwidth-code-point "^1.0.0"
strip-ansi "^3.0.0"

string-width@^2.0.0:
string-width@^2.0.0, string-width@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
dependencies:
Expand Down Expand Up @@ -1558,18 +1566,17 @@ tough-cookie@~2.3.3:
dependencies:
punycode "^1.4.1"

tty-table@^2.5.5:
version "2.5.5"
resolved "https://registry.yarnpkg.com/tty-table/-/tty-table-2.5.5.tgz#248ef188468ff1dff75a379c77cbe1f1c81c8a79"
tty-table@^2.6.3:
version "2.6.3"
resolved "https://registry.yarnpkg.com/tty-table/-/tty-table-2.6.3.tgz#1e64f5083bfcc8796e0438e89b604874a95361dd"
dependencies:
chalk "^1.1.0"
csv "^1.1.1"
chalk "^2.3.0"
csv "^3.0.2"
merge "^1.2.0"
smartwrap "^1.0.7"
strip-ansi "^3.0.0"
use-strict "^1.0.1"
smartwrap "^1.0.9"
strip-ansi "^4.0.0"
wcwidth "^1.0.1"
yargs "^8.0.1"
yargs "^11.0.0"

tunnel-agent@^0.6.0:
version "0.6.0"
Expand Down Expand Up @@ -1600,10 +1607,6 @@ unpipe@1.0.0, unpipe@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"

use-strict@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/use-strict/-/use-strict-1.0.1.tgz#0bb80d94f49a4a05192b84a8c7d34e95f1a7e3a0"

util-deprecate@~1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
Expand Down Expand Up @@ -1710,6 +1713,29 @@ yargs-parser@^7.0.0:
dependencies:
camelcase "^4.1.0"

yargs-parser@^9.0.2:
version "9.0.2"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-9.0.2.tgz#9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077"
dependencies:
camelcase "^4.1.0"

yargs@^11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-11.0.0.tgz#c052931006c5eee74610e5fc0354bedfd08a201b"
dependencies:
cliui "^4.0.0"
decamelize "^1.1.1"
find-up "^2.1.0"
get-caller-file "^1.0.1"
os-locale "^2.0.0"
require-directory "^2.1.1"
require-main-filename "^1.0.1"
set-blocking "^2.0.0"
string-width "^2.0.0"
which-module "^2.0.0"
y18n "^3.2.1"
yargs-parser "^9.0.2"

yargs@^8.0.1:
version "8.0.2"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-8.0.2.tgz#6299a9055b1cefc969ff7e79c1d918dceb22c360"
Expand Down

0 comments on commit 32093dd

Please sign in to comment.