From 4f0ba84a78ed7be9d61ff0ea29f955634b6116a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f8230d1..9e22374a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "csv2geojson": "4.0.0", - "handlebars": "4.0.5", + "handlebars": "4.0.14", "helper-dateformat": "https://github.com/nationalparkservice/helper-dateformat/archive/v0.2.1.tar.gz", "humane-js": "https://github.com/nationalparkservice/humane-js/archive/3.2.2.tar.gz", "leaflet": "0.7.7",