From b13471e00d6cdac393606ffb1c1917d0f3e8da58 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Oct 2024 01:51:12 +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-COOKIE-8163060 --- 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..7a331ed 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.21.1", "highland": "^3.0.0-beta.2", "ip": "0.3.0", "json2csv": "^3.6.3",