From d59e0eabaade09f16838e8216107f287f4f38a08 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 Feb 2018 02:47:34 +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 johnbrett/hapi-level-sample: https://snyk.io/test/github/johnbrett/hapi-level-sample --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9250e7e..e32d5cc 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "blipp": "^2.3.0", "calibrate": "~0.0.x", "handlebars": "~2.0.0", - "hapi": "~8.x.x", + "hapi": "~11.0.4", "hapi-auth-bearer-token": "^3.1.0", "hapi-level": "*", "hapi-swagger": "^0.6.1",