From af418b779cb42155e0657c74aa166bde912e14f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:20:05 +0000 Subject: [PATCH] Bump unzip-stream from 0.3.1 to 0.3.4 in the npm_and_yarn group Bumps the npm_and_yarn group with 1 update: [unzip-stream](https://github.com/mhr3/unzip-stream). Updates `unzip-stream` from 0.3.1 to 0.3.4 - [Commits](https://github.com/mhr3/unzip-stream/compare/v0.3.1...v0.3.4) --- updated-dependencies: - dependency-name: unzip-stream dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 60a7a4c..abb54c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7905,9 +7905,9 @@ } }, "node_modules/unzip-stream": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/unzip-stream/-/unzip-stream-0.3.1.tgz", - "integrity": "sha512-RzaGXLNt+CW+T41h1zl6pGz3EaeVhYlK+rdAap+7DxW5kqsqePO8kRtWPaCiVqdhZc86EctSPVYNix30YOMzmw==", + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/unzip-stream/-/unzip-stream-0.3.4.tgz", + "integrity": "sha512-PyofABPVv+d7fL7GOpusx7eRT9YETY2X04PhwbSipdj6bMxVCFJrr+nm0Mxqbf9hUiTin/UsnuFWBXlDZFy0Cw==", "dependencies": { "binary": "^0.3.0", "mkdirp": "^0.5.1"