From 39c080872ca19a29d6348861ecc3dc26a29b7d9d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Feb 2019 02:01:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-173692 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2777fc7..7f0ccf2 100644 --- a/package.json +++ b/package.json @@ -23,10 +23,10 @@ "npm": ">= 1.0.0" }, "dependencies": { - "handlebars": "^2.0.0", + "handlebars": "^4.0.13", "hapi": "^17.0.0", "joi": "^13.0.0", - "lout": "^6.1.0", + "lout": "^7.1.0", "query-overpass": "1.0.0", "underscore": "1.7.0" },