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",