From 116677cef4b15c47d4ace11408979cc42d2a9360 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Tue, 1 Oct 2019 21:49:11 -0400 Subject: [PATCH] Pin to handlebars@4.1.2 This is required until https://github.com/wycats/handlebars.js/issues/1562 is fixed. --- package.json | 3 +++ yarn.lock | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9a66c9b7..67577de0 100644 --- a/package.json +++ b/package.json @@ -67,5 +67,8 @@ "github": { "release": true } + }, + "resolutions": { + "handlebars": "4.1.2" } } diff --git a/yarn.lock b/yarn.lock index 2fa4f880..3e064cec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1718,10 +1718,10 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6 resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.2.tgz#6f0952605d0140c1cfdb138ed005775b92d67b02" integrity sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q== -handlebars@^4.0.11, handlebars@^4.0.13: - version "4.4.0" - resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.4.0.tgz#22e1a897c5d83023d39801f35f6b65cf97ed8b25" - integrity sha512-xkRtOt3/3DzTKMOt3xahj2M/EqNhY988T+imYSlMgs5fVhLN2fmKVVj0LtEGmb+3UUYV5Qmm1052Mm3dIQxOvw== +handlebars@4.1.2, handlebars@^4.0.11, handlebars@^4.0.13: + 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"