From 3339d48364e21e5937147823c447524d46e34593 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Dec 2018 01:20:14 +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 46da12f..656349f 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "express": "^4.16.2", "font-awesome": "^4.7.0", "hammerjs": "^2.0.8", - "mongoose": "^4.13.9", + "mongoose": "^4.13.17", "morgan": "^1.9.0", "rxjs": "^5.5.6", "serve-favicon": "^2.4.5",