From 61c1629e95424fe40406b5fa882bf5c546cdff1a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 05:45:37 +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 b8abf14..228efe5 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "jsonwebtoken": "^7.4.1", "map-stream": "0.0.6", "microm": "^0.2.4", - "mongoose": "^4.6.8", + "mongoose": "^6.0.4", "mongoose-text-search": "0.0.2", "morgan": "~1.8.2", "nodemailer": "^2.1.0",