From f5874029f7a2c02467b05236093bdf7c78f2be9e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Dec 2018 05:12:39 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 080d51c..0e182e7 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "boom": "^2.5.1", "good": "^3.0.1", "hapi": "^7.0.0", - "mongoose": "^3.8.17", - "mongodb": "~2.0" + "mongodb": "~2.0", + "mongoose": "^4.13.17" } }