Skip to content

Commit 95c4f0f

Browse files
committed
bump ws to 7.4.6
Signed-off-by: chang-ning <[email protected]>
1 parent e13ca2d commit 95c4f0f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,16 @@
6464
"standard": "^14.3.1"
6565
},
6666
"dependencies": {
67-
"readline-promise": "^1.0.4",
68-
"blessed": "^0.1.81",
69-
"blessed-contrib": "^4.8.19",
70-
"cli-table3": "^0.6.0",
7167
"bfx-api-node-models": "^1.2.1",
7268
"bfx-api-node-rest": "^3.0.8",
7369
"bfx-api-node-util": "^1.0.2",
7470
"bfx-api-node-ws1": "^1.0.0",
7571
"bignumber.js": "^9.0.0",
72+
"blessed": "^0.1.81",
73+
"blessed-contrib": "^4.8.19",
7674
"bluebird": "^3.5.1",
7775
"cbq": "0.0.1",
76+
"cli-table3": "^0.6.0",
7877
"copy": "^0.3.2",
7978
"crc-32": "^1.2.0",
8079
"debug": "^4.1.1",
@@ -83,8 +82,9 @@
8382
"lossless-json": "^1.0.3",
8483
"p-iteration": "^1.1.8",
8584
"promise-throttle": "^1.0.1",
85+
"readline-promise": "^1.0.4",
8686
"request": "^2.67.0",
8787
"request-promise": "^4.2.0",
88-
"ws": "^7.2.1"
88+
"ws": "^7.4.6"
8989
}
9090
}

0 commit comments

Comments
 (0)