From b6959fde539410ecc04a2d16ad392ad52cfa33ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 05:41:27 +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 675cd89..4480900 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "jsonwebtoken": "^7.1.9", "lodash": "~2.4.1", "method-override": "~1.0.0", - "mongoose": "~4.6.8", + "mongoose": "~6.0.4", "morgan": "~1.0.0", "multer": "~0.1.6", "passport": "~0.3.2",