From ff3c589d8a5d710b09b78e05bd0cb35e8901e4c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2019 02:06:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-174183 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2777fc7..11f67c5 100644 --- a/package.json +++ b/package.json @@ -23,10 +23,10 @@ "npm": ">= 1.0.0" }, "dependencies": { - "handlebars": "^2.0.0", + "handlebars": "^4.0.14", "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" },