From b1955319534c83fd9a396dc941d5f26dc3833493 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Dec 2024 15:02:07 +0000 Subject: [PATCH] fix: v3/codeopticon/server/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 --- v3/codeopticon/server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/codeopticon/server/package.json b/v3/codeopticon/server/package.json index 0f6e5d1e5..5522262c5 100644 --- a/v3/codeopticon/server/package.json +++ b/v3/codeopticon/server/package.json @@ -3,7 +3,7 @@ "version": "0.0.1", "description": "Codeopticon server", "dependencies": { - "express": "~4.10.2", + "express": "~4.21.2", "socket.io": "~1.3.2" } }