From bacd9490630b95850933c2646d8227d3df8ab1a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 Feb 2018 03:31:15 +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/getting-started-with-hapi.js: https://snyk.io/test/github/johnbrett/getting-started-with-hapi.js --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1d1ccf..8bfcb3f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "John Brett ", "license": "ISC", "dependencies": { - "bell": "^6.0.0", + "bell": "^7.7.0", "boom": "^3.0.0", "code": "^2.0.1", "glue": "^2.4.0",