From fe4fa1cf761b3834ea2ec6751cc99b1ffee30eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2020 02:29:21 +0000 Subject: [PATCH] Bump compress-commons from 4.0.0 to 4.0.1 Bumps [compress-commons](https://github.com/archiverjs/node-compress-commons) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/archiverjs/node-compress-commons/releases) - [Changelog](https://github.com/archiverjs/node-compress-commons/blob/master/CHANGELOG.md) - [Commits](https://github.com/archiverjs/node-compress-commons/compare/4.0.0...4.0.1) Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb19ed70..d24bacfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "zip-stream", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -309,12 +309,12 @@ "dev": true }, "compress-commons": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-4.0.0.tgz", - "integrity": "sha512-YvIrRuDUnJu4a9yvBA/ks/+sJGN6C+uTU8ZEp30Snb0IWiYVSrsj6xxdLx8ff5upC0JSRB/LYip0TT5wItBfeg==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-4.0.1.tgz", + "integrity": "sha512-xZm9o6iikekkI0GnXCmAl3LQGZj5TBDj0zLowsqi7tJtEa3FMGSEcHcqrSJIrOAk1UG/NBbDn/F1q+MG/p/EsA==", "requires": { "buffer-crc32": "^0.2.13", - "crc32-stream": "^3.0.1", + "crc32-stream": "^4.0.0", "normalize-path": "^3.0.0", "readable-stream": "^3.6.0" } @@ -338,9 +338,9 @@ } }, "crc32-stream": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-3.0.1.tgz", - "integrity": "sha512-mctvpXlbzsvK+6z8kJwSJ5crm7yBwrQMTybJzMw1O4lLGJqjlDCXY2Zw7KheiA6XBEcBmfLx1D88mjRGVJtY9w==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-4.0.0.tgz", + "integrity": "sha512-tyMw2IeUX6t9jhgXI6um0eKfWq4EIDpfv5m7GX4Jzp7eVelQ360xd8EPXJhp2mHwLQIkqlnMLjzqSZI3a+0wRw==", "requires": { "crc": "^3.4.4", "readable-stream": "^3.4.0"