From 90449a5d75d054aabaaf6ad2037efd5dfd27f847 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:19:05 +0000 Subject: [PATCH] Bump unzip-stream from 0.3.1 to 0.3.2 Bumps [unzip-stream](https://github.com/mhr3/unzip-stream) from 0.3.1 to 0.3.2. - [Commits](https://github.com/mhr3/unzip-stream/compare/v0.3.1...v0.3.2) --- updated-dependencies: - dependency-name: unzip-stream dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0cbb235..2ff4fa1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "stream-chain": "^2.2.4", "stream-fork": "^1.0.5", "stream-json": "^1.7.2", - "unzip-stream": "^0.3.1", + "unzip-stream": "^0.3.2", "webpack": "^5.76.0", "webpack-cli": "^5.0.1" }, @@ -9049,9 +9049,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.2", + "resolved": "https://registry.npmjs.org/unzip-stream/-/unzip-stream-0.3.2.tgz", + "integrity": "sha512-oWhfqwjx36ULFG+krfkbtbrc/BeEzaYrlqdEWa5EPNd6x6RerzuNW8aSTM0TtNtrOfUKYdO0TwrlkzrXAE6Olg==", "dependencies": { "binary": "^0.3.0", "mkdirp": "^0.5.1" @@ -16301,9 +16301,9 @@ } }, "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.2", + "resolved": "https://registry.npmjs.org/unzip-stream/-/unzip-stream-0.3.2.tgz", + "integrity": "sha512-oWhfqwjx36ULFG+krfkbtbrc/BeEzaYrlqdEWa5EPNd6x6RerzuNW8aSTM0TtNtrOfUKYdO0TwrlkzrXAE6Olg==", "requires": { "binary": "^0.3.0", "mkdirp": "^0.5.1" diff --git a/package.json b/package.json index d0aea80..9420113 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "stream-chain": "^2.2.4", "stream-fork": "^1.0.5", "stream-json": "^1.7.2", - "unzip-stream": "^0.3.1", + "unzip-stream": "^0.3.2", "webpack": "^5.76.0", "webpack-cli": "^5.0.1" },