From 86fe25c69d8377386d8e2c510bef647cd369484e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Jul 2018 04:42:32 +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 080d51c..ffbbdc4 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "boom": "^2.5.1", "good": "^3.0.1", - "hapi": "^7.0.0", + "hapi": "^17.0.0", "mongoose": "^3.8.17", "mongodb": "~2.0" }