From 15a2c11a926bf941e15498f249900d221b8fa190 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 20:17:01 +0000 Subject: [PATCH] Bump unzip-stream from 0.3.1 to 0.3.4 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 ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 87db743..6c01789 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "targz": "^1.0.1", "tslog": "^3.2.0", "typescript": "^4.0.3", - "unzip-stream": "^0.3.1", + "unzip-stream": "^0.3.4", "utf-8-validate": "^5.0.2", "vscode-extension-tester": "^5.0.0", "vscode-extension-tester-locators": "^3.0.0", @@ -7484,9 +7484,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==", "dev": true, "dependencies": { "binary": "^0.3.0", diff --git a/package.json b/package.json index 0c1b6bc..d3d5ef2 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "targz": "^1.0.1", "tslog": "^3.2.0", "typescript": "^4.0.3", - "unzip-stream": "^0.3.1", + "unzip-stream": "^0.3.4", "utf-8-validate": "^5.0.2", "selenium-webdriver": "^4.1.0", "vscode-extension-tester": "^5.0.0",