From 44e0d36b39767185fa43ccac79e5d80506520a6b Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Wed, 2 Oct 2019 14:02:05 +0000 Subject: [PATCH] build(deps): update dependency handlebars to v4.4.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b4721c173b..eef66165ce 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "github-url-from-git": "1.5.0", "global-agent": "2.1.1", "got": "9.6.0", - "handlebars": "4.2.1", + "handlebars": "4.4.0", "hasha": "5.1.0", "ini": "1.3.5", "js-yaml": "3.13.1", diff --git a/yarn.lock b/yarn.lock index 24c6c915e2..197d1340d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3971,10 +3971,10 @@ growly@^1.3.0: resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081" integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE= -handlebars@4.2.1, handlebars@^4.1.2: - version "4.2.1" - resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.2.1.tgz#dc69c0e61604224f0c23b38b5b6741db210b57da" - integrity sha512-bqPIlDk06UWbVEIFoYj+LVo42WhK96J+b25l7hbFDpxrOXMphFM3fNIm+cluwg4Pk2jiLjWU5nHQY7igGE75NQ== +handlebars@4.4.0, handlebars@^4.1.2: + version "4.4.0" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.4.0.tgz#22e1a897c5d83023d39801f35f6b65cf97ed8b25" + integrity sha512-xkRtOt3/3DzTKMOt3xahj2M/EqNhY988T+imYSlMgs5fVhLN2fmKVVj0LtEGmb+3UUYV5Qmm1052Mm3dIQxOvw== dependencies: neo-async "^2.6.0" optimist "^0.6.1" -- GitLab