From 429de9ef38a9a1c6873b1b544ca50a67bfb819b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Oct 2024 10:01:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-8161998 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef9e0cc..c391f8b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.1", "private": true, "dependencies": { - "express": "3.x", + "express": "4.0.0", "socket.io": "*" } } \ No newline at end of file