From 0cd78b9c36fc52aefdd582579c1649bad2cec751 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 May 2021 19:12:33 +0000 Subject: [PATCH 1/2] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82249300..480464ff 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "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", From f77f4324d2571fcb50cb60913c1f2ebe211b8d3b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:26:30 +0000 Subject: [PATCH 2/2] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82249300..fe4957d9 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "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",