diff --git a/package.json b/package.json index b674a91bc..1e25cc447 100644 --- a/package.json +++ b/package.json @@ -99,6 +99,11 @@ "stringmap": "^0.2.2" }, "dependencies": {}, + "resolutions": { + "//1": "`natives@1.1.0` does not work with Node.js 10.x on Windows 10", + "//2": "(E.g. see https://github.com/gulpjs/gulp/issues/2162.)", + "natives": "1.1.3" + }, "commitplease": { "style": "angular", "nohook": true diff --git a/yarn.lock b/yarn.lock index 551675822..268669168 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5750,10 +5750,10 @@ nanomatch@^1.2.9: snapdragon "^0.8.1" to-regex "^3.0.1" -natives@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/natives/-/natives-1.1.0.tgz#e9ff841418a6b2ec7a495e939984f78f163e6e31" - integrity sha1-6f+EFBimsux6SV6TmYT3jxY+bjE= +natives@1.1.3, 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== natural-compare@^1.4.0: version "1.4.0"