|
1132 | 1132 | strip-ansi "^6.0.1" |
1133 | 1133 | wrap-ansi "^6.2.0" |
1134 | 1134 |
|
1135 | | -"@inquirer/input@^1.2.14": |
1136 | | - version "1.2.14" |
1137 | | - resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-1.2.14.tgz#8951867618bb5cd16dd096e02404eec225a92207" |
1138 | | - integrity sha512-tISLGpUKXixIQue7jypNEShrdzJoLvEvZOJ4QRsw5XTfrIYfoWFqAjMQLerGs9CzR86yAI89JR6snHmKwnNddw== |
| 1135 | +"@inquirer/core@^6.0.0": |
| 1136 | + version "6.0.0" |
| 1137 | + resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-6.0.0.tgz#d44ccd8ae09a4879a78f09cca35bf1ab894b95f4" |
| 1138 | + integrity sha512-fKi63Khkisgda3ohnskNf5uZJj+zXOaBvOllHsOkdsXRA/ubQLJQrZchFFi57NKbZzkTunXiBMdvWOv71alonw== |
1139 | 1139 | dependencies: |
1140 | | - "@inquirer/core" "^5.1.1" |
1141 | | - "@inquirer/type" "^1.1.5" |
| 1140 | + "@inquirer/type" "^1.1.6" |
| 1141 | + "@types/mute-stream" "^0.0.4" |
| 1142 | + "@types/node" "^20.10.7" |
| 1143 | + "@types/wrap-ansi" "^3.0.0" |
| 1144 | + ansi-escapes "^4.3.2" |
| 1145 | + chalk "^4.1.2" |
| 1146 | + cli-spinners "^2.9.2" |
| 1147 | + cli-width "^4.1.0" |
| 1148 | + figures "^3.2.0" |
| 1149 | + mute-stream "^1.0.0" |
| 1150 | + run-async "^3.0.0" |
| 1151 | + signal-exit "^4.1.0" |
| 1152 | + strip-ansi "^6.0.1" |
| 1153 | + wrap-ansi "^6.2.0" |
| 1154 | + |
| 1155 | +"@inquirer/input@^1.2.14", "@inquirer/input@^1.2.16": |
| 1156 | + version "1.2.16" |
| 1157 | + resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-1.2.16.tgz#94d8765a47689e799fd55ed0361dedc8f554341b" |
| 1158 | + integrity sha512-Ou0LaSWvj1ni+egnyQ+NBtfM1885UwhRCMtsRt2bBO47DoC1dwtCa+ZUNgrxlnCHHF0IXsbQHYtIIjFGAavI4g== |
| 1159 | + dependencies: |
| 1160 | + "@inquirer/core" "^6.0.0" |
| 1161 | + "@inquirer/type" "^1.1.6" |
1142 | 1162 | chalk "^4.1.2" |
1143 | 1163 |
|
1144 | 1164 | "@inquirer/password@^1.1.14": |
|
1162 | 1182 | chalk "^4.1.2" |
1163 | 1183 | figures "^3.2.0" |
1164 | 1184 |
|
1165 | | -"@inquirer/type@^1.1.5": |
1166 | | - version "1.1.5" |
1167 | | - resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.1.5.tgz#b8c171f755859c8159b10e41e1e3a88f0ca99d7f" |
1168 | | - integrity sha512-wmwHvHozpPo4IZkkNtbYenem/0wnfI6hvOcGKmPEa0DwuaH5XUQzFqy6OpEpjEegZMhYIk8HDYITI16BPLtrRA== |
| 1185 | +"@inquirer/type@^1.1.5", "@inquirer/type@^1.1.6": |
| 1186 | + version "1.2.0" |
| 1187 | + resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.2.0.tgz#a569613628a881c2104289ca868a7def54e5c49d" |
| 1188 | + integrity sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA== |
1169 | 1189 |
|
1170 | 1190 | "@isaacs/cliui@^8.0.2": |
1171 | 1191 | version "8.0.2" |
|
2657 | 2677 | dependencies: |
2658 | 2678 | undici-types "~5.26.4" |
2659 | 2679 |
|
| 2680 | +"@types/node@^20.10.7": |
| 2681 | + version "20.11.25" |
| 2682 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.25.tgz#0f50d62f274e54dd7a49f7704cc16bfbcccaf49f" |
| 2683 | + integrity sha512-TBHyJxk2b7HceLVGFcpAUjsa5zIdsPWlR6XHfyGzd0SFu+/NFgQgMAl96MSDZgQDvJAvV6BKsFOrt6zIL09JDw== |
| 2684 | + dependencies: |
| 2685 | + undici-types "~5.26.4" |
| 2686 | + |
2660 | 2687 | "@types/normalize-package-data@^2.4.0": |
2661 | 2688 | version "2.4.1" |
2662 | 2689 | resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301" |
@@ -3600,7 +3627,7 @@ cli-progress@^3.12.0: |
3600 | 3627 | dependencies: |
3601 | 3628 | string-width "^4.2.3" |
3602 | 3629 |
|
3603 | | -cli-spinners@^2.5.0, cli-spinners@^2.9.1: |
| 3630 | +cli-spinners@^2.5.0, cli-spinners@^2.9.1, cli-spinners@^2.9.2: |
3604 | 3631 | version "2.9.2" |
3605 | 3632 | resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41" |
3606 | 3633 | integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg== |
|
0 commit comments