From 26d34161223e0c3186e64178c193f045ad250725 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Oct 2024 20:15:33 +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-BASICAUTHCONNECT-8136828 --- 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..25d1d343 100644 --- a/coder-base/package.json +++ b/coder-base/package.json @@ -11,7 +11,7 @@ "socket.io": "0.9.13", "express-params": "0.0.3", "bcrypt-nodejs": "*", - "connect": "2.14.3", + "connect": "3.0.0", "cookie": "0.1.1" } }