From e2872ca8819ec89d065cddad8a57dc8a67ae72d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 08:23:49 +0000 Subject: [PATCH] Bump handlebars from 3.0.7 to 4.5.1 in /demo/2015.04.01-handlebars Bumps [handlebars](https://github.com/wycats/handlebars.js) from 3.0.7 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/v3.0.7...v4.5.1) Signed-off-by: dependabot[bot] --- demo/2015.04.01-handlebars/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/2015.04.01-handlebars/package.json b/demo/2015.04.01-handlebars/package.json index 61fb6883..eb371926 100644 --- a/demo/2015.04.01-handlebars/package.json +++ b/demo/2015.04.01-handlebars/package.json @@ -9,6 +9,6 @@ "author": "chyingp", "license": "ISC", "dependencies": { - "handlebars": "^3.0.1" + "handlebars": "^4.5.1" } }