From 97b6031820ee9dd3ff62ad0c700159e521a83491 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Feb 2018 02:48:24 +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 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:lodash:20180130 - 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 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 9250e7e..73bb79f 100644 --- a/package.json +++ b/package.json @@ -4,17 +4,17 @@ "description": "Project to demonstrate the rapid prototyping abilities of HapiJS and LevelDB", "main": "index.js", "dependencies": { - "blipp": "^2.3.0", - "calibrate": "~0.0.x", + "blipp": "^3.0.0", + "calibrate": "~4.0.0", "handlebars": "~2.0.0", - "hapi": "~8.x.x", - "hapi-auth-bearer-token": "^3.1.0", + "hapi": "~17.0.0", + "hapi-auth-bearer-token": "^6.0.0", "hapi-level": "*", - "hapi-swagger": "^0.6.1", - "inert": "^3.2.0", - "joi": "~4.8.1", - "lodash": "~2.4.1", - "vision": "^4.0.1" + "hapi-swagger": "^7.9.0", + "inert": "^5.0.0", + "joi": "~13.0.0", + "lodash": "~4.17.5", + "vision": "^5.0.0" }, "devDependencies": {}, "scripts": {