From c7dff410cb7462d6669239916a513a97968b4d12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 11:20:27 +0000 Subject: [PATCH] Bump unzipper from 0.12.2 to 0.12.3 Bumps [unzipper](https://github.com/ZJONSSON/node-unzipper) from 0.12.2 to 0.12.3. - [Release notes](https://github.com/ZJONSSON/node-unzipper/releases) - [Commits](https://github.com/ZJONSSON/node-unzipper/compare/v0.12.2...v0.12.3) --- 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 c4403c81..9014f303 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@adobe/node-fetch-retry": "^2.2.0", "@octokit/rest": "^20.1.1", "node-fetch": "^2.7.0", - "unzipper": "^0.12.2" + "unzipper": "^0.12.3" }, "devDependencies": { "@types/jest": "^28.1.8", @@ -8180,9 +8180,9 @@ } }, "node_modules/unzipper": { - "version": "0.12.2", - "resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.12.2.tgz", - "integrity": "sha512-ecRhBc+ZfQkYnRr8L7OkxvAAWDkqP3Dun9CHUmYYZx/mErGdy7N7ju6ODJ7uKmm9PD99aAG8grxzl5y9lmEK2A==", + "version": "0.12.3", + "resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.12.3.tgz", + "integrity": "sha512-PZ8hTS+AqcGxsaQntl3IRBw65QrBI6lxzqDEL7IAo/XCEqRTKGfOX56Vea5TH9SZczRVxuzk1re04z/YjuYCJA==", "dependencies": { "bluebird": "~3.7.2", "duplexer2": "~0.1.4", @@ -14568,9 +14568,9 @@ "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" }, "unzipper": { - "version": "0.12.2", - "resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.12.2.tgz", - "integrity": "sha512-ecRhBc+ZfQkYnRr8L7OkxvAAWDkqP3Dun9CHUmYYZx/mErGdy7N7ju6ODJ7uKmm9PD99aAG8grxzl5y9lmEK2A==", + "version": "0.12.3", + "resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.12.3.tgz", + "integrity": "sha512-PZ8hTS+AqcGxsaQntl3IRBw65QrBI6lxzqDEL7IAo/XCEqRTKGfOX56Vea5TH9SZczRVxuzk1re04z/YjuYCJA==", "requires": { "bluebird": "~3.7.2", "duplexer2": "~0.1.4", diff --git a/package.json b/package.json index a8128592..cdca98a0 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@adobe/node-fetch-retry": "^2.2.0", "@octokit/rest": "^20.1.1", "node-fetch": "^2.7.0", - "unzipper": "^0.12.2" + "unzipper": "^0.12.3" }, "devDependencies": { "@types/jest": "^28.1.8",