Skip to content

Commit 92ff5a1

Browse files
renovate-botmgechev
authored andcommitted
build: update inquirer to version 6.2.1
1 parent 8eca63d commit 92ff5a1

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@angular-devkit/schematics": "0.0.0",
3232
"@schematics/angular": "0.0.0",
3333
"@schematics/update": "0.0.0",
34-
"inquirer": "6.2.0",
34+
"inquirer": "6.2.1",
3535
"opn": "5.3.0",
3636
"semver": "5.5.1",
3737
"symbol-observable": "1.2.0"

packages/angular_devkit/schematics_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@angular-devkit/core": "0.0.0",
1818
"@angular-devkit/schematics": "0.0.0",
1919
"@schematics/schematics": "0.0.0",
20-
"inquirer": "6.2.0",
20+
"inquirer": "6.2.1",
2121
"minimist": "1.2.0",
2222
"rxjs": "6.3.3",
2323
"symbol-observable": "1.2.0"

yarn.lock

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -904,6 +904,11 @@ ansi-regex@^3.0.0:
904904
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
905905
integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=
906906

907+
ansi-regex@^4.0.0:
908+
version "4.0.0"
909+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.0.0.tgz#70de791edf021404c3fd615aa89118ae0432e5a9"
910+
integrity sha512-iB5Dda8t/UqpPI/IjsejXu5jOGDrzn41wJyljwPH65VCIbk6+1BzFIMJGFwTNrYXT1CrD+B4l19U7awiQ8rk7w==
911+
907912
ansi-styles@^2.2.1:
908913
version "2.2.1"
909914
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -4690,10 +4695,10 @@ injection-js@^2.2.1:
46904695
resolved "https://registry.yarnpkg.com/injection-js/-/injection-js-2.2.1.tgz#a8d6a085b2f0b8d8650f6f4487f6abb8cc0d67ce"
46914696
integrity sha512-zHI+E+dM0PXix5FFTO1Y4/UOyAzE7zG1l/QwAn4jchTThOoBq+UYRFK4AVG7lQgFL+go62SbrzSsjXy9DFEZUg==
46924697

4693-
4694-
version "6.2.0"
4695-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.2.0.tgz#51adcd776f661369dc1e894859c2560a224abdd8"
4696-
integrity sha512-QIEQG4YyQ2UYZGDC4srMZ7BjHOmNk1lR2JQj5UknBapklm6WHA+VVH7N+sUdX3A7NeCfGF8o4X1S3Ao7nAcIeg==
4698+
4699+
version "6.2.1"
4700+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.2.1.tgz#9943fc4882161bdb0b0c9276769c75b32dbfcd52"
4701+
integrity sha512-088kl3DRT2dLU5riVMKKr1DlImd6X7smDhpXUCkJDCKvTEJeRiXh0G132HG9u5a+6Ylw9plFRY7RuTnwohYSpg==
46974702
dependencies:
46984703
ansi-escapes "^3.0.0"
46994704
chalk "^2.0.0"
@@ -4706,7 +4711,7 @@ [email protected]:
47064711
run-async "^2.2.0"
47074712
rxjs "^6.1.0"
47084713
string-width "^2.1.0"
4709-
strip-ansi "^4.0.0"
4714+
strip-ansi "^5.0.0"
47104715
through "^2.3.6"
47114716

47124717
internal-ip@^3.0.1:
@@ -9396,6 +9401,13 @@ strip-ansi@^4.0.0:
93969401
dependencies:
93979402
ansi-regex "^3.0.0"
93989403

9404+
strip-ansi@^5.0.0:
9405+
version "5.0.0"
9406+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.0.0.tgz#f78f68b5d0866c20b2c9b8c61b5298508dc8756f"
9407+
integrity sha512-Uu7gQyZI7J7gn5qLn1Np3G9vcYGTVqB+lFTytnDJv83dd8T22aGH451P3jueT2/QemInJDfxHB5Tde5OzgG1Ow==
9408+
dependencies:
9409+
ansi-regex "^4.0.0"
9410+
93999411
strip-bom@^2.0.0:
94009412
version "2.0.0"
94019413
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e"

0 commit comments

Comments
 (0)