From 15019344822779b11b7fb04bfe1d8fbcda82218e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Sep 2021 02:40:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MPATH-1577289 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 31e978f..c400e04 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "helmet": "^4.4.1", "moment": "^2.29.1", "moment-timezone": "^0.5.32", - "mongoose": "^5.11.13", + "mongoose": "^6.0.4", "morgan": "^1.10.0", "node-cron": "^2.0.3", "nodemailer": "^6.4.17",