From 2c998672404794ff8438a40449ae8b17dbf0d162 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 05:06:32 +0300 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-567742 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f8230d1..212220a6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "csv2geojson": "4.0.0", - "handlebars": "4.0.5", + "handlebars": "4.6.0", "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",