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