Skip to content

Commit d87252f

Browse files
committed
update graceful-fs dep to 4.x
ran into nodejs/node#2026
1 parent 8349c0c commit d87252f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"license": "ISC",
2222
"dependencies": {
2323
"convert-source-map": "^1.0.0",
24-
"graceful-fs": "^3.0.5",
24+
"graceful-fs": "^4.1.2",
2525
"strip-bom": "^1.0.0",
2626
"through2": "^0.6.3",
2727
"vinyl": "^0.4.6"

0 commit comments

Comments
 (0)