From b2f32b448bc7dcd63b48759532a0061d62761805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 01:27:05 +0000 Subject: [PATCH] chore(deps): bump unzipper from 0.11.4 to 0.11.5 (#423) Bumps [unzipper](https://github.com/ZJONSSON/node-unzipper) from 0.11.4 to 0.11.5. - [Release notes](https://github.com/ZJONSSON/node-unzipper/releases) - [Commits](https://github.com/ZJONSSON/node-unzipper/commits) --- updated-dependencies: - dependency-name: unzipper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 77456841..aa771f40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10483,9 +10483,9 @@ } }, "node_modules/unzipper": { - "version": "0.11.4", - "resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.11.4.tgz", - "integrity": "sha512-T6CZQdmCMhlpHM+x4E5E9pIYCXH5INcrI8Cowr4tLQIciuw5nnp+X/LEwgeuFnay3vp9hVo4ydPw3WYSg2agWQ==", + "version": "0.11.5", + "resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.11.5.tgz", + "integrity": "sha512-lpWMMTvoTTETidcvqsHL/OSdX8fy4/nAe1vOa/WESbscApEamd1gvzn2XteNYvAnTGous8BlCkWxxyv3moxfCA==", "dependencies": { "big-integer": "^1.6.17", "bluebird": "~3.4.1",