diff --git a/package.json b/package.json index 82249300..ebf539d4 100644 --- a/package.json +++ b/package.json @@ -4,13 +4,13 @@ "description": "Binance API for node https://github.com/jaggedsoft/node-binance-api", "main": "node-binance-api.js", "dependencies": { - "async": "^2.6.1", + "async": "^3.2.2", "https-proxy-agent": "^2.2.1", "request": "^2.85.0", "socks-proxy-agent": "^4.0.1", "string-hash": "^1.1.3", "url": "^0.11.0", - "ws": "^4.1.0" + "ws": "^7.4.6" }, "scripts": { "test": "mocha",