From 8dfccee229db3e9d30f7812a8fae6ddc96bbc95d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Mar 2018 02:30:21 +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 code4hr/business-openva-api: https://snyk.io/test/github/code4hr/business-openva-api --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1ceccf..ecfaa83 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "api.js", "dependencies": { "elasticsearch": "^3.0.0", - "hapi": "^7.3.0", + "hapi": "^17.0.0", "hapi-route-directory": "0.0.4", "joi": "^4.7.0", "lout": "^5.1.1",