From dd1ef163f45e3616153b1b0ce3a29299572948f5 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Tue, 16 Apr 2019 20:29:29 +0000 Subject: [PATCH] build(deps): update dependency handlebars to v4.1.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a1c5b2f2fc..bc4bee189d 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "github-url-from-git": "1.5.0", "gl-got": "9.0.3", "got": "9.6.0", - "handlebars": "4.1.1", + "handlebars": "4.1.2", "ini": "1.3.5", "js-yaml": "3.13.1", "json-dup-key-validator": "1.0.2", diff --git a/yarn.lock b/yarn.lock index e4a6fa5e2b..c978bafb1d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3025,10 +3025,10 @@ growly@^1.3.0: resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081" integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE= -handlebars@4.1.1, handlebars@^4.1.0: - version "4.1.1" - resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.1.tgz#6e4e41c18ebe7719ae4d38e5aca3d32fa3dd23d3" - integrity sha512-3Zhi6C0euYZL5sM0Zcy7lInLXKQ+YLcF/olbN010mzGQ4XVm50JeyBnMqofHh696GrciGruC7kCcApPDJvVgwA== +handlebars@4.1.2, handlebars@^4.1.0: + version "4.1.2" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.2.tgz#b6b37c1ced0306b221e094fc7aca3ec23b131b67" + integrity sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw== dependencies: neo-async "^2.6.0" optimist "^0.6.1" -- GitLab