|
454 | 454 | resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz#9140779736aa2655635ee756e2467d787cfe8a2a" |
455 | 455 | integrity sha512-c3Xy026kOF7QOTn00hbIllV1dLR9hG9NkSrLQgCVs8NF6sBU+VGWjD3wLPhmh1TYAc7ugCFsvHYMN4VcBN1U1A== |
456 | 456 |
|
457 | | -"@types/inquirer@6.5.0": |
458 | | - version "6.5.0" |
459 | | - resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-6.5.0.tgz#b83b0bf30b88b8be7246d40e51d32fe9d10e09be" |
460 | | - integrity sha512-rjaYQ9b9y/VFGOpqBEXRavc3jh0a+e6evAbI31tMda8VlPaSy0AZJfXsvmIe3wklc7W6C3zCSfleuMXR7NOyXw== |
| 457 | +"@types/inquirer@7.3.0": |
| 458 | + version "7.3.0" |
| 459 | + resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-7.3.0.tgz#a1233632ea6249f14eb481dae91138e747b85664" |
| 460 | + integrity sha512-wcPs5jTrZYQBzzPlvUEzBcptzO4We2sijSvkBq8oAKRMJoH8PvrmP6QQnxLB5RScNUmRfujxA+ngxD4gk4xe7Q== |
461 | 461 | dependencies: |
462 | 462 | "@types/through" "*" |
463 | 463 | rxjs "^6.4.0" |
@@ -1097,7 +1097,7 @@ caw@^2.0.0: |
1097 | 1097 | tunnel-agent "^0.6.0" |
1098 | 1098 | url-to-options "^1.0.1" |
1099 | 1099 |
|
1100 | | -chalk@4.1.0, chalk@^4.0.0: |
| 1100 | +chalk@4.1.0, chalk@^4.0.0, chalk@^4.1.0: |
1101 | 1101 | version "4.1.0" |
1102 | 1102 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a" |
1103 | 1103 | integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== |
@@ -1203,10 +1203,10 @@ cli-table@^0.3.1: |
1203 | 1203 | dependencies: |
1204 | 1204 | colors "1.0.3" |
1205 | 1205 |
|
1206 | | -cli-width@^2.0.0: |
1207 | | - version "2.2.0" |
1208 | | - resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639" |
1209 | | - integrity sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk= |
| 1206 | +cli-width@^3.0.0: |
| 1207 | + version "3.0.0" |
| 1208 | + resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6" |
| 1209 | + integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw== |
1210 | 1210 |
|
1211 | 1211 | cliui@^3.2.0: |
1212 | 1212 | version "3.2.0" |
@@ -3118,21 +3118,21 @@ init-package-json@^1.10.3: |
3118 | 3118 | validate-npm-package-license "^3.0.1" |
3119 | 3119 | validate-npm-package-name "^3.0.0" |
3120 | 3120 |
|
3121 | | -inquirer@^7.1.0: |
3122 | | - version "7.1.0" |
3123 | | - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.1.0.tgz#1298a01859883e17c7264b82870ae1034f92dd29" |
3124 | | - integrity sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg== |
| 3121 | +inquirer@^7.3.3: |
| 3122 | + version "7.3.3" |
| 3123 | + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.3.tgz#04d176b2af04afc157a83fd7c100e98ee0aad003" |
| 3124 | + integrity sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA== |
3125 | 3125 | dependencies: |
3126 | 3126 | ansi-escapes "^4.2.1" |
3127 | | - chalk "^3.0.0" |
| 3127 | + chalk "^4.1.0" |
3128 | 3128 | cli-cursor "^3.1.0" |
3129 | | - cli-width "^2.0.0" |
| 3129 | + cli-width "^3.0.0" |
3130 | 3130 | external-editor "^3.0.3" |
3131 | 3131 | figures "^3.0.0" |
3132 | | - lodash "^4.17.15" |
| 3132 | + lodash "^4.17.19" |
3133 | 3133 | mute-stream "0.0.8" |
3134 | 3134 | run-async "^2.4.0" |
3135 | | - rxjs "^6.5.3" |
| 3135 | + rxjs "^6.6.0" |
3136 | 3136 | string-width "^4.1.0" |
3137 | 3137 | strip-ansi "^6.0.0" |
3138 | 3138 | through "^2.3.6" |
@@ -5616,10 +5616,10 @@ run-queue@^1.0.0, run-queue@^1.0.3: |
5616 | 5616 | dependencies: |
5617 | 5617 | aproba "^1.1.1" |
5618 | 5618 |
|
5619 | | -rxjs@^6.4.0, rxjs@^6.5.3: |
5620 | | - version "6.5.4" |
5621 | | - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.4.tgz#e0777fe0d184cec7872df147f303572d414e211c" |
5622 | | - integrity sha512-naMQXcgEo3csAEGvw/NydRA0fuS2nDZJiw1YUWFKU7aPPAPGZEsD4Iimit96qwCieH6y614MCLYwdkrWx7z/7Q== |
| 5619 | +rxjs@^6.4.0, rxjs@^6.6.0: |
| 5620 | + version "6.6.2" |
| 5621 | + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.2.tgz#8096a7ac03f2cc4fe5860ef6e572810d9e01c0d2" |
| 5622 | + integrity sha512-BHdBMVoWC2sL26w//BCu3YzKT4s2jip/WhwsGEDmeKYBhKDZeYezVUnHatYB7L85v5xs0BAQmg6BEYJEKxBabg== |
5623 | 5623 | dependencies: |
5624 | 5624 | tslib "^1.9.0" |
5625 | 5625 |
|
|
0 commit comments