From d7f6321180e876f8bab609307750c6fb3166b589 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 May 2021 07:20:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-1279029 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82d05ad..fb21a97 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "James Hrisho", "dependencies": { "backbone": "~1.1.2", - "handlebars": "~2.0.0", + "handlebars": "~4.7.7", "hbsfy": "~2.2.1", "jquery": "~2.1.3", "lodash": "~3.1.0",