From 5eb91afb62d49a7864614f344cbf808e8b9fe663 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2020 04:21:00 +0000 Subject: [PATCH] Build(deps): bump handlebars from 4.4.0 to 4.7.3 Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.0 to 4.7.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.7.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 56f5ab8..2e48d8e 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.7.3", "js-yaml": "^3.13.1", "lodash": "^4.17.15", "markdown": "^0.5.0", diff --git a/yarn.lock b/yarn.lock index 17f020a..89377d9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3946,9 +3946,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.7.3: + version "4.7.3" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.3.tgz#8ece2797826886cf8082d1726ff21d2a022550ee" dependencies: neo-async "^2.6.0" optimist "^0.6.1"