diff --git a/package.json b/package.json index 6790084180..a03e534770 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ }, "dependencies": { "@inquirer/core": "^10.3.2", - "@inquirer/prompts": "^7.10.1", + "@inquirer/prompts": "^8.5.2", "chalk": "^5.6.2", "commander": "^14.0.0", "cross-spawn": "7.0.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6ad6d879e5..98602cd49b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^10.3.2 version: 10.3.2(@types/node@24.2.0) '@inquirer/prompts': - specifier: ^7.10.1 - version: 7.10.1(@types/node@24.2.0) + specifier: ^8.5.2 + version: 8.5.2(@types/node@24.2.0) chalk: specifier: ^5.6.2 version: 5.6.2 @@ -343,18 +343,22 @@ packages: resolution: {integrity: sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==} engines: {node: '>=18'} - '@inquirer/checkbox@4.3.2': - resolution: {integrity: sha512-VXukHf0RR1doGe6Sm4F0Em7SWYLTHSsbGfJdS9Ja2bX5/D5uwVOEjr07cncLROdBvmnvCATYEWlHqYmXv2IlQA==} - engines: {node: '>=18'} + '@inquirer/ansi@2.0.7': + resolution: {integrity: sha512-3eTuUO1vH2cZm2ZKHeQxnOqlTi9EfZDGgIe3BL3I4u+rJHocr9Fz86M4fjYABPvFnQG/gGK551HqDiIcETwU6Q==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} + + '@inquirer/checkbox@5.2.1': + resolution: {integrity: sha512-b6xmA/VlTe0ZgDQHDui+Nav470u7u49nRd8/iuhOcQPO9Ch7lGuogydhi2VOmNlZ+zXcM8IcPuNSwQcdJaF/kw==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} peerDependencies: '@types/node': '>=18' peerDependenciesMeta: '@types/node': optional: true - '@inquirer/confirm@5.1.21': - resolution: {integrity: sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==} - engines: {node: '>=18'} + '@inquirer/confirm@6.1.1': + resolution: {integrity: sha512-eb8DBZcz/2qHWQda4rk2JiQk5h9QV/cVHi1yjt0f69WFZMRFn0sJTye3EAP8icut8UDMjQPsaH5KbcOogefrFQ==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} peerDependencies: '@types/node': '>=18' peerDependenciesMeta: @@ -370,18 +374,27 @@ packages: '@types/node': optional: true - '@inquirer/editor@4.2.23': - resolution: {integrity: sha512-aLSROkEwirotxZ1pBaP8tugXRFCxW94gwrQLxXfrZsKkfjOYC1aRvAZuhpJOb5cu4IBTJdsCigUlf2iCOu4ZDQ==} - engines: {node: '>=18'} + '@inquirer/core@11.2.1': + resolution: {integrity: sha512-Qd6GJT1yVyrZZCfN8W2qKF5ApmqryXRhRKCuip8h01x2w/esJQ2XIYc6f9abMIHgKQdBfFTSOdbHRLAhuM09UA==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} peerDependencies: '@types/node': '>=18' peerDependenciesMeta: '@types/node': optional: true - '@inquirer/expand@4.0.23': - resolution: {integrity: sha512-nRzdOyFYnpeYTTR2qFwEVmIWypzdAx/sIkCMeTNTcflFOovfqUk+HcFhQQVBftAh9gmGrpFj6QcGEqrDMDOiew==} - engines: {node: '>=18'} + '@inquirer/editor@5.2.2': + resolution: {integrity: sha512-ZRVd/oD+sYsUd5zVm0NflqEzlqfYCyHNsqkHl2oWXEUHs12tCbcSFi+wVFEvD8+LGRaMUsVrE7qeo6lSG/S1Vg==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + + '@inquirer/expand@5.1.1': + resolution: {integrity: sha512-YmQpenjbFSHAK3sOd44puHh3V1KXXr+JiNpUztoSQ4drLh2rTVzTap/YtlAVu/5xavifIlBfNEzJ/neZJ1a/1g==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} peerDependencies: '@types/node': '>=18' peerDependenciesMeta: @@ -397,67 +410,80 @@ packages: '@types/node': optional: true + '@inquirer/external-editor@3.0.3': + resolution: {integrity: sha512-6thf5I8q7lZwzGLAxPaaGEREEkZ3nyePPDQ1oyobblxmEE8mqTLguScP7pDjUTAibiyb4hfXl+qjUEJ+di/aNA==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/figures@1.0.15': resolution: {integrity: sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==} engines: {node: '>=18'} - '@inquirer/input@4.3.1': - resolution: {integrity: sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g==} - engines: {node: '>=18'} + '@inquirer/figures@2.0.7': + resolution: {integrity: sha512-aJ8TBPOGB6f/2qziPfElISTCEd5XOYTFckA2SGjhNmiKzfK/u4ot3v0DUzGVdUnKjN10EqnnEPck36BkyfLnJw==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} + + '@inquirer/input@5.1.2': + resolution: {integrity: sha512-9K/DDBSQpOyZSkt6sOVP9Vo0TR7atX2kuILsUu0x3wVcVbe97lJwIJKMLdMw25tDYuXl/qp6erT0Xs1rfmcfZg==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} peerDependencies: '@types/node': '>=18' peerDependenciesMeta: '@types/node': optional: true - '@inquirer/number@3.0.23': - resolution: {integrity: sha512-5Smv0OK7K0KUzUfYUXDXQc9jrf8OHo4ktlEayFlelCjwMXz0299Y8OrI+lj7i4gCBY15UObk76q0QtxjzFcFcg==} - engines: {node: '>=18'} + '@inquirer/number@4.1.1': + resolution: {integrity: sha512-XF4IXAbPnGPgw0wsbC/i2tPcyfdZgDpUlhsqU0SfT4IRIGWha6Xm9VRgN5yYxJq+jnyXlfXI/nQ3ulfk0iEICA==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} peerDependencies: '@types/node': '>=18' peerDependenciesMeta: '@types/node': optional: true - '@inquirer/password@4.0.23': - resolution: {integrity: sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA==} - engines: {node: '>=18'} + '@inquirer/password@5.1.1': + resolution: {integrity: sha512-3XBfF7DAsp5qeDsvN5Rd1HmbNokVvEQoUM0QLrRcybC9nX96w3Pbmu7qUsb3IT3J3jBvs2+mTXaKHOUsgHMLzg==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} peerDependencies: '@types/node': '>=18' peerDependenciesMeta: '@types/node': optional: true - '@inquirer/prompts@7.10.1': - resolution: {integrity: sha512-Dx/y9bCQcXLI5ooQ5KyvA4FTgeo2jYj/7plWfV5Ak5wDPKQZgudKez2ixyfz7tKXzcJciTxqLeK7R9HItwiByg==} - engines: {node: '>=18'} + '@inquirer/prompts@8.5.2': + resolution: {integrity: sha512-IYR/3C/paEVVQYQvdDlFZVjRCJVYHHON0XXMH91KO9GSxs0TdKYWlUdvfQl2EfAHDxUaN3IBffkE/BDTh5nJ6g==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} peerDependencies: '@types/node': '>=18' peerDependenciesMeta: '@types/node': optional: true - '@inquirer/rawlist@4.1.11': - resolution: {integrity: sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw==} - engines: {node: '>=18'} + '@inquirer/rawlist@5.3.1': + resolution: {integrity: sha512-QqdTqQddL3qPX/PPrjobpsO25NZ4dWXgTLenrR445L2ptLEYE6Z+PD5c5CNDJNx4ugRgELAIpSIJxZaO2jJ2Og==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} peerDependencies: '@types/node': '>=18' peerDependenciesMeta: '@types/node': optional: true - '@inquirer/search@3.2.2': - resolution: {integrity: sha512-p2bvRfENXCZdWF/U2BXvnSI9h+tuA8iNqtUKb9UWbmLYCRQxd8WkvwWvYn+3NgYaNwdUkHytJMGG4MMLucI1kA==} - engines: {node: '>=18'} + '@inquirer/search@4.2.1': + resolution: {integrity: sha512-xJj8QWKRSrfKoBIITLZK61dD3zwo0Rz11fgDImku30/Oe81zMdIdGgrLY2h6RkJ+KZ/GhNYIRMKnH/62qBTA5g==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} peerDependencies: '@types/node': '>=18' peerDependenciesMeta: '@types/node': optional: true - '@inquirer/select@4.4.2': - resolution: {integrity: sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w==} - engines: {node: '>=18'} + '@inquirer/select@5.2.1': + resolution: {integrity: sha512-FlDndEUww8m7BfukO2nJa25vhD+H5jxxCv4oGioKqzyWz3nPHhhw4LKdYRSlXuAx7DsdWia7iyaBPKKS95Evfw==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} peerDependencies: '@types/node': '>=18' peerDependenciesMeta: @@ -473,6 +499,15 @@ packages: '@types/node': optional: true + '@inquirer/type@4.0.7': + resolution: {integrity: sha512-t28inv14nMQ1PhKpsJPY+kEs/c00qzeCOS2gTNRyTjG5d6qsVA2fItxW4hkvGZ5lvanGLdtCzVIx5dwdRpN1+g==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@jridgewell/sourcemap-codec@1.5.4': resolution: {integrity: sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==} @@ -982,6 +1017,15 @@ packages: fast-levenshtein@2.0.6: resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} + fast-string-truncated-width@3.0.3: + resolution: {integrity: sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==} + + fast-string-width@3.0.2: + resolution: {integrity: sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==} + + fast-wrap-ansi@0.2.2: + resolution: {integrity: sha512-7F2Fl+TjRSenLqlU3UjSH0iyqopqoZIu7eZVpEirP2g1GtWa2G/ecEmBdgz31+Mxr+ELclgg6sokpSFIQiZ02Q==} + fastq@1.19.1: resolution: {integrity: sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==} @@ -1060,6 +1104,10 @@ packages: resolution: {integrity: sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==} engines: {node: '>=0.10.0'} + iconv-lite@0.7.3: + resolution: {integrity: sha512-IKXpvIzjnC9XTAUbVBcMfGS0EPaIXtW6v+zr+RRp+hqULEpo0owZax6wyRwPOJbWbzjYspQwusTsfVr0ifh4uQ==} + engines: {node: '>=0.10.0'} + ignore@5.3.2: resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} engines: {node: '>= 4'} @@ -1193,6 +1241,10 @@ packages: resolution: {integrity: sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==} engines: {node: ^18.17.0 || >=20.5.0} + mute-stream@3.0.0: + resolution: {integrity: sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==} + engines: {node: ^20.17.0 || >=22.9.0} + nanoid@3.3.16: resolution: {integrity: sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} @@ -1903,20 +1955,21 @@ snapshots: '@inquirer/ansi@1.0.2': {} - '@inquirer/checkbox@4.3.2(@types/node@24.2.0)': + '@inquirer/ansi@2.0.7': {} + + '@inquirer/checkbox@5.2.1(@types/node@24.2.0)': dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@24.2.0) - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@24.2.0) - yoctocolors-cjs: 2.1.3 + '@inquirer/ansi': 2.0.7 + '@inquirer/core': 11.2.1(@types/node@24.2.0) + '@inquirer/figures': 2.0.7 + '@inquirer/type': 4.0.7(@types/node@24.2.0) optionalDependencies: '@types/node': 24.2.0 - '@inquirer/confirm@5.1.21(@types/node@24.2.0)': + '@inquirer/confirm@6.1.1(@types/node@24.2.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@24.2.0) - '@inquirer/type': 3.0.10(@types/node@24.2.0) + '@inquirer/core': 11.2.1(@types/node@24.2.0) + '@inquirer/type': 4.0.7(@types/node@24.2.0) optionalDependencies: '@types/node': 24.2.0 @@ -1933,19 +1986,30 @@ snapshots: optionalDependencies: '@types/node': 24.2.0 - '@inquirer/editor@4.2.23(@types/node@24.2.0)': + '@inquirer/core@11.2.1(@types/node@24.2.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@24.2.0) - '@inquirer/external-editor': 1.0.3(@types/node@24.2.0) - '@inquirer/type': 3.0.10(@types/node@24.2.0) + '@inquirer/ansi': 2.0.7 + '@inquirer/figures': 2.0.7 + '@inquirer/type': 4.0.7(@types/node@24.2.0) + cli-width: 4.1.0 + fast-wrap-ansi: 0.2.2 + mute-stream: 3.0.0 + signal-exit: 4.1.0 optionalDependencies: '@types/node': 24.2.0 - '@inquirer/expand@4.0.23(@types/node@24.2.0)': + '@inquirer/editor@5.2.2(@types/node@24.2.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@24.2.0) - '@inquirer/type': 3.0.10(@types/node@24.2.0) - yoctocolors-cjs: 2.1.3 + '@inquirer/core': 11.2.1(@types/node@24.2.0) + '@inquirer/external-editor': 3.0.3(@types/node@24.2.0) + '@inquirer/type': 4.0.7(@types/node@24.2.0) + optionalDependencies: + '@types/node': 24.2.0 + + '@inquirer/expand@5.1.1(@types/node@24.2.0)': + dependencies: + '@inquirer/core': 11.2.1(@types/node@24.2.0) + '@inquirer/type': 4.0.7(@types/node@24.2.0) optionalDependencies: '@types/node': 24.2.0 @@ -1956,69 +2020,75 @@ snapshots: optionalDependencies: '@types/node': 24.2.0 + '@inquirer/external-editor@3.0.3(@types/node@24.2.0)': + dependencies: + chardet: 2.2.0 + iconv-lite: 0.7.3 + optionalDependencies: + '@types/node': 24.2.0 + '@inquirer/figures@1.0.15': {} - '@inquirer/input@4.3.1(@types/node@24.2.0)': + '@inquirer/figures@2.0.7': {} + + '@inquirer/input@5.1.2(@types/node@24.2.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@24.2.0) - '@inquirer/type': 3.0.10(@types/node@24.2.0) + '@inquirer/core': 11.2.1(@types/node@24.2.0) + '@inquirer/type': 4.0.7(@types/node@24.2.0) optionalDependencies: '@types/node': 24.2.0 - '@inquirer/number@3.0.23(@types/node@24.2.0)': + '@inquirer/number@4.1.1(@types/node@24.2.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@24.2.0) - '@inquirer/type': 3.0.10(@types/node@24.2.0) + '@inquirer/core': 11.2.1(@types/node@24.2.0) + '@inquirer/type': 4.0.7(@types/node@24.2.0) optionalDependencies: '@types/node': 24.2.0 - '@inquirer/password@4.0.23(@types/node@24.2.0)': + '@inquirer/password@5.1.1(@types/node@24.2.0)': dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@24.2.0) - '@inquirer/type': 3.0.10(@types/node@24.2.0) + '@inquirer/ansi': 2.0.7 + '@inquirer/core': 11.2.1(@types/node@24.2.0) + '@inquirer/type': 4.0.7(@types/node@24.2.0) optionalDependencies: '@types/node': 24.2.0 - '@inquirer/prompts@7.10.1(@types/node@24.2.0)': - dependencies: - '@inquirer/checkbox': 4.3.2(@types/node@24.2.0) - '@inquirer/confirm': 5.1.21(@types/node@24.2.0) - '@inquirer/editor': 4.2.23(@types/node@24.2.0) - '@inquirer/expand': 4.0.23(@types/node@24.2.0) - '@inquirer/input': 4.3.1(@types/node@24.2.0) - '@inquirer/number': 3.0.23(@types/node@24.2.0) - '@inquirer/password': 4.0.23(@types/node@24.2.0) - '@inquirer/rawlist': 4.1.11(@types/node@24.2.0) - '@inquirer/search': 3.2.2(@types/node@24.2.0) - '@inquirer/select': 4.4.2(@types/node@24.2.0) + '@inquirer/prompts@8.5.2(@types/node@24.2.0)': + dependencies: + '@inquirer/checkbox': 5.2.1(@types/node@24.2.0) + '@inquirer/confirm': 6.1.1(@types/node@24.2.0) + '@inquirer/editor': 5.2.2(@types/node@24.2.0) + '@inquirer/expand': 5.1.1(@types/node@24.2.0) + '@inquirer/input': 5.1.2(@types/node@24.2.0) + '@inquirer/number': 4.1.1(@types/node@24.2.0) + '@inquirer/password': 5.1.1(@types/node@24.2.0) + '@inquirer/rawlist': 5.3.1(@types/node@24.2.0) + '@inquirer/search': 4.2.1(@types/node@24.2.0) + '@inquirer/select': 5.2.1(@types/node@24.2.0) optionalDependencies: '@types/node': 24.2.0 - '@inquirer/rawlist@4.1.11(@types/node@24.2.0)': + '@inquirer/rawlist@5.3.1(@types/node@24.2.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@24.2.0) - '@inquirer/type': 3.0.10(@types/node@24.2.0) - yoctocolors-cjs: 2.1.3 + '@inquirer/core': 11.2.1(@types/node@24.2.0) + '@inquirer/type': 4.0.7(@types/node@24.2.0) optionalDependencies: '@types/node': 24.2.0 - '@inquirer/search@3.2.2(@types/node@24.2.0)': + '@inquirer/search@4.2.1(@types/node@24.2.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@24.2.0) - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@24.2.0) - yoctocolors-cjs: 2.1.3 + '@inquirer/core': 11.2.1(@types/node@24.2.0) + '@inquirer/figures': 2.0.7 + '@inquirer/type': 4.0.7(@types/node@24.2.0) optionalDependencies: '@types/node': 24.2.0 - '@inquirer/select@4.4.2(@types/node@24.2.0)': + '@inquirer/select@5.2.1(@types/node@24.2.0)': dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@24.2.0) - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@24.2.0) - yoctocolors-cjs: 2.1.3 + '@inquirer/ansi': 2.0.7 + '@inquirer/core': 11.2.1(@types/node@24.2.0) + '@inquirer/figures': 2.0.7 + '@inquirer/type': 4.0.7(@types/node@24.2.0) optionalDependencies: '@types/node': 24.2.0 @@ -2026,6 +2096,10 @@ snapshots: optionalDependencies: '@types/node': 24.2.0 + '@inquirer/type@4.0.7(@types/node@24.2.0)': + optionalDependencies: + '@types/node': 24.2.0 + '@jridgewell/sourcemap-codec@1.5.4': {} '@manypkg/find-root@1.1.0': @@ -2540,6 +2614,16 @@ snapshots: fast-levenshtein@2.0.6: {} + fast-string-truncated-width@3.0.3: {} + + fast-string-width@3.0.2: + dependencies: + fast-string-truncated-width: 3.0.3 + + fast-wrap-ansi@0.2.2: + dependencies: + fast-string-width: 3.0.2 + fastq@1.19.1: dependencies: reusify: 1.1.0 @@ -2621,6 +2705,10 @@ snapshots: dependencies: safer-buffer: 2.1.2 + iconv-lite@0.7.3: + dependencies: + safer-buffer: 2.1.2 + ignore@5.3.2: {} ignore@7.0.6: {} @@ -2723,6 +2811,8 @@ snapshots: mute-stream@2.0.0: {} + mute-stream@3.0.0: {} + nanoid@3.3.16: {} natural-compare@1.4.0: {}