|
1147 | 1147 | strip-ansi "^6.0.1"
|
1148 | 1148 | wrap-ansi "^6.2.0"
|
1149 | 1149 |
|
1150 |
| -"@inquirer/input@^2.1.0": |
1151 |
| - version "2.1.0" |
1152 |
| - resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.1.0.tgz#5ff7028245acd9fa9a25e8a04d71611f76bd82ba" |
1153 |
| - integrity sha512-o57pST+xxZfGww1h4G7ISiX37KlLcajhKgKGG7/h8J6ClWtsyqwMv1el9Ds/4geuYN/HcPj0MyX9gTEO62UpcA== |
| 1150 | +"@inquirer/core@^7.1.2": |
| 1151 | + version "7.1.2" |
| 1152 | + resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-7.1.2.tgz#f16222e8838193c29a868d9d6d5ae3b79313342f" |
| 1153 | + integrity sha512-ne5VhDqruYYzx8mmjDZ9F58ymrLJGxmSHJUcJGiW3tifzvl3goAm6gNX11w6+zUnGE54vgQ6ALDXL3IOSezMRw== |
1154 | 1154 | dependencies:
|
1155 |
| - "@inquirer/core" "^7.1.0" |
| 1155 | + "@inquirer/type" "^1.2.1" |
| 1156 | + "@types/mute-stream" "^0.0.4" |
| 1157 | + "@types/node" "^20.12.4" |
| 1158 | + "@types/wrap-ansi" "^3.0.0" |
| 1159 | + ansi-escapes "^4.3.2" |
| 1160 | + chalk "^4.1.2" |
| 1161 | + cli-spinners "^2.9.2" |
| 1162 | + cli-width "^4.1.0" |
| 1163 | + figures "^3.2.0" |
| 1164 | + mute-stream "^1.0.0" |
| 1165 | + signal-exit "^4.1.0" |
| 1166 | + strip-ansi "^6.0.1" |
| 1167 | + wrap-ansi "^6.2.0" |
| 1168 | + |
| 1169 | +"@inquirer/input@^2.1.1": |
| 1170 | + version "2.1.2" |
| 1171 | + resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.1.2.tgz#cc0b0688c6ef7e58661e3d451dabcccbb0801e1a" |
| 1172 | + integrity sha512-Szr9POj/NxbKSmbOx81ZD76b6xmvXXUY56QLWBXRv8zIGTIKtj03V4zAsw3MTiL6Qoo+IaRLwTLr3bI+qIblzA== |
| 1173 | + dependencies: |
| 1174 | + "@inquirer/core" "^7.1.2" |
1156 | 1175 | "@inquirer/type" "^1.2.1"
|
1157 | 1176 |
|
1158 |
| -"@inquirer/select@^2.0.0": |
1159 |
| - version "2.2.0" |
1160 |
| - resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.2.0.tgz#f0a6c523f24a7eefd3b912a2a473a2dc82e561d9" |
1161 |
| - integrity sha512-Pml3DhVM1LnfqasUMIzaBtw+s5UjM5k0bzDeWrWOgqAMWe16AOg0DcAhXHf+SYbnj2CFBeP/TvkvedL4aAEWww== |
| 1177 | +"@inquirer/select@^2.2.1": |
| 1178 | + version "2.2.2" |
| 1179 | + resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.2.2.tgz#6a81ce041745725343afacaf38e1b03ff9adee3a" |
| 1180 | + integrity sha512-WaoleV3O/7iDAHFC0GArOkl7Yg/7wQ/UptxEkfM+bG67h65v0troAjkNASBbNiz9vvoNZxOGhVrug0LNDftCoQ== |
1162 | 1181 | dependencies:
|
1163 |
| - "@inquirer/core" "^7.1.0" |
| 1182 | + "@inquirer/core" "^7.1.2" |
1164 | 1183 | "@inquirer/type" "^1.2.1"
|
1165 | 1184 | ansi-escapes "^4.3.2"
|
1166 | 1185 | chalk "^4.1.2"
|
|
2135 | 2154 | dependencies:
|
2136 | 2155 | undici-types "~5.26.4"
|
2137 | 2156 |
|
| 2157 | +"@types/node@^20.12.4": |
| 2158 | + version "20.12.5" |
| 2159 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.5.tgz#74c4f31ab17955d0b5808cdc8fd2839526ad00b3" |
| 2160 | + integrity sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw== |
| 2161 | + dependencies: |
| 2162 | + undici-types "~5.26.4" |
| 2163 | + |
2138 | 2164 | "@types/normalize-package-data@^2.4.0":
|
2139 | 2165 | version "2.4.1"
|
2140 | 2166 | resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
|
@@ -5691,16 +5717,16 @@ object.values@^1.1.7:
|
5691 | 5717 | es-abstract "^1.22.1"
|
5692 | 5718 |
|
5693 | 5719 | oclif@^4:
|
5694 |
| - version "4.7.2" |
5695 |
| - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.7.2.tgz#3d74b23f319870508bf8dbefc5147bfd2d46fb2d" |
5696 |
| - integrity sha512-OVBVw3icaC5dJtDcojn61HAtilqqVu9Uae+Cd/EVNVeAOMe2G51MpMg5RDj8B3KKvuq8EudzJkK78OWdhoTZVQ== |
| 5720 | + version "4.7.6" |
| 5721 | + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.7.6.tgz#2cb7ecfdaa0db9bc2131fa56abff28ba7c88c073" |
| 5722 | + integrity sha512-R2Fdef6R8n1UIVAJTCP0oEIRkExMniei4QqmK7ue9iN8PTf+6q5ROrl7/pxMH/DzDCKnkTsi5mBhyT3HqFAZ1w== |
5697 | 5723 | dependencies:
|
5698 | 5724 | "@aws-sdk/client-cloudfront" "^3.535.0"
|
5699 | 5725 | "@aws-sdk/client-s3" "^3.535.0"
|
5700 | 5726 | "@inquirer/confirm" "^3.0.0"
|
5701 |
| - "@inquirer/input" "^2.1.0" |
5702 |
| - "@inquirer/select" "^2.0.0" |
5703 |
| - "@oclif/core" "^3.21.0" |
| 5727 | + "@inquirer/input" "^2.1.1" |
| 5728 | + "@inquirer/select" "^2.2.1" |
| 5729 | + "@oclif/core" "^3.26.0" |
5704 | 5730 | "@oclif/plugin-help" "^6.0.18"
|
5705 | 5731 | "@oclif/plugin-not-found" "^3.0.14"
|
5706 | 5732 | "@oclif/plugin-warn-if-update-available" "^3.0.14"
|
|
0 commit comments