From 7238fcdbb50e871836fb75ad963c83b7812f4023 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Mar 2018 02:47:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:content:20180305 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..f1be217 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": "~17.0.0", "hapi-auth-bearer-token": "^3.1.0", "hapi-level": "*", "hapi-swagger": "^0.6.1",