From 3ae298d94d02fa3423c8a32d7933041515d3aec2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Dec 2024 06:11:22 +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 d70e266..4d6f4ea 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "joi": "^17.4.2", "jsonwebtoken": "^8.5.1", "moment": "^2.29.1", - "mongoose": "^6.0.13", + "mongoose": "^8.8.3", "morgan": "^1.10.0", "multer": "^1.4.2", "nodemailer": "^6.7.1",