From fd6c8d257f679246e54c7a4bf044c62a2723829c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 15:53:09 +0000 Subject: [PATCH] fix: coder-base/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- coder-base/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coder-base/package.json b/coder-base/package.json index 8292e5d2..8c875bf0 100644 --- a/coder-base/package.json +++ b/coder-base/package.json @@ -8,7 +8,7 @@ "redis": "0.8.2", "mustache": "0.7.2", "consolidate": "0.8.0", - "socket.io": "0.9.13", + "socket.io": "1.0.1", "express-params": "0.0.3", "bcrypt-nodejs": "*", "connect": "2.14.3",