Skip to content

Commit 0a1d8b4

Browse files
committed
update archiver deps.
1 parent 4641cbf commit 0a1d8b4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- breaking: follow node LTS, remove support for versions under 6. (#339)
66
- bugfix: use stats in tar.js and core.js (#326)
7+
- other: update to zip-stream@2
78
- other: remove lodash npm module usage (#335, #339)
89
- other: Avoid using deprecated Buffer constructor (#312)
910
- other: Remove unnecessary return and fix indentation (#297)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
"bench": "node benchmark/simple/pack-zip.js"
3030
},
3131
"dependencies": {
32-
"archiver-utils": "^1.3.0",
32+
"archiver-utils": "^2.0.0",
3333
"async": "^2.0.0",
3434
"buffer-crc32": "^0.2.1",
3535
"glob": "^7.0.0",
3636
"readable-stream": "^2.0.0",
3737
"tar-stream": "^1.5.0",
38-
"zip-stream": "^1.2.0"
38+
"zip-stream": "^2.0.1"
3939
},
4040
"devDependencies": {
4141
"archiver-jsdoc-theme": "^1.0.0",

0 commit comments

Comments
 (0)