From 11691c26a70400f0cdaa087b7943ed92f93a6fa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2019 17:59:41 +0000 Subject: [PATCH] Bump handlebars from 3.0.7 to 4.5.3 Bumps [handlebars](https://github.com/wycats/handlebars.js) from 3.0.7 to 4.5.3. - [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/v3.0.7...v4.5.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6a719c..30dff9f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "express": "^4.12.3", "express-handlebars": "^2.0.1", "grunt": "^1.0.3", - "handlebars": "^3.0.3", + "handlebars": "^4.5.3", "jade": "^1.9.2", "jsonwebtoken": "^5.0.1", "knex": "^0.8.6",