Skip to content

Commit 78f47f2

Browse files
committedApr 14, 2020
update to zip-stream@^3.0.1
1 parent 6509b33 commit 78f47f2

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
**4.0.1** - <small>_April 14, 2020_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/4.0.0...4.0.1)
4+
5+
- update to zip-stream@^3.0.1
6+
37
**4.0.0** - <small>_April 14, 2020_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/3.1.1...4.0.0)
48

59
- breaking: slowly catch up with node LTS, remove support for versions under 8.

‎package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"glob": "^7.1.6",
3636
"readable-stream": "^3.6.0",
3737
"tar-stream": "^2.1.2",
38-
"zip-stream": "^2.1.3"
38+
"zip-stream": "^3.0.1"
3939
},
4040
"devDependencies": {
4141
"archiver-jsdoc-theme": "^1.1.1",

0 commit comments

Comments
 (0)
Please sign in to comment.