-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps(chore): switch to cli-table3 to resolve security issue #302
deps(chore): switch to cli-table3 to resolve security issue #302
Conversation
Looks like node 4 and 5 don't work due to Also color shows up in Node 8 and 9 but not in 6 and 7. We are testing against the output without the colors, so tests fail in 8 and 9. |
Thanks for reporting that @knownasilya - I will open an issue for that over on the new repo |
@knownasilya Had a quick chat with the maintainers of cli-table3 and we are setting the lowest Node.js to 6+ - https://github.com/cli-table/cli-table3/blob/v0.5.0/package.json#L60 |
Ok, that's fine for v4 and v5 not being supported. What about colors coming through in 8 and 9 only while not in 6 and 7? |
how did you disable colors? |
@Turbo87 we aren't, it just works differently across the two sets of Node versions. |
we actually had similar issues internally for the |
Can we have a |
|
Closed in favor of #312 Thanks for the contribution and getting this moving. |
This PR updates the
cli-table2
dependency tocli-table3
, which fixes one of thenpm audit
warnings :)cli-table2
(likecli-table
itself) is no longer maintained. In jamestalmage/cli-table2#43 a couple of people have offered to take over maintenance but the current maintainer did not respond so as a result the project was forked to cli-table/cli-table3.