From dcbdf3d1fc8d5885943e30924c8a0170b799ace8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Dec 2018 23:57:41 +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 bc707ae..a85a657 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "express": "~4.16.1", "morgan": "~1.9.0", - "mongoose" : "~4.11.14", + "mongoose" : "~4.13.17", "body-parser": "~1.18.2" } }