From 2d6c835b4431469705b0c3bfa166f48ae2322e64 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Nov 2019 21:21:41 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3974422..3f49b09 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "commander": "^2.11.0", "form-data": "^2.3.1", "fs-extra": "^4.0.2", - "handlebars": "^4.0.11", + "handlebars": "^4.5.2", "json2xml": "^0.1.3", "lodash": "^4.17.5", "marked": "^0.3.17",