From cc21d9bb34eb83ece9d686855eb6719421b8fbb0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Dec 2024 02:27:32 +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-MONGOOSE-8446504 - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 --- 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..dfa0a4d 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.2", "highland": "^3.0.0-beta.2", "ip": "0.3.0", "json2csv": "^3.6.3", @@ -31,7 +31,7 @@ "ldapjs": "0.7.1", "lodash": "~4.14.1", "moment": "~2.8.3", - "mongoose": "~3.8.33", + "mongoose": "~8.8.3", "morgan": "~1.5.3", "node-uuid": "~1.4.3", "passport": "~0.2.2",