From 1756e3618d8989c3f31617e069a63052f3b02276 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Nov 2019 02:06:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-480388 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f8230d1..7bffe476 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "csv2geojson": "4.0.0", - "handlebars": "4.0.5", + "handlebars": "4.4.5", "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",