Skip to content
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

(chore) swap cli-table3 to fix audit security issues #541

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/util/debug_table.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

const Table = require('cli-table2')
const Table = require('cli-table3')

/**
* Generates a CLI table and logs it to the console
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitfinex-api-node",
"version": "4.0.14",
"version": "4.0.15",
"description": "Node reference library for Bitfinex API",
"engines": {
"node": ">=8.3.0"
Expand Down Expand Up @@ -64,17 +64,16 @@
"standard": "^14.3.1"
},
"dependencies": {
"readline-promise": "^1.0.4",
"blessed": "^0.1.81",
"blessed-contrib": "^4.8.19",
"cli-table2": "^0.2.0",
"bfx-api-node-models": "^1.2.1",
"bfx-api-node-rest": "^3.0.8",
"bfx-api-node-util": "^1.0.2",
"bfx-api-node-ws1": "^1.0.0",
"bignumber.js": "^9.0.0",
"blessed": "^0.1.81",
"blessed-contrib": "^4.8.19",
"bluebird": "^3.5.1",
"cbq": "0.0.1",
"cli-table3": "^0.6.0",
"copy": "^0.3.2",
"crc-32": "^1.2.0",
"debug": "^4.1.1",
Expand All @@ -83,6 +82,7 @@
"lossless-json": "^1.0.3",
"p-iteration": "^1.1.8",
"promise-throttle": "^1.0.1",
"readline-promise": "^1.0.4",
"request": "^2.67.0",
"request-promise": "^4.2.0",
"ws": "^7.2.1"
Expand Down