Skip to content

Commit 63dddc0

Browse files
Bump inquirer from 7.3.3 to 8.1.2
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 7.3.3 to 8.1.2. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/[email protected]@8.1.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 03476ee commit 63dddc0

File tree

2 files changed

+35
-10
lines changed

2 files changed

+35
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"chalk": "^4.1.1",
2828
"ember-cli-version-checker": "^5.1.2",
2929
"glob": "^7.1.7",
30-
"inquirer": "^7.3.3",
30+
"inquirer": "^8.1.2",
3131
"mkdirp": "^1.0.4",
3232
"silent-error": "^1.1.1"
3333
},

yarn.lock

+34-9
Original file line numberDiff line numberDiff line change
@@ -4197,7 +4197,7 @@ inline-source-map-comment@^1.0.5:
41974197
sum-up "^1.0.1"
41984198
xtend "^4.0.0"
41994199

4200-
[email protected], inquirer@^7.3.3:
4200+
42014201
version "7.3.3"
42024202
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.3.tgz#04d176b2af04afc157a83fd7c100e98ee0aad003"
42034203
integrity sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==
@@ -4255,6 +4255,26 @@ inquirer@^6:
42554255
strip-ansi "^5.1.0"
42564256
through "^2.3.6"
42574257

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+
42584278
interpret@^1.0.0:
42594279
version "1.4.0"
42604280
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:
65706590
dependencies:
65716591
aproba "^1.1.1"
65726592

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:
65816594
version "6.6.7"
65826595
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
65836596
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
65846597
dependencies:
65856598
tslib "^1.9.0"
65866599

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+
65876607
[email protected], safe-buffer@~5.1.0, safe-buffer@~5.1.1:
65886608
version "5.1.2"
65896609
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
@@ -7410,6 +7430,11 @@ tslib@^1.9.0:
74107430
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
74117431
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
74127432

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+
74137438
type-check@^0.4.0, type-check@~0.4.0:
74147439
version "0.4.0"
74157440
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)