From ba729071160c52497807a4b144d17903ab6105cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:20:18 +0000 Subject: [PATCH] bv-trigger: bump unzip-stream from 0.3.1 to 0.3.4 See also https://github.com/mhr3/unzip-stream/compare/v0.3.1...v0.3.4 and https://github.com/seL4/ci-actions/security/dependabot/14 Signed-off-by: dependabot[bot] Signed-off-by: Gerwin Klein --- bv-trigger/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bv-trigger/package-lock.json b/bv-trigger/package-lock.json index e225e1c2..83ca31bd 100644 --- a/bv-trigger/package-lock.json +++ b/bv-trigger/package-lock.json @@ -1358,9 +1358,9 @@ "integrity": "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==" }, "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==", "dependencies": { "binary": "^0.3.0", "mkdirp": "^0.5.1"