From c7c47f7235abc871642955c935f9c8a661942b47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 01:24:45 +0000 Subject: [PATCH] chore(deps): bump unzipper from 0.11.4 to 0.11.5 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] --- 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",