From be2b0ee7fa5bf5979ed0474d3d2b4a3bcab8035c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Dec 2024 17:52:42 +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 03589ff5..0af04278 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "lodash.chunk": "^4.2.0", "moment": "^2.29.1", "moment-timezone": "^0.5.33", - "mongoose": "^5.13.8", + "mongoose": "^8.8.3", "multer": "^1.4.3", "node-cron": "^3.0.0", "nodemailer": "^6.6.3",