From 9499f834385cc3e5988919d39bdedc503c6a0ab1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Dec 2024 03:42:29 +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 a7ab0e4f9e..e36a5c1ada 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "memory-cache": "0.1.4", "method-override": "2.3.5", "moment": "2.15.2", - "mongoose": "5.3.9", + "mongoose": "8.8.3", "multiline": "1.0.2", "node-uuid": "1.4.7", "nodemailer": "2.3.0",