Skip to content

Commit 3551c02

Browse files
committedAug 22, 2015
update deps.
1 parent e8c09ab commit 3551c02

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
 

‎package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@
3131
"archiver-json": "~0.1.0",
3232
"archiver-tar": "~0.1.0",
3333
"archiver-zip": "~0.1.0",
34-
"async": "~0.9.0",
34+
"async": "~1.4.2",
3535
"buffer-crc32": "~0.2.1",
36-
"glob": "~4.3.0",
36+
"glob": "~5.0.0",
3737
"lazystream": "~0.1.0",
38-
"lodash": "~3.2.0",
38+
"lodash": "~3.10.0",
3939
"readable-stream": "~1.0.26",
40-
"tar-stream": "~1.1.0",
40+
"tar-stream": "~1.2.1",
4141
"zip-stream": "~0.5.0"
4242
},
4343
"devDependencies": {
44-
"chai": "~2.0.0",
45-
"mocha": "~2.1.0",
46-
"rimraf": "~2.2.8",
44+
"chai": "~3.2.0",
45+
"mocha": "~2.2.5",
46+
"rimraf": "~2.4.2",
4747
"mkdirp": "~0.5.0",
4848
"stream-bench": "~0.1.2",
49-
"tar": "~1.0.3",
50-
"yauzl": "~2.2.1"
49+
"tar": "~2.1.1",
50+
"yauzl": "~2.3.1"
5151
},
5252
"keywords": [
5353
"archive",

0 commit comments

Comments
 (0)
Please sign in to comment.