diff --git a/README.md b/README.md index 0da2419e..ea3bc176 100644 --- a/README.md +++ b/README.md @@ -393,7 +393,6 @@ console.log(JSON.stringify(work)) ## Built With -- [commander](https://github.com/tj/commander.js/) - The complete solution for node.js command-line interfaces, inspired by Ruby's commander. - [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) - Validate XML, Parse XML to JS/JSON and vise versa, or parse XML to Nimn rapidly without C/C++ based libraries and no callback - [fs-extra](https://github.com/jprichardson/node-fs-extra) - Node.js: extra methods for the fs object like copy(), remove(), mkdirs(). - [ignore](https://github.com/kaelzhang/node-ignore#readme) - is a manager, filter and parser which implemented in pure JavaScript according to the .gitignore spec 2.22.1. diff --git a/package.json b/package.json index 593e4f67..fe1c64c2 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,6 @@ "@oclif/errors": "^1.3.5", "@salesforce/command": "^4.1.3", "@salesforce/core": "^2.28.1", - "commander": "^8.2.0", "fast-xml-parser": "^4", "fs-extra": "^10.0.0", "ignore": "^5.1.8", diff --git a/yarn.lock b/yarn.lock index 003936ce..a7ca36cf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2199,7 +2199,7 @@ commander@^2.9.0: resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== -commander@^8.2.0, commander@^8.3.0: +commander@^8.3.0: version "8.3.0" resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66" integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==