From e1fb03d0c5dc40fa5e8d30254a64b82ce4b23cd6 Mon Sep 17 00:00:00 2001 From: Duong Pham Date: Thu, 2 Jan 2020 11:15:53 +0700 Subject: [PATCH] fix: temporary fix for handlebar version --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index eed13274ba..95141c8303 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6375,9 +6375,9 @@ gzip-size@5.1.1, gzip-size@^5.0.0: pify "^4.0.1" handlebars@^4.1.2: - version "4.4.3" - resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.4.3.tgz#180bae52c1d0e9ec0c15d7e82a4362d662762f6e" - integrity sha512-B0W4A2U1ww3q7VVthTKfh+epHx+q4mCt6iK+zEAzbMBpWQAwxCeKxEGpj/1oQTpzPXDNSOG7hmG14TsISH50yw== + version "4.5.3" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.5.3.tgz#5cf75bd8714f7605713511a56be7c349becb0482" + integrity sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA== dependencies: neo-async "^2.6.0" optimist "^0.6.1"