From ff00995817ec50c8d3993b32015d87bdd9ca8081 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Nov 2019 07:20:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-534988 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82d05ad..c1eb8be 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.3", "hbsfy": "~2.2.1", "jquery": "~2.1.3", "lodash": "~3.1.0",