From ce49049cd7099e7e2b89432ce8c81a34b1a4f86b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 13 Apr 2019 14:23:00 +0000 Subject: [PATCH] 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 0d709a76..6f8195c1 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "eslint-plugin-vue": "5.2.2", "fuzzy": "0.1.3", "graphql-request": "1.8.2", - "handlebars": "4.1.1", + "handlebars": "4.1.2", "handlebars-loader": "1.7.1", "html-minifier": "4.0.0", "html-minifier-loader": "1.4.1", diff --git a/yarn.lock b/yarn.lock index 39c3d098..813dedce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3833,10 +3833,10 @@ handlebars-loader@1.7.1: loader-utils "1.0.x" object-assign "^4.1.0" -handlebars@4.1.1: - 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: + 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"