From 0cbd419c35b5405cd49cb7e024e37187dd15ce63 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Dec 2024 06:28:04 +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 8ee98279..be6f4f92 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "express-fileupload": "^1.4.0", "formidable": "^2.1.1", "jsonwebtoken": "^9.0.0", - "mongoose": "^7.0.0", + "mongoose": "^8.8.3", "nodemailer": "^6.9.1", "react-js-pagination": "^3.0.3", "react-slick": "^0.29.0",