From 26f952755ab21c5849b55fb28bc16d121e94f3f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:35:13 -0400 Subject: [PATCH] Bump unzip-stream from 0.3.1 to 0.3.4 (#927) Bumps [unzip-stream](https://github.com/mhr3/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: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 31365a3a..3e558edd 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "ts-loader": "^9.5.1", "typedoc": "^0.25.13", "typescript": "^5.4.5", - "unzip-stream": "^0.3.1", + "unzip-stream": "^0.3.4", "webpack": "^5.91.0", "webpack-cli": "^5.1.4" }, diff --git a/yarn.lock b/yarn.lock index a8129b5a..8272eb61 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2776,10 +2776,10 @@ untildify@^4.0.0: resolved "https://registry.yarnpkg.com/untildify/-/untildify-4.0.0.tgz#2bc947b953652487e4600949fb091e3ae8cd919b" integrity sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw== -unzip-stream@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/unzip-stream/-/unzip-stream-0.3.1.tgz#2333b5cd035d29db86fb701ca212cf8517400083" - integrity sha512-RzaGXLNt+CW+T41h1zl6pGz3EaeVhYlK+rdAap+7DxW5kqsqePO8kRtWPaCiVqdhZc86EctSPVYNix30YOMzmw== +unzip-stream@^0.3.4: + version "0.3.4" + resolved "https://registry.yarnpkg.com/unzip-stream/-/unzip-stream-0.3.4.tgz#b4576755061809cf210b776cf26888d6a7823ead" + integrity sha512-PyofABPVv+d7fL7GOpusx7eRT9YETY2X04PhwbSipdj6bMxVCFJrr+nm0Mxqbf9hUiTin/UsnuFWBXlDZFy0Cw== dependencies: binary "^0.3.0" mkdirp "^0.5.1"