Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 479699f

Browse files
committed
chore(package): fix scripts for latest Node 10.x on Windows
1 parent 95b47eb commit 479699f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
"dependencies": {},
102102
"resolutions": {
103103
"//1": "`[email protected]` does not work with Node.js 10.x on Windows 10",
104-
"//2": "(E.g. see https://github.com/gulpjs/gulp/issues/2162.)",
105-
"natives": "1.1.3"
104+
"//2": "(E.g. see https://github.com/gulpjs/gulp/issues/2162 and https://github.com/nodejs/node/issues/25132.)",
105+
"natives": "1.1.6"
106106
},
107107
"commitplease": {
108108
"style": "angular",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5440,10 +5440,10 @@ nanomatch@^1.2.9:
54405440
snapdragon "^0.8.1"
54415441
to-regex "^3.0.1"
54425442

5443-
[email protected].3, natives@^1.1.0:
5444-
version "1.1.3"
5445-
resolved "https://registry.yarnpkg.com/natives/-/natives-1.1.3.tgz#44a579be64507ea2d6ed1ca04a9415915cf75558"
5446-
integrity sha512-BZGSYV4YOLxzoTK73l0/s/0sH9l8SHs2ocReMH1f8JYSh5FUWu4ZrKCpJdRkWXV6HFR/pZDz7bwWOVAY07q77g==
5443+
[email protected].6, natives@^1.1.0:
5444+
version "1.1.6"
5445+
resolved "https://registry.yarnpkg.com/natives/-/natives-1.1.6.tgz#a603b4a498ab77173612b9ea1acdec4d980f00bb"
5446+
integrity sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA==
54475447

54485448
natural-compare@^1.4.0:
54495449
version "1.4.0"

0 commit comments

Comments
 (0)