From 8e7bf6a4b8f2506880d441b75305b45235c488ed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 Feb 2018 06:49:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 Latest report for code4hr/vb-incidents-api: https://snyk.io/test/github/code4hr/vb-incidents-api --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 080d51c..be0c7e0 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "boom": "^2.5.1", "good": "^3.0.1", - "hapi": "^7.0.0", + "hapi": "^11.0.4", "mongoose": "^3.8.17", "mongodb": "~2.0" }