From 0d788c128c85c2e0d49b2f88fae4f42977fd732c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Jul 2018 07:00:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:cryptiles:20180710 --- 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",