From 9f55938e7a4683bbbe15e2a8f47fd2a9070d83ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 Feb 2018 02:30:36 +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 code4hr/business-openva-api: https://snyk.io/test/github/code4hr/business-openva-api --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b1ceccf..46f0e58 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,10 @@ "main": "api.js", "dependencies": { "elasticsearch": "^3.0.0", - "hapi": "^7.3.0", + "hapi": "^11.0.4", "hapi-route-directory": "0.0.4", "joi": "^4.7.0", - "lout": "^5.1.1", + "lout": "^9.0.1", "q": "^1.1.2" }, "devDependencies": {},