From ad1e1ca5a5f8b710041650888c3ff29ab817ae83 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Nov 2019 02:07:38 +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 f3fefa80..c7793dfd 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "grunt-cli": "0.1.13", "grunt-jquery-content": "3.0.1", "grunt-sri": "0.0.5", - "handlebars": "4.0.5", + "handlebars": "4.5.2", "lodash": "4.12.0", "semver": "5.1.0" }