From cf57f166e3de1a5b07d2b2b652cb8ad7b3df9d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 22:14:19 +0000 Subject: [PATCH] Bump handlebars from 2.0.0 to 4.4.5 Bumps [handlebars](https://github.com/wycats/handlebars.js) from 2.0.0 to 4.4.5. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v2.0.0...v4.4.5) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68692a5..d10663e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "author": "Miguel Pousa && Gerard Clos ", "private": true, "dependencies": { - "handlebars": "~2.0.0", + "handlebars": "~4.4.5", "jquery": "~2.1.4", "backbone": "~1.2.3", "eventjs": "~4.0.2"