From 740b14e95f4a0d85a5f22cdf5bdbe1416a2ca367 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Sep 2024 18:56:03 +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-PATHTOREGEXP-7925106 --- cyclotron-svc/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyclotron-svc/package.json b/cyclotron-svc/package.json index 41579b7..1eb7705 100644 --- a/cyclotron-svc/package.json +++ b/cyclotron-svc/package.json @@ -22,7 +22,7 @@ "compression": "~1.4.4", "elasticsearch": "^11.0.1", "errorhandler": "~1.3.6", - "express": "~4.12.4", + "express": "~4.20.0", "highland": "^3.0.0-beta.2", "ip": "0.3.0", "json2csv": "^3.6.3",