Skip to content

Commit a6f60ef

Browse files
thefourtheyezkat
authored andcommitted
deps: Upgrade graceful-fs dependency to the latest
graceful-fs used to monkey-patch node's core fs module. This has been fixed in the version 4. Related: nodejs/node#2714 PR-URL: #64
1 parent 6313a66 commit a6f60ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"inherits": "2"
1818
},
1919
"devDependencies": {
20-
"graceful-fs": "^3.0.2",
20+
"graceful-fs": "^4.1.2",
2121
"rimraf": "1.x",
2222
"tap": "0.x",
2323
"mkdirp": "^0.5.0"

0 commit comments

Comments
 (0)