From 12c8664bd31674a328a7bdc62bee63bdf4a27302 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 20:03:18 +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: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 cc1c29d..721d8a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "targz": "^1.0.1", "tslog": "^3.2.0", "typescript": "^5.3.3", - "unzip-stream": "^0.3.1", + "unzip-stream": "^0.3.2", "utf-8-validate": "^5.0.2", "vscode-extension-tester": "^8.7.0" }, @@ -9126,9 +9126,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==", "dev": true, "dependencies": { "binary": "^0.3.0", diff --git a/package.json b/package.json index 930254f..c30bc34 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "targz": "^1.0.1", "tslog": "^3.2.0", "typescript": "^5.3.3", - "unzip-stream": "^0.3.1", + "unzip-stream": "^0.3.2", "utf-8-validate": "^5.0.2", "selenium-webdriver": "^4.1.0", "vscode-extension-tester": "^8.7.0",