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==