From af87aaf64188ee542eeffd2dd31f97d6793ab488 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Jun 2021 14:07:04 -0700 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 f6766a1..a62a17b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dotenv": "^8.2.0", "express": "^4.17.1", "express-handlebars": "^3.1.0", - "express-ws": "^4.0.0", + "express-ws": "^5.0.1", "query-string": "^6.11.1", "twilio": "^3.42.2", "wavefile": "^11.0.0",