From f2f3685a2c913c606d3f1f15bac4c85f7d608921 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Apr 2020 05:46:06 -0300 Subject: [PATCH] fix: package.json & package-lock.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 62f950e..1a694ff 100644 --- a/package.json +++ b/package.json @@ -198,7 +198,7 @@ "expand-home-dir": "0.0.3", "extend": "^3.0.2", "gherkin": "^2.12.2", - "handlebars": "^4.1.2", + "handlebars": "^4.6.0", "js-beautify": "^1.8.1", "jscs": "^3.0.7", "lodash": "^4.17.13",