Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 53b0095

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. PR-URL: #45
1 parent 586e8ef commit 53b0095

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
@@ -12,7 +12,7 @@
1212
"node": ">=0.6"
1313
},
1414
"dependencies": {
15-
"graceful-fs": "3",
15+
"graceful-fs": "^4.1.2",
1616
"inherits": "~2.0.0",
1717
"mkdirp": ">=0.5 0",
1818
"rimraf": "2"

0 commit comments

Comments
 (0)