From 697c00c370b1536d7f978c838d41b7e522aabf2c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Feb 2026 11:09:35 +0000 Subject: [PATCH] fix: cyclotron-svc/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- cyclotron-svc/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cyclotron-svc/package.json b/cyclotron-svc/package.json index 41579b7..979bcce 100644 --- a/cyclotron-svc/package.json +++ b/cyclotron-svc/package.json @@ -18,11 +18,11 @@ "dependencies": { "aws4": "^1.3.2", "bluebird": "2.3.6", - "body-parser": "~1.12.4", + "body-parser": "~1.20.4", "compression": "~1.4.4", "elasticsearch": "^11.0.1", "errorhandler": "~1.3.6", - "express": "~4.12.4", + "express": "~4.22.0", "highland": "^3.0.0-beta.2", "ip": "0.3.0", "json2csv": "^3.6.3",