From 5a17509456ed587caca7e83bfb75c134710612a6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 May 2019 02:01:35 +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 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-174183 - https://snyk.io/vuln/npm:handlebars:20151207 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:uglify-js:20150824 - https://snyk.io/vuln/npm:uglify-js:20151024 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2777fc7..a25a6ae 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": "^9.0.1", "query-overpass": "1.0.0", "underscore": "1.7.0" },