From e7fe226e7c984c6be0b2db06437f83f71ba501bc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 20:33:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69e5acdcc96..3b1a67c746c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "dependencies": { "eosjs": "^20.0.0", - "ws": "7.2.0", + "ws": "7.5.10", "commander": "4.0.1", "zlib": "1.0.5", "node-fetch": "2.6.0",