From 73bacaf996ac1c9bc56cc50be99bb5aab97c2c7d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 May 2021 05:26:37 +0000 Subject: [PATCH] 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 ddd61f4..d4c5ee8 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,6 @@ "license": "MIT", "dependencies": { "request": "^2.88.0", - "ws": "^6.2.0" + "ws": "^7.4.6" } }