From 7ca26a655dff1938a8df1a204fc63deb689f8f97 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Jan 2026 08:48:34 +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 579f28e..ef603d9 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,9 @@ "author": "", "license": "ISC", "dependencies": { - "body-parser": "^1.18.3", + "body-parser": "^1.20.4", "ejs": "^2.6.1", - "express": "^4.16.3", + "express": "^4.22.0", "mongoose": "^5.12.9" } }