From c618fc1a69b4330c831b0cb3c42c27f170036c3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Dec 2025 15:10:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-14157151 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 16225eb..314398a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "keywords": [], "author": "codingChewie", "dependencies": { - "express": "^4.16.2", + "express": "^4.22.0", "socket.io": "^2.0.3" }, "devDependencies": {