From 682d04cb3596ec3450b3f17ce3e2f0c745793fb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:20:41 +0000 Subject: 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 19a4bee..a25334d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "minimist": "^1.2.8", "recursive-copy": "^2.0.13", "simple-vdf": "^1.1.1", - "unzip-stream": "^0.3.1" + "unzip-stream": "^0.3.2" }, "devDependencies": { "electron": "^28.2.0", @@ -3566,9 +3566,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" @@ -6485,9 +6485,9 @@ "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==" }, "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 1cde783..95d8119 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "minimist": "^1.2.8", "recursive-copy": "^2.0.13", "simple-vdf": "^1.1.1", - "unzip-stream": "^0.3.1" + "unzip-stream": "^0.3.2" }, "devDependencies": { "electron": "^28.2.0", -- cgit v1.2.3