From e1c7ac901e75f6e3043cd90b25b610b45f633dea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Feb 2019 02:10:23 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f8230d1..c5f380ce 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "csv2geojson": "4.0.0", - "handlebars": "4.0.5", + "handlebars": "4.0.13", "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",