From d5cb4f48fd1d3e8cd13793803fcdbe80d5cff4af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2019 03:53:59 +0000 Subject: [PATCH] Bump handlebars from 3.0.7 to 4.5.3 in /view 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] --- view/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/package.json b/view/package.json index 720a624..7ecff18 100644 --- a/view/package.json +++ b/view/package.json @@ -56,7 +56,7 @@ "gulp-swig": "^0.7.4", "gulp-uglify": "^1.1.0", "gulp-util": "^3.0.4", - "handlebars": "^3.0.0", + "handlebars": "^4.5.3", "hbsfy": "~2.2.1", "karma": "^0.12.31", "karma-browserify": "^4.0.0",