From bb9ada88841e8e50de4bda96ad38c0731454938c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Jan 2026 09:31:11 +0000 Subject: [PATCH] fix: api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- api/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/package.json b/api/package.json index 3f1865b..1645637 100644 --- a/api/package.json +++ b/api/package.json @@ -11,10 +11,10 @@ "author": "", "license": "ISC", "dependencies": { - "body-parser": "^1.19.0", + "body-parser": "^1.20.4", "cors": "^2.8.5", "dotenv": "^10.0.0", - "express": "^4.17.1", + "express": "^4.22.0", "google-auth-library": "^7.1.2", "md5": "^2.3.0", "mongoose": "^5.12.13"