From 9cf6becc613c066acb48fd61214fe0811082ad32 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Feb 2026 15:37:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 46fd100..f3c61f9 100644 --- a/package.json +++ b/package.json @@ -29,10 +29,10 @@ "dependencies": { "@hapi/boom": "^10.0.0", "bcryptjs": "^2.4.3", - "body-parser": "^1.20.1", + "body-parser": "^1.20.4", "cors": "^2.8.5", "dotenv": "^16.0.3", - "express": "^4.18.2", + "express": "^4.22.0", "express-rate-limit": "^6.7.0", "faker": "^6.6.6", "handlebars": "^4.7.7",