From 22a9d64e4910948ca6a168dd43bc791d71d8fff2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Dec 2024 18:03:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-8446504 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1fd5da7..8d9ef68d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "marked": "0.3.6", "mongoconfig": "1.1.0", "mongodb": "2.2.10", - "mongoose": "4.6.0", + "mongoose": "8.8.3", "morgan": "1.7.0", "node-uuid": "1.4.7", "om-email-invitation": "0.0.4",