From cfe2a7b69ba424f6c314a8db105789fcf4357346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 11:39:27 +0200 Subject: [PATCH] build(deps): bump unzipper from 0.12.2 to 0.12.3 (#1453) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- packages/extester/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 23d6db5fd..f9a23a078 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10724,9 +10724,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", @@ -11205,7 +11205,7 @@ "sanitize-filename": "^1.6.3", "selenium-webdriver": "^4.23.0", "targz": "^1.0.1", - "unzipper": "^0.12.2" + "unzipper": "^0.12.3" }, "bin": { "extest": "out/cli.js" diff --git a/packages/extester/package.json b/packages/extester/package.json index 033554a2b..8d78117cd 100644 --- a/packages/extester/package.json +++ b/packages/extester/package.json @@ -73,7 +73,7 @@ "sanitize-filename": "^1.6.3", "selenium-webdriver": "^4.23.0", "targz": "^1.0.1", - "unzipper": "^0.12.2" + "unzipper": "^0.12.3" }, "peerDependencies": { "mocha": ">=5.2.0",