From 6a867ea33df90101b595bbb94240c0065a4be56c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2019 19:25:15 +0000 Subject: [PATCH] Bump handlebars from 3.0.7 to 4.5.3 in /demo/2015.04.01-hbs/hbs-with-fis 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] --- demo/2015.04.01-hbs/hbs-with-fis/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/2015.04.01-hbs/hbs-with-fis/package.json b/demo/2015.04.01-hbs/hbs-with-fis/package.json index 30a60c4b..170e2a19 100644 --- a/demo/2015.04.01-hbs/hbs-with-fis/package.json +++ b/demo/2015.04.01-hbs/hbs-with-fis/package.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "grunt": "^0.4.5", - "handlebars": "^3.0.1", + "handlebars": "^4.5.3", "hbs": "^3.0.1" } }