Skip to content

Commit

Permalink
Fix build under Node 11
Browse files Browse the repository at this point in the history
Upgrade `natives` indirect dependency using method described at
yarnpkg/yarn#4986 (comment).

See also: isaacs/natives#14
  • Loading branch information
robertknight committed Nov 19, 2018
1 parent c5f85bd commit 1d105cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5669,9 +5669,9 @@ native-promise-only@^0.8.1:
integrity sha1-IKMYwwy0X3H+et+/eyHJnBRy7xE=

natives@^1.1.0:
version "1.1.3"
resolved "https://registry.yarnpkg.com/natives/-/natives-1.1.3.tgz#44a579be64507ea2d6ed1ca04a9415915cf75558"
integrity sha512-BZGSYV4YOLxzoTK73l0/s/0sH9l8SHs2ocReMH1f8JYSh5FUWu4ZrKCpJdRkWXV6HFR/pZDz7bwWOVAY07q77g==
version "1.1.6"
resolved "https://registry.yarnpkg.com/natives/-/natives-1.1.6.tgz#a603b4a498ab77173612b9ea1acdec4d980f00bb"
integrity sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA==

natural-compare@^1.4.0:
version "1.4.0"
Expand Down

0 comments on commit 1d105cc

Please sign in to comment.