From 2a7da7bacbbd97fb569cddc9c4bc1e776a5d62cc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Dec 2018 08:47:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MPATH-72672 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e98ec12..91dcd1c 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "jsonwebtoken": "^0.3.0", "lodash": "~2.4.1", "method-override": "~1.0.0", - "mongoose": "~3.8.8", + "mongoose": "~4.13.17", "morgan": "~1.0.0", "passport": "~0.2.0", "passport-local": "~0.1.6",