From 955e6617c6a886e612595396d1083012ca3adee2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Jan 2026 01:41:44 +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 e24a234..b1eefaf 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "config": "^3.3.3", "cors": "^2.8.5", "debug": "^4.3.2", - "express": "^4.17.1", + "express": "^4.22.0", "express-async-errors": "^3.1.1", "jsonwebtoken": "^8.5.1", "mongoose": "^5.11.16",