From d65240344e5844b4025d07ff2c3059105bbffc86 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Feb 2018 04:39:12 +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/local-art-api: https://snyk.io/test/github/code4hr/local-art-api --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1b63985..2777fc7 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ }, "dependencies": { "handlebars": "^2.0.0", - "hapi": "^8.0.0", - "joi": "^5.1.0", + "hapi": "^17.0.0", + "joi": "^13.0.0", "lout": "^6.1.0", "query-overpass": "1.0.0", "underscore": "1.7.0"