From 7240e940fdaa75cdb47ea31525a58e14a75221c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 May 2021 00:23:51 +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 59597c81..7324cc83 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "multiparty": "^4.2.1", "nedb": "^1.8.0", "node-forge": "^0.10.0", - "ws": "^6.2.1", + "ws": "^7.4.6", "xmldom": "^0.5.0", "yauzl": "^2.10.0" },