From 0e29eb668ec8e20fc43a1852b89fee54d10f04f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Mar 2024 13:13:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 765fe68..9e5f124 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "body-parser": "^1", "compression": "^1", "cryptr": "^6", - "express": "^4", + "express": "^4.19.2", "jsonwebtoken": "^9", "socket.io": "^4" },