From 2c929a6ca7d7dd140ccd31928a97776420bb9910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2019 19:28:07 +0000 Subject: [PATCH] Bump handlebars from 2.0.0 to 4.5.3 in /aeolus 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] --- aeolus/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aeolus/package.json b/aeolus/package.json index 72241d87..164fc78c 100644 --- a/aeolus/package.json +++ b/aeolus/package.json @@ -23,7 +23,7 @@ "grunt-contrib-less": "~0.8.1", "grunt-contrib-uglify": "~0.2.7", "grunt-contrib-watch": "~0.5.3", - "handlebars": "^2.0.0", + "handlebars": "^4.5.3", "hbsfy": "^2.2.1" } }