From 1617e2c06c1d30a31ef3f6758610bbc0be30aaa2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Jan 2026 09:08:50 +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 0816eba..8fba9ff 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,9 @@ "test": "echo \"No tests\"" }, "dependencies": { - "body-parser": "^1.18.2", + "body-parser": "^1.20.4", "ejs": "^2.5.7", - "express": "^4.16.0", + "express": "^4.22.0", "express-session": "^1.15.6", "mongoose": "^5.2.12", "nodemailer": "^4.1.1",