From f29a2c4f5b954e3ff8c0431490767357a013df0f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Oct 2019 00:37: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 ce35c3f..39ba7fd 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.7.5", "nodemailer-smtp-transport": "^2.7.4", "passport-facebook": "^2.1.1", "passport-github": "^1.1.0",