From bd984f8ba60aa2ce955e16a64fdf5fd4528ef134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2019 19:27:35 +0000 Subject: [PATCH] Bump handlebars from 4.0.14 to 4.5.3 in /Docs Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.14 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/v4.0.14...v4.5.3) Signed-off-by: dependabot[bot] --- Docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/package.json b/Docs/package.json index ad3a871..eef1d50 100644 --- a/Docs/package.json +++ b/Docs/package.json @@ -17,7 +17,7 @@ "connect": "~3.4.0", "async": "~0.4.0", "github-flavored-markdown": "~1.0.1", - "handlebars": "~4.0.4", + "handlebars": "~4.5.3", "front-matter": "~2.0.0", "minimist": "~1.2.0", "serve-static": "~1.10.0",