From 244a3c48b1895afd06e836a372fbf01811221bad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Dec 2025 10:52:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 37358e0..6dcee8d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "author": "DevAuthors", "license": "ISC", "dependencies": { - "express": "^4.19.2", + "express": "^4.22.0", "socketio": "^1.0.0" }, "devDependencies": {