Skip to content

Commit 1ea7ed0

Browse files
thefourtheyebnoordhuis
authored andcommitted
deps: update graceful-fs dependency to the latest
graceful-fs used to monkey-patch node's core fs module. This has been fixed in version 4. PR-URL: #714 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent 0fbc387 commit 1ea7ed0

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
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"fstream": "^1.0.0",
2626
"glob": "3 || 4",
27-
"graceful-fs": "3",
27+
"graceful-fs": "^4.1.2",
2828
"minimatch": "1",
2929
"mkdirp": "^0.5.0",
3030
"nopt": "2 || 3",

0 commit comments

Comments
 (0)