From d1db2cd9319d26671c7d6ff2401d94abe2a5f478 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Dec 2025 10:06:38 +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 c8f8bb1..6e385fd 100644 --- a/package.json +++ b/package.json @@ -10,11 +10,11 @@ "author": "", "license": "ISC", "dependencies": { - "body-parser": "^1.19.0", + "body-parser": "^1.20.4", "crypto": "^1.0.1", "dotenv": "^8.2.0", "ejs": "^3.1.3", - "express": "^4.17.1", + "express": "^4.22.0", "mongoose": "^5.10.8", "path": "^0.12.7" }