From 6da27b3694754c15336334e97901d74f8181cde1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Oct 2019 00:46:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGODB-473855 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce35c3f..f584c86 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "feathers-sync": "^0.1.3", "helmet": "^3.6.1", "lru-cache": "^4.0.2", - "mongoose": "^4.10.1", + "mongoose": "^5.4.10", "nodemailer-smtp-transport": "^2.7.4", "passport-facebook": "^2.1.1", "passport-github": "^1.1.0",