From 116bd5bc2c81a85a01ac1c7a3736f2767491a78a Mon Sep 17 00:00:00 2001 From: steevLP Date: Tue, 22 Feb 2022 10:15:00 +0100 Subject: [PATCH] Security fix bumped ws version to 7.4.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7263aaf..0a63012 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,6 @@ "readline": "^1.3.0", "http": "0.0.0", "mysql": "^2.17.1", - "ws": "^7.1.2" + "ws": "^7.4.6" } }