From 6d4daa4de4a7bc9f919a2fbc4de05efa044c160c Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Sat, 8 Feb 2020 06:01:05 +0000 Subject: [PATCH] build(deps): update dependency handlebars to v4.7.3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2e37e387ce..af9dd82645 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "github-url-from-git": "1.5.0", "global-agent": "2.1.8", "got": "9.6.0", - "handlebars": "4.7.2", + "handlebars": "4.7.3", "hasha": "5.1.0", "ini": "1.3.5", "js-yaml": "3.13.1", diff --git a/yarn.lock b/yarn.lock index 129158daf6..ed88028c16 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4263,10 +4263,10 @@ growly@^1.3.0: resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081" integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE= -handlebars@4.7.2, handlebars@^4.4.0: - version "4.7.2" - resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.2.tgz#01127b3840156a0927058779482031afe0e730d7" - integrity sha512-4PwqDL2laXtTWZghzzCtunQUTLbo31pcCJrd/B/9JP8XbhVzpS5ZXuKqlOzsd1rtcaLo4KqAn8nl8mkknS4MHw== +handlebars@4.7.3, handlebars@^4.4.0: + version "4.7.3" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.3.tgz#8ece2797826886cf8082d1726ff21d2a022550ee" + integrity sha512-SRGwSYuNfx8DwHD/6InAPzD6RgeruWLT+B8e8a7gGs8FWgHzlExpTFMEq2IA6QpAfOClpKHy6+8IqTjeBCu6Kg== dependencies: neo-async "^2.6.0" optimist "^0.6.1" -- GitLab