From 927b3e12299461cb09a01408587a25bfc4844fa5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Nov 2023 15:59:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BSON-6056525 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82e35710..5c9a0ff0 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "joi": "^9.2.0", "jsonwebtoken": "^7.1.9", "lodash": "~3.10.1", - "mongoose": "4.7.4", + "mongoose": "5.2.9", "node-uuid": "^1.4.7", "nodemailer": "^2.6.4", "nodemailer-markdown": "^1.0.1",