From 5b3df6f08616b00bdc6bbd0ad5b8f506c361b3db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 23:51:15 +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-LODASH-6139239 --- 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..c520ccf 100644 --- a/cyclotron-svc/package.json +++ b/cyclotron-svc/package.json @@ -20,7 +20,7 @@ "bluebird": "2.3.6", "body-parser": "~1.12.4", "compression": "~1.4.4", - "elasticsearch": "^11.0.1", + "elasticsearch": "^16.7.3", "errorhandler": "~1.3.6", "express": "~4.12.4", "highland": "^3.0.0-beta.2", @@ -29,7 +29,7 @@ "json2xls": "^0.1.2", "jsondiffpatch": "0.1.41", "ldapjs": "0.7.1", - "lodash": "~4.14.1", + "lodash": "~4.17.17", "moment": "~2.8.3", "mongoose": "~3.8.33", "morgan": "~1.5.3",