Commit cf73c92f authored by Robert Knight's avatar Robert Knight

Fix build with Node v7

Explicitly update vinyl-fs's graceful-fs dependency to v3.0.11.

graceful-fs v3.0.8 had a dependency on an internal Node module which no
longer exists in Node v7.

See https://github.com/gulpjs/gulp/issues/1843
parent 5e85d1c9
...@@ -6057,10 +6057,18 @@ ...@@ -6057,10 +6057,18 @@
"dev": true "dev": true
}, },
"graceful-fs": { "graceful-fs": {
"version": "3.0.8", "version": "3.0.11",
"from": "graceful-fs@>=3.0.0 <4.0.0", "from": "graceful-fs@>=3.0.0 <4.0.0",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.11.tgz",
"dev": true "dev": true,
"dependencies": {
"natives": {
"version": "1.10",
"from": "natives@>=1.1.0 <2.0.0",
"resolved": "https://registry.npmjs.org/natives/-/natives-1.1.0.tgz",
"dev": true
}
}
}, },
"readable-stream": { "readable-stream": {
"version": "1.0.34", "version": "1.0.34",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment