From 0125571ffdb9eb4abc9d0149479fb1a443d165de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2019 17:39:14 +0000 Subject: [PATCH] Bump handlebars from 1.3.0 to 4.5.1 in /example Bumps [handlebars](https://github.com/wycats/handlebars.js) from 1.3.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/v1.3.0...v4.5.1) Signed-off-by: dependabot[bot] --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index fbeb548..971933f 100644 --- a/example/package.json +++ b/example/package.json @@ -5,7 +5,7 @@ "author": "", "dependencies": { "hbsfy": "", - "handlebars": "1", + "handlebars": "4", "browserify": "" } }