From a12ad285b9f51b7d7fdaa9a0f0290233f738da2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Nov 2019 01:00:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-534988 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b6e7c0ce..beba9030 100644 --- a/package.json +++ b/package.json @@ -31,10 +31,10 @@ "dependencies": { "uglify-js": "~2.2.5", "xmldom": "0.1.16", - "handlebars": "1.1.2", + "handlebars": "4.5.3", "lodash":"2.4.0", "grunt-svgmin": "0.3.0", - "directory-encoder": "0.4.0", + "directory-encoder": "0.9.0", "directory-colorfy": "0.3.0", "rsvp": "1.2.0", "svg-to-png": "0.2.0"