@@ -4197,7 +4197,7 @@ inline-source-map-comment@^1.0.5:
4197
4197
sum-up "^1.0.1"
4198
4198
xtend "^4.0.0"
4199
4199
4200
- [email protected] , inquirer@^7.3.3 :
4200
+
4201
4201
version "7.3.3"
4202
4202
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.3.tgz#04d176b2af04afc157a83fd7c100e98ee0aad003"
4203
4203
integrity sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==
@@ -4255,6 +4255,26 @@ inquirer@^6:
4255
4255
strip-ansi "^5.1.0"
4256
4256
through "^2.3.6"
4257
4257
4258
+ inquirer@^8.1.2 :
4259
+ version "8.1.2"
4260
+ resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.1.2.tgz#65b204d2cd7fb63400edd925dfe428bafd422e3d"
4261
+ integrity sha512-DHLKJwLPNgkfwNmsuEUKSejJFbkv0FMO9SMiQbjI3n5NQuCrSIBqP66ggqyz2a6t2qEolKrMjhQ3+W/xXgUQ+Q==
4262
+ dependencies :
4263
+ ansi-escapes "^4.2.1"
4264
+ chalk "^4.1.1"
4265
+ cli-cursor "^3.1.0"
4266
+ cli-width "^3.0.0"
4267
+ external-editor "^3.0.3"
4268
+ figures "^3.0.0"
4269
+ lodash "^4.17.21"
4270
+ mute-stream "0.0.8"
4271
+ ora "^5.3.0"
4272
+ run-async "^2.4.0"
4273
+ rxjs "^7.2.0"
4274
+ string-width "^4.1.0"
4275
+ strip-ansi "^6.0.0"
4276
+ through "^2.3.6"
4277
+
4258
4278
interpret@^1.0.0 :
4259
4279
version "1.4.0"
4260
4280
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e"
@@ -6570,20 +6590,20 @@ run-queue@^1.0.0, run-queue@^1.0.3:
6570
6590
dependencies :
6571
6591
aproba "^1.1.1"
6572
6592
6573
- rxjs@^6.4.0, rxjs@^6.6.0 :
6574
- version "6.6.2"
6575
- resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.2.tgz#8096a7ac03f2cc4fe5860ef6e572810d9e01c0d2"
6576
- integrity sha512-BHdBMVoWC2sL26w//BCu3YzKT4s2jip/WhwsGEDmeKYBhKDZeYezVUnHatYB7L85v5xs0BAQmg6BEYJEKxBabg==
6577
- dependencies :
6578
- tslib "^1.9.0"
6579
-
6580
- rxjs@^6.6.6 :
6593
+ rxjs@^6.4.0, rxjs@^6.6.0, rxjs@^6.6.6 :
6581
6594
version "6.6.7"
6582
6595
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
6583
6596
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
6584
6597
dependencies :
6585
6598
tslib "^1.9.0"
6586
6599
6600
+ rxjs@^7.2.0 :
6601
+ version "7.3.0"
6602
+ resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.3.0.tgz#39fe4f3461dc1e50be1475b2b85a0a88c1e938c6"
6603
+ integrity sha512-p2yuGIg9S1epc3vrjKf6iVb3RCaAYjYskkO+jHIaV0IjOPlJop4UnodOoFb2xeNwlguqLYvGw1b1McillYb5Gw==
6604
+ dependencies :
6605
+ tslib "~2.1.0"
6606
+
6587
6607
[email protected] , safe-buffer@~5.1.0, safe-buffer@~5.1.1:
6588
6608
version "5.1.2"
6589
6609
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
@@ -7410,6 +7430,11 @@ tslib@^1.9.0:
7410
7430
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
7411
7431
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
7412
7432
7433
+ tslib@~2.1.0 :
7434
+ version "2.1.0"
7435
+ resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
7436
+ integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
7437
+
7413
7438
type-check@^0.4.0, type-check@~0.4.0 :
7414
7439
version "0.4.0"
7415
7440
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"
0 commit comments