Skip to content

Commit c44f3c3

Browse files
Update decompress module to 4.0.0
This should address the race condition in the decompress module reported at kevva/decompress#28. This should fix #202.
1 parent 969188d commit c44f3c3

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
@@ -22,7 +22,7 @@
2222
"postinstall": "tsc"
2323
},
2424
"dependencies": {
25-
"decompress": "^3.0.0",
25+
"decompress": "^4.0.0",
2626
"del": "^2.0.2",
2727
"fs-extra-promise": "^0.3.1",
2828
"http-proxy-agent": "^1.0.0",

0 commit comments

Comments
 (0)