From 3243bd92506a554992df89018542e1580d451d96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2019 19:29:16 +0000 Subject: [PATCH] Bump handlebars from 2.0.0 to 4.5.3 in /04_entrypath Bumps [handlebars](https://github.com/wycats/handlebars.js) from 2.0.0 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/v2.0.0...v4.5.3) Signed-off-by: dependabot[bot] --- 04_entrypath/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04_entrypath/package.json b/04_entrypath/package.json index fc99630..5916e15 100644 --- a/04_entrypath/package.json +++ b/04_entrypath/package.json @@ -14,7 +14,7 @@ "compression": "^1.4.1", "config": "^1.12.0", "express": "^4.12.0", - "handlebars": "^2.0.0", + "handlebars": "^4.5.3", "hbs": "^2.8.0", "jquery": "^2.1.3", "js-yaml": "^3.2.7",