From 92ed521fb64ff8ea16bc0dc25469ddb1627eae09 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Feb 2018 08:18:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:hoek:20180212 Latest report for johnbrett/getting-started-with-hapi.js: https://snyk.io/test/github/johnbrett/getting-started-with-hapi.js --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b1d1ccf..caa4c14 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "glue": "^2.4.0", "good": "^6.4.0", "h2o2": "^4.0.2", - "hapi": "^11.1.2", + "hapi": "^17.0.0", "hapi-auth-basic": "^4.1.0", "hapi-auth-cookie": "^3.1.0", "hapi-level": "^4.0.0", @@ -24,7 +24,8 @@ "rejoice": "^2.2.1", "reptile": "^2.0.0", "shot": "^2.0.1", - "vision": "^4.0.0" + "vision": "^4.0.0", + "blipp": "3.0.0" }, "devDependencies": { "eslint": "1.x.x",