From 51c89e54d1e969a4829833c974b3c678c333c4be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Jan 2026 10:46:19 +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 338af29..50f6750 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "supertest": "^3.4.2" }, "dependencies": { - "express": "^4.16.4", + "express": "^4.22.0", "mongoose": "^5.7.5" } }