From 25b41b876562a649ca2033baf8d041e3306bb431 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2019 04:26:03 +0000 Subject: [PATCH] Build(deps): bump handlebars from 4.4.0 to 4.5.3 Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.0 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.4.0...v4.5.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0ada936..3212b62 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "body-parser": "^1.19.0", "cross-env": "^5.2.1", "express": "^4.17.1", - "handlebars": "^4.4.0", + "handlebars": "^4.5.3", "js-yaml": "^3.13.1", "lodash": "^4.17.15", "markdown": "^0.5.0", diff --git a/yarn.lock b/yarn.lock index 23bc935..a4de220 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3915,9 +3915,9 @@ gzip-size@^4.1.0: duplexer "^0.1.1" pify "^3.0.0" -handlebars@^4.0.10, handlebars@^4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.4.0.tgz#22e1a897c5d83023d39801f35f6b65cf97ed8b25" +handlebars@^4.0.10, handlebars@^4.5.3: + version "4.5.3" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.5.3.tgz#5cf75bd8714f7605713511a56be7c349becb0482" dependencies: neo-async "^2.6.0" optimist "^0.6.1"