From 73c21d988e18cb31797abffbfa95c89cc35fea3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:59:29 +0000 Subject: [PATCH] build(deps): bump unzipper from 0.11.3 to 0.11.4 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] --- 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 250917b..ebd7add 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@adobe/node-fetch-retry": "^2.2.0", "@octokit/rest": "^20.1.0", "node-fetch": "^2.7.0", - "unzipper": "^0.11.3" + "unzipper": "^0.11.4" }, "devDependencies": { "@types/jest": "^28.1.8", @@ -8900,9 +8900,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", @@ -15732,9 +15732,9 @@ "dev": true }, "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==", "requires": { "big-integer": "^1.6.17", "bluebird": "~3.4.1", diff --git a/package.json b/package.json index a28eb20..9a78b9e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@adobe/node-fetch-retry": "^2.2.0", "@octokit/rest": "^20.1.0", "node-fetch": "^2.7.0", - "unzipper": "^0.11.3" + "unzipper": "^0.11.4" }, "devDependencies": { "@types/jest": "^28.1.8",