From 19cdb68aae463aeeb74e81bab9ec78df824bcd39 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Feb 2021 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-1056767 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3fefa80..330771b5 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.7.7", "lodash": "4.12.0", "semver": "5.1.0" }