From f9d99e6113b782e83b38cc5ca40f69b0a68ecccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 02:37:51 +0000 Subject: [PATCH] Bump handlebars from 2.0.0 to 4.4.5 in /server/plugins/templates Bumps [handlebars](https://github.com/wycats/handlebars.js) from 2.0.0 to 4.4.5. - [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.4.5) Signed-off-by: dependabot[bot] --- server/plugins/templates/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/plugins/templates/package.json b/server/plugins/templates/package.json index 2a31ad25..7fffebdd 100644 --- a/server/plugins/templates/package.json +++ b/server/plugins/templates/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "boom": "~2.6.0", - "handlebars": "^2.0.0", + "handlebars": "^4.4.5", "hoek": "~2.9.0", "joi": "~4.9.0", "path": "~0.4.9"