From b346fcfb2ec5e56f3b97364dda12b5424215c523 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Wed, 23 Oct 2019 22:01:22 +0000 Subject: [PATCH] build(deps): update dependency handlebars to v4.4.5 --- package.json | 2 +- yarn.lock | 13 +------------ 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index bd90879ef8..871726f786 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "github-url-from-git": "1.5.0", "global-agent": "2.1.4", "got": "9.6.0", - "handlebars": "4.4.3", + "handlebars": "4.4.5", "hasha": "5.1.0", "ini": "1.3.5", "js-yaml": "3.13.1", diff --git a/yarn.lock b/yarn.lock index 73f6fe0104..eaa8faba4a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4047,18 +4047,7 @@ growly@^1.3.0: resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081" integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE= -handlebars@4.4.3: - version "4.4.3" - resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.4.3.tgz#180bae52c1d0e9ec0c15d7e82a4362d662762f6e" - integrity sha512-B0W4A2U1ww3q7VVthTKfh+epHx+q4mCt6iK+zEAzbMBpWQAwxCeKxEGpj/1oQTpzPXDNSOG7hmG14TsISH50yw== - dependencies: - neo-async "^2.6.0" - optimist "^0.6.1" - source-map "^0.6.1" - optionalDependencies: - uglify-js "^3.1.4" - -handlebars@^4.1.2, handlebars@^4.4.0: +handlebars@4.4.5, handlebars@^4.1.2, handlebars@^4.4.0: version "4.4.5" resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.4.5.tgz#1b1f94f9bfe7379adda86a8b73fb570265a0dddd" integrity sha512-0Ce31oWVB7YidkaTq33ZxEbN+UDxMMgThvCe8ptgQViymL5DPis9uLdTA13MiRPhgvqyxIegugrP97iK3JeBHg== -- GitLab