Skip to content

Commit

Permalink
update upath in yarn.lock to achieve compatibility with node v10.11.0 (
Browse files Browse the repository at this point in the history
…#7532)

The current yarn.lock breaks the `yarn install` step on systems with
node v10.11.0 because upath version 1.0.4 requires the version of node
to be <= 9. Updating upath to 1.1.0 fixes the problem.

Addresses issue #7524.
  • Loading branch information
booo authored and mourner committed Nov 1, 2018
1 parent 531ad5a commit 922d7b3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11949,12 +11949,7 @@ unzip-response@^2.0.1:
resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97"
integrity sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c=

upath@^1.0.0:
version "1.0.4"
resolved "https://registry.yarnpkg.com/upath/-/upath-1.0.4.tgz#ee2321ba0a786c50973db043a50b7bcba822361d"
integrity sha512-d4SJySNBXDaQp+DPrziv3xGS6w3d2Xt69FijJr86zMPBy23JEloMCEOUBBzuN7xCtjLCnmB9tI/z7SBCahHBOw==

upath@^1.0.5:
upath@^1.0.0, upath@^1.0.5:
version "1.1.0"
resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.0.tgz#35256597e46a581db4793d0ce47fa9aebfc9fabd"
integrity sha512-bzpH/oBhoS/QI/YtbkqCg6VEiPYjSZtrHQM6/QnJS6OL9pKUFLqb3aFh4Scvwm45+7iAgiMkLhSbaZxUqmrprw==
Expand Down

0 comments on commit 922d7b3

Please sign in to comment.