From 5d59d1f5099e6ef6493277a46e5a9827f15589c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Mar 2018 06:49:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:content:20180305 - https://snyk.io/vuln/npm:bson:20180225 Latest report for code4hr/vb-incidents-api: https://snyk.io/test/github/code4hr/vb-incidents-api --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 080d51c..e01fb06 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ "dependencies": { "boom": "^2.5.1", "good": "^3.0.1", - "hapi": "^7.0.0", + "hapi": "^17.0.0", "mongoose": "^3.8.17", - "mongodb": "~2.0" + "mongodb": "~2.2.13" } }