From 4178d8921c6027c5eb8c6883a05e37f0deb76204 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Oct 2019 21: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-MONGOOSE-472486 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0de981c..4b1a775 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "jsonwebtoken": "^7.2.1", "lodash": "^4.17.4", "moment": "^2.17.1", - "mongoose": "^4.7.7", + "mongoose": "^5.7.5", "morgan": "~1.7.0", "nconf": "^0.8.4", "passport": "^0.3.2",