From 44f738bcbf1bf688779828c4df1e6bb22efe09d3 Mon Sep 17 00:00:00 2001 From: Alan Pierce Date: Sat, 7 Jul 2018 07:52:55 -0700 Subject: [PATCH] Upgrade upath to avoid yarn failure on node 10 (#8283) [skip ci] upath 1.0.4 doesn't support node 10, and this was fixed in later versions ( https://github.com/anodynos/upath/pull/15 ) --- yarn.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yarn.lock b/yarn.lock index efaeef1349..bd7851cc15 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8403,8 +8403,8 @@ unzip-response@^2.0.1: resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97" upath@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/upath/-/upath-1.0.4.tgz#ee2321ba0a786c50973db043a50b7bcba822361d" + version "1.1.0" + resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.0.tgz#35256597e46a581db4793d0ce47fa9aebfc9fabd" upper-case@^1.1.1: version "1.1.3"