Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
deps: Upgrade graceful-fs dependency to the latest
Browse files Browse the repository at this point in the history
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: #3
  • Loading branch information
thefourtheye authored and zkat committed Sep 9, 2015
1 parent 04b5093 commit 874eb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"tmp": "0.0.24"
},
"dependencies": {
"graceful-fs": "^3.0.2",
"graceful-fs": "^4.1.2",
"path-is-inside": "^1.0.1",
"rimraf": "^2.2.8"
}
Expand Down

0 comments on commit 874eb65

Please sign in to comment.