From bf9890803ed9f6965090245275bbbecdeafadb63 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 20:16:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 475381a00..e0840aac9 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "lodash": "^4.13.1", "md5": "^2.1.0", "moment": "^2.14.1", - "mongoose": "^4.5.5", + "mongoose": "^5.7.3", "mongoose-unique-validator": "^1.0.2", "mongoose-validate": "0.0.5", "multer": "^1.1.0",