From 67c4b26c148994130a4a6074c6d33db43e570f79 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Jan 2026 05:49:55 +0000 Subject: [PATCH] fix: batch-file-processing/batchProcessor/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- batch-file-processing/batchProcessor/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/batch-file-processing/batchProcessor/package.json b/batch-file-processing/batchProcessor/package.json index b3cbeb31..28e0134d 100644 --- a/batch-file-processing/batchProcessor/package.json +++ b/batch-file-processing/batchProcessor/package.json @@ -13,9 +13,9 @@ "license": "ISC", "dependencies": { "axios": "^0.19.2", - "body-parser": "^1.18.3", + "body-parser": "^1.20.4", "ejs": "^3.0.1", - "express": "^4.16.4", + "express": "^4.22.0", "uuid": "^7.0.1" } }