From 0a4f14c19adf729f96070a620cffeecafe93e5ca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Jan 2026 08:35: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 de87ce3..8453102 100644 --- a/package.json +++ b/package.json @@ -27,12 +27,12 @@ "dependencies": { "app-root-path": "^3.0.0", "bcryptjs": "^2.4.3", - "body-parser": "^1.19.0", + "body-parser": "^1.20.4", "cors": "^2.8.5", "crypto-random-string": "^3.3.0", "date-fns": "^2.16.1", "dotenv": "^8.2.0", - "express": "^4.17.1", + "express": "^4.22.0", "helmet": "^4.4.0", "jest": "^26.4.2", "jsonwebtoken": "^8.5.1",