From 4089f7dd0665124b702366418af2585eef69e5e2 Mon Sep 17 00:00:00 2001 From: Fabien Taillon Date: Mon, 11 Dec 2023 16:47:28 +0100 Subject: [PATCH] Fixed missing dependency --- oclif.lock | 2 +- package.json | 3 ++- yarn.lock | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/oclif.lock b/oclif.lock index b25ff8a..fb86547 100644 --- a/oclif.lock +++ b/oclif.lock @@ -8717,7 +8717,7 @@ untildify@^4.0.0: resolved "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz" integrity sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw== -unzipper@0.10.14: +unzipper@^0.10.14, unzipper@0.10.14: version "0.10.14" resolved "https://registry.npmjs.org/unzipper/-/unzipper-0.10.14.tgz" integrity sha512-ti4wZj+0bQTiX2KmKWuwj7lhV+2n//uXEotUmGuQqrbVZSEGFMbI68+c6JCQ8aAmUWYvtHEz2A8K6wXvueR/6g== diff --git a/package.json b/package.json index 13b5713..b7ae90b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "texei-sfdx-plugin", "description": "Texeï's plugin for sfdx", - "version": "2.2.0", + "version": "2.2.1", "author": "Texeï", "bugs": "https://github.com/texei/texei-sfdx-plugin/issues", "dependencies": { @@ -20,6 +20,7 @@ "fast-xml-parser": "^4.3.2", "puppeteer": "^21.0.3", "tslib": "^2", + "unzipper": "^0.10.14", "xml2js": "^0.5.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index b25ff8a..fb86547 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8717,7 +8717,7 @@ untildify@^4.0.0: resolved "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz" integrity sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw== -unzipper@0.10.14: +unzipper@^0.10.14, unzipper@0.10.14: version "0.10.14" resolved "https://registry.npmjs.org/unzipper/-/unzipper-0.10.14.tgz" integrity sha512-ti4wZj+0bQTiX2KmKWuwj7lhV+2n//uXEotUmGuQqrbVZSEGFMbI68+c6JCQ8aAmUWYvtHEz2A8K6wXvueR/6g==