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

Commit 268fa46

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: #117
1 parent e47cd3d commit 268fa46

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
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"chownr": "^1.0.1",
1515
"concat-stream": "^1.4.6",
16-
"graceful-fs": "^3.0.0",
16+
"graceful-fs": "^4.1.2",
1717
"mkdirp": "^0.5.0",
1818
"normalize-package-data": "~1.0.1 || ^2.0.0",
1919
"npm-package-arg": "^3.0.0 || ^4.0.0",

0 commit comments

Comments
 (0)