From 3f0f7a93c9d84a78467befb3cb5f74619009d98a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2020 15:40:43 +0000 Subject: [PATCH] Bump unzipper from 0.7.6 to 0.10.11 Bumps [unzipper](https://github.com/ZJONSSON/node-unzipper) from 0.7.6 to 0.10.11. - [Release notes](https://github.com/ZJONSSON/node-unzipper/releases) - [Commits](https://github.com/ZJONSSON/node-unzipper/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be44225..a0a0451 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "bun": "0.0.10", - "unzipper": "^0.7.2", + "unzipper": "^0.10.11", "readable-stream": "^2.2.2", "split": "^1.0.0", "through2": "^2.0.3"