From 9134116a94c2fd23f309392a52b2d52cb43f3490 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Mar 2022 10:15:41 +0000 Subject: [PATCH] fix: upgrade ws from 7.2.0 to 7.5.7 Snyk has created this PR to upgrade ws from 7.2.0 to 7.5.7. See this package in npm: https://www.npmjs.com/package/ws See this project in Snyk: https://app.snyk.io/org/bramdarras/project/2dbf1ee7-9b43-416f-9b1a-dedfa924f3c5?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69e5acdcc96..badd564f196 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.7", "commander": "4.0.1", "zlib": "1.0.5", "node-fetch": "2.6.0",