From 4ae6fe8fdb4389608570045a2a7b677afb69682f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 Feb 2018 04:39:32 +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..132425d 100644 --- a/package.json +++ b/package.json @@ -24,9 +24,9 @@ }, "dependencies": { "handlebars": "^2.0.0", - "hapi": "^8.0.0", + "hapi": "^11.0.4", "joi": "^5.1.0", - "lout": "^6.1.0", + "lout": "^9.0.1", "query-overpass": "1.0.0", "underscore": "1.7.0" },