From 036a38404e2d6dea3948470e335baeb40c61cdd5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jan 2026 11:14:41 +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-15053838 --- 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..14af70a 100644 --- a/cyclotron-svc/package.json +++ b/cyclotron-svc/package.json @@ -29,7 +29,7 @@ "json2xls": "^0.1.2", "jsondiffpatch": "0.1.41", "ldapjs": "0.7.1", - "lodash": "~4.14.1", + "lodash": "~4.17.23", "moment": "~2.8.3", "mongoose": "~3.8.33", "morgan": "~1.5.3",