From 58444d920d28447f9b9b9269bee38d54d4457b26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 16:13:57 +0000 Subject: [PATCH] Bump handlebars from 4.1.2 to 4.4.5 Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.4.5. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.4.5) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fa57915..191c95f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "gulp-replace": "^1.0.0", "gulp-sym": "0.0.14", "gulp-webserver": "^0.9.1", - "handlebars": "^4.0.2", + "handlebars": "^4.4.5", "jquery": "~3.0.0", "load-metalsmith-plugins": "^0.1.1", "lodash": "^4.17.5", diff --git a/yarn.lock b/yarn.lock index 31fede3..b78897a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2380,10 +2380,10 @@ gulplog@^1.0.0: dependencies: glogg "^1.0.0" -handlebars@^4.0.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.2.tgz#b6b37c1ced0306b221e094fc7aca3ec23b131b67" - integrity sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw== +handlebars@^4.4.5: + version "4.4.5" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.4.5.tgz#1b1f94f9bfe7379adda86a8b73fb570265a0dddd" + integrity sha512-0Ce31oWVB7YidkaTq33ZxEbN+UDxMMgThvCe8ptgQViymL5DPis9uLdTA13MiRPhgvqyxIegugrP97iK3JeBHg== dependencies: neo-async "^2.6.0" optimist "^0.6.1"