From 11860f70860e1f525a6d0bd2390317a128085f53 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Jan 2026 10:31:25 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 03c9cc4f..5fbb5a73 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ "author": "", "license": "ISC", "dependencies": { - "body-parser": "^1.19.0", - "express": "^4.17.1", + "body-parser": "^1.20.4", + "express": "^4.22.0", "mongoose": "^5.12.3"