From ee75652d2007ec0ccafb5997e7b4a8c0262cb021 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Nov 2019 07:22:57 +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 82d05ad..5ca7b2c 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.5.2", "hbsfy": "~2.2.1", "jquery": "~2.1.3", "lodash": "~3.1.0",