diff --git a/package.json b/package.json index 86a3773..0ce6ef3 100644 --- a/package.json +++ b/package.json @@ -703,7 +703,7 @@ "@eslint/compat": "1.4.0", "@eslint/js": "9.38.0", "@inquirer/checkbox": "4.3.1", - "@inquirer/confirm": "5.1.16", + "@inquirer/confirm": "6.0.1", "@inquirer/input": "4.2.2", "@inquirer/password": "4.0.18", "@inquirer/search": "3.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3672011..9309169 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -54,8 +54,8 @@ importers: specifier: 4.3.1 version: 4.3.1(@types/node@24.9.2) '@inquirer/confirm': - specifier: 5.1.16 - version: 5.1.16(@types/node@24.9.2) + specifier: 6.0.1 + version: 6.0.1(@types/node@24.9.2) '@inquirer/input': specifier: 4.2.2 version: 4.2.2(@types/node@24.9.2) @@ -625,6 +625,10 @@ packages: resolution: {integrity: sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==} engines: {node: '>=18'} + '@inquirer/ansi@2.0.2': + resolution: {integrity: sha512-SYLX05PwJVnW+WVegZt1T4Ip1qba1ik+pNJPDiqvk6zS5Y/i8PhRzLpGEtVd7sW0G8cMtkD8t4AZYhQwm8vnww==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'} + '@inquirer/checkbox@4.3.1': resolution: {integrity: sha512-rOcLotrptYIy59SGQhKlU0xBg1vvcVl2FdPIEclUvKHh0wo12OfGkId/01PIMJ/V+EimJ77t085YabgnQHBa5A==} engines: {node: '>=18'} @@ -634,9 +638,9 @@ packages: '@types/node': optional: true - '@inquirer/confirm@5.1.16': - resolution: {integrity: sha512-j1a5VstaK5KQy8Mu8cHmuQvN1Zc62TbLhjJxwHvKPPKEoowSF6h/0UdOpA9DNdWZ+9Inq73+puRq1df6OJ8Sag==} - engines: {node: '>=18'} + '@inquirer/confirm@6.0.1': + resolution: {integrity: sha512-wD+pM7IxLn1TdcQN12Q6wcFe5VpyCuh/I2sSmqO5KjWH2R4v+GkUToHb+PsDGobOe1MtAlXMwGNkZUPc2+L6NA==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'} peerDependencies: '@types/node': '>=18' peerDependenciesMeta: @@ -661,6 +665,15 @@ packages: '@types/node': optional: true + '@inquirer/core@11.0.2': + resolution: {integrity: sha512-lgMRx/n02ciiNELBvFLHtmcjbV5tf5D/I0UYfCg2YbTZWmBZ10/niLd3IjWBxz8LtM27xP+4oLEa06Slmb7p7A==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/figures@1.0.14': resolution: {integrity: sha512-DbFgdt+9/OZYFM+19dbpXOSeAstPy884FPy1KjDu4anWwymZeOYhMY1mdFri172htv6mvc/uvIAAi7b7tvjJBQ==} engines: {node: '>=18'} @@ -669,6 +682,10 @@ packages: resolution: {integrity: sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==} engines: {node: '>=18'} + '@inquirer/figures@2.0.2': + resolution: {integrity: sha512-qXm6EVvQx/FmnSrCWCIGtMHwqeLgxABP8XgcaAoywsL0NFga9gD5kfG0gXiv80GjK9Hsoz4pgGwF/+CjygyV9A==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'} + '@inquirer/input@4.2.2': resolution: {integrity: sha512-hqOvBZj/MhQCpHUuD3MVq18SSoDNHy7wEnQ8mtvs71K8OPZVXJinOzcvQna33dNYLYE4LkA9BlhAhK6MJcsVbw==} engines: {node: '>=18'} @@ -723,6 +740,15 @@ packages: '@types/node': optional: true + '@inquirer/type@4.0.2': + resolution: {integrity: sha512-cae7mzluplsjSdgFA6ACLygb5jC8alO0UUnFPyu0E7tNRPrL+q/f8VcSXp+cjZQ7l5CMpDpi2G1+IQvkOiL1Lw==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@isaacs/balanced-match@4.0.1': resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==} engines: {node: 20 || >=22} @@ -3578,6 +3604,8 @@ snapshots: '@inquirer/ansi@1.0.2': {} + '@inquirer/ansi@2.0.2': {} + '@inquirer/checkbox@4.3.1(@types/node@24.9.2)': dependencies: '@inquirer/ansi': 1.0.2 @@ -3588,10 +3616,10 @@ snapshots: optionalDependencies: '@types/node': 24.9.2 - '@inquirer/confirm@5.1.16(@types/node@24.9.2)': + '@inquirer/confirm@6.0.1(@types/node@24.9.2)': dependencies: - '@inquirer/core': 10.3.0(@types/node@24.9.2) - '@inquirer/type': 3.0.9(@types/node@24.9.2) + '@inquirer/core': 11.0.2(@types/node@24.9.2) + '@inquirer/type': 4.0.2(@types/node@24.9.2) optionalDependencies: '@types/node': 24.9.2 @@ -3621,10 +3649,24 @@ snapshots: optionalDependencies: '@types/node': 24.9.2 + '@inquirer/core@11.0.2(@types/node@24.9.2)': + dependencies: + '@inquirer/ansi': 2.0.2 + '@inquirer/figures': 2.0.2 + '@inquirer/type': 4.0.2(@types/node@24.9.2) + cli-width: 4.1.0 + mute-stream: 3.0.0 + signal-exit: 4.1.0 + wrap-ansi: 9.0.2 + optionalDependencies: + '@types/node': 24.9.2 + '@inquirer/figures@1.0.14': {} '@inquirer/figures@1.0.15': {} + '@inquirer/figures@2.0.2': {} + '@inquirer/input@4.2.2(@types/node@24.9.2)': dependencies: '@inquirer/core': 10.3.0(@types/node@24.9.2) @@ -3667,6 +3709,10 @@ snapshots: optionalDependencies: '@types/node': 24.9.2 + '@inquirer/type@4.0.2(@types/node@24.9.2)': + optionalDependencies: + '@types/node': 24.9.2 + '@isaacs/balanced-match@4.0.1': {} '@isaacs/brace-expansion@5.0.0':