Skip to content

Commit 1cd2a63

Browse files
committed
build(npm): update to fs-extra@0.26.3
1 parent d6bafe4 commit 1cd2a63

3 files changed

Lines changed: 25 additions & 5 deletions

File tree

npm-shrinkwrap.clean.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2288,7 +2288,12 @@
22882288
"version": "1.0.0"
22892289
},
22902290
"fs-extra": {
2291-
"version": "0.18.4"
2291+
"version": "0.26.3",
2292+
"dependencies": {
2293+
"graceful-fs": {
2294+
"version": "4.1.2"
2295+
}
2296+
}
22922297
},
22932298
"fs-promise": {
22942299
"version": "0.3.1"
@@ -3727,6 +3732,9 @@
37273732
"kind-of": {
37283733
"version": "3.0.2"
37293734
},
3735+
"klaw": {
3736+
"version": "1.1.3"
3737+
},
37303738
"labeled-stream-splicer": {
37313739
"version": "1.0.2"
37323740
},

npm-shrinkwrap.json

Lines changed: 15 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"conventional-changelog": "^0.2.1",
5858
"del": "~1",
5959
"firefox-profile": "^0.3.4",
60-
"fs-extra": "^0.18.0",
60+
"fs-extra": "^0.26.3",
6161
"glob": "^4.0.6",
6262
"googleapis": "1.0.x",
6363
"gulp": "^3.8.8",

0 commit comments

Comments
 (0)