build(npm): update to fs-extra@0.26.3

This commit is contained in:
Igor Minar 2016-01-02 20:05:56 -08:00 committed by Igor Minar
parent d6bafe4fe3
commit 1cd2a6328a
3 changed files with 25 additions and 5 deletions

View File

@ -2288,7 +2288,12 @@
"version": "1.0.0"
},
"fs-extra": {
"version": "0.18.4"
"version": "0.26.3",
"dependencies": {
"graceful-fs": {
"version": "4.1.2"
}
}
},
"fs-promise": {
"version": "0.3.1"
@ -3727,6 +3732,9 @@
"kind-of": {
"version": "3.0.2"
},
"klaw": {
"version": "1.1.3"
},
"labeled-stream-splicer": {
"version": "1.0.2"
},

18
npm-shrinkwrap.json generated
View File

@ -3608,9 +3608,16 @@
"resolved": "https://registry.npmjs.org/fs-access/-/fs-access-1.0.0.tgz"
},
"fs-extra": {
"version": "0.18.4",
"from": "fs-extra@>=0.18.0 <0.19.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.18.4.tgz"
"version": "0.26.3",
"from": "fs-extra@0.26.3",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.26.3.tgz",
"dependencies": {
"graceful-fs": {
"version": "4.1.2",
"from": "graceful-fs@>=4.1.2 <5.0.0",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz"
}
}
},
"fs-promise": {
"version": "0.3.1",
@ -5931,6 +5938,11 @@
"from": "kind-of@>=3.0.2 <4.0.0",
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.0.2.tgz"
},
"klaw": {
"version": "1.1.3",
"from": "klaw@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/klaw/-/klaw-1.1.3.tgz"
},
"labeled-stream-splicer": {
"version": "1.0.2",
"from": "labeled-stream-splicer@>=1.0.0 <2.0.0",

View File

@ -57,7 +57,7 @@
"conventional-changelog": "^0.2.1",
"del": "~1",
"firefox-profile": "^0.3.4",
"fs-extra": "^0.18.0",
"fs-extra": "^0.26.3",
"glob": "^4.0.6",
"googleapis": "1.0.x",
"gulp": "^3.8.8",