From 4f20f8f8809e09c0c15a0848159f3272c9093754 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Jan 2026 09:46: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 5a4aad3..4a79fa0 100644 --- a/package.json +++ b/package.json @@ -22,11 +22,11 @@ }, "homepage": "https://github.com/FACN3/easyRep#readme", "dependencies": { - "body-parser": "^1.18.2", + "body-parser": "^1.20.4", "concurrently": "^3.5.1", "cookie-session": "^2.0.0-beta.3", "env2": "^2.2.0", - "express": "^4.16.2", + "express": "^4.22.0", "mongoose": "^5.0.4", "passport": "^0.4.0", "passport-facebook": "^2.1.1",