From 5bfdf014d0b8a8ec96754e572faff2c2149f156c Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Sat, 16 Nov 2019 22:01:08 +0000 Subject: [PATCH] build(deps): update dependency handlebars to v4.5.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 13d957fdeb..1447b1c3ae 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "github-url-from-git": "1.5.0", "global-agent": "2.1.6", "got": "9.6.0", - "handlebars": "4.5.1", + "handlebars": "4.5.2", "hasha": "5.1.0", "ini": "1.3.5", "js-yaml": "3.13.1", diff --git a/yarn.lock b/yarn.lock index d1a21ed959..8e42ce44e1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4066,10 +4066,10 @@ growly@^1.3.0: resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081" integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE= -handlebars@4.5.1, handlebars@^4.1.2, handlebars@^4.4.0: - version "4.5.1" - resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.5.1.tgz#8a01c382c180272260d07f2d1aa3ae745715c7ba" - integrity sha512-C29UoFzHe9yM61lOsIlCE5/mQVGrnIOrOq7maQl76L7tYPCgC1og0Ajt6uWnX4ZTxBPnjw+CUvawphwCfJgUnA== +handlebars@4.5.2, handlebars@^4.1.2, handlebars@^4.4.0: + version "4.5.2" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.5.2.tgz#5a4eb92ab5962ca3415ac188c86dc7f784f76a0f" + integrity sha512-29Zxv/cynYB7mkT1rVWQnV7mGX6v7H/miQ6dbEpYTKq5eJBN7PsRB+ViYJlcT6JINTSu4dVB9kOqEun78h6Exg== dependencies: neo-async "^2.6.0" optimist "^0.6.1" -- GitLab