From 9033c785771574dc5081fb5b103dadbe17903210 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Dec 2022 07:55:21 +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-3153490 --- cyclotron-svc/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cyclotron-svc/package.json b/cyclotron-svc/package.json index 41579b7..ebf694f 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.19.2", "compression": "~1.4.4", "elasticsearch": "^11.0.1", "errorhandler": "~1.3.6", - "express": "~4.12.4", + "express": "~4.17.3", "highland": "^3.0.0-beta.2", "ip": "0.3.0", "json2csv": "^3.6.3", @@ -36,7 +36,7 @@ "node-uuid": "~1.4.3", "passport": "~0.2.2", "passport-ldapauth": "~0.3.0", - "request": "~2.39", + "request": "~2.73.0", "serve-static": "~1.9.3", "shortid": "2.0.0", "ssl-root-cas": "^1.2.2"