From ea1312f56a3ef4eff6b0e200f9427404544226ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 08:22:33 +0000 Subject: [PATCH] Bump unzip-stream and @types/unzip-stream Bumps [unzip-stream](https://github.com/mhr3/unzip-stream) and [@types/unzip-stream](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/unzip-stream). These dependencies needed to be updated together. 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) Updates `@types/unzip-stream` from 0.3.1 to 0.3.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/unzip-stream) --- updated-dependencies: - dependency-name: unzip-stream dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/unzip-stream" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 37383a664..c8b423ed5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -31261,9 +31261,9 @@ untildify@^4.0.0: integrity sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw== unzip-stream@^0.3.1: - version "0.3.2" - resolved "https://registry.yarnpkg.com/unzip-stream/-/unzip-stream-0.3.2.tgz#e7bfd887f4c9a284b46978693ba54e0d4f5095df" - integrity sha512-oWhfqwjx36ULFG+krfkbtbrc/BeEzaYrlqdEWa5EPNd6x6RerzuNW8aSTM0TtNtrOfUKYdO0TwrlkzrXAE6Olg== + 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"