From c7ec0a03ecb92a095629d8d74d4f9cc642eb710b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 19:41:48 +0000 Subject: [PATCH] chore(deps): Bump unzipper from 0.11.3 to 0.11.4 (#298) Bumps [unzipper](https://github.com/ZJONSSON/node-unzipper) from 0.11.3 to 0.11.4. - [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 ce3a515..4bcd0ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9985,9 +9985,9 @@ } }, "node_modules/unzipper": { - "version": "0.11.3", - "resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.11.3.tgz", - "integrity": "sha512-Xs72T2f5DkRU1ULU/5kywmMXHI3ZJIL6a1Eb/7eTwmqbOS35ed10PYGDeKMXOuJ5zZrp/HYNeRj80HZsBtOyrA==", + "version": "0.11.4", + "resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.11.4.tgz", + "integrity": "sha512-T6CZQdmCMhlpHM+x4E5E9pIYCXH5INcrI8Cowr4tLQIciuw5nnp+X/LEwgeuFnay3vp9hVo4ydPw3WYSg2agWQ==", "dependencies": { "big-integer": "^1.6.17", "bluebird": "~3.4.1",