From 04df70d3096bc17bbf7023bbfd4f4f13d9a64618 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Mon, 23 Sep 2019 18:00:50 +0000 Subject: [PATCH] build(deps): update dependency handlebars to v4.2.1 --- package.json | 2 +- yarn.lock | 13 +------------ 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index c3e8c2b58e..17e44da4e4 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.0", + "handlebars": "4.2.1", "hasha": "5.0.0", "ini": "1.3.5", "js-yaml": "3.13.1", diff --git a/yarn.lock b/yarn.lock index 64214c069e..272ed5ade0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3974,18 +3974,7 @@ growly@^1.3.0: resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081" integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE= -handlebars@4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.2.0.tgz#57ce8d2175b9bbb3d8b3cf3e4217b1aec8ddcb2e" - integrity sha512-Kb4xn5Qh1cxAKvQnzNWZ512DhABzyFNmsaJf3OAkWNa4NkaqWcNI8Tao8Tasi0/F4JD9oyG0YxuFyvyR57d+Gw== - 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.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== -- GitLab