From b3949dac91b726d4286b5d3ef667724dff3e3f49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 13:32:24 +0000 Subject: [PATCH] Bump handlebars from 2.0.0 to 4.5.1 in /05_requirejs Bumps [handlebars](https://github.com/wycats/handlebars.js) from 2.0.0 to 4.5.1. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/v4.5.1/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v2.0.0...v4.5.1) Signed-off-by: dependabot[bot] --- 05_requirejs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05_requirejs/package.json b/05_requirejs/package.json index b2da57b..fbd1c1f 100644 --- a/05_requirejs/package.json +++ b/05_requirejs/package.json @@ -14,7 +14,7 @@ "body-parser": "^1.12.0", "compression": "^1.4.1", "express": "^4.12.0", - "handlebars": "^2.0.0", + "handlebars": "^4.5.1", "jquery": "^2.1.3", "rendr": "^1.0.3", "rendr-handlebars": "^2.0.0",