build: update inquirer to version 7.0.3

This commit is contained in:
Renovate Bot 2020-01-07 00:39:06 +00:00 committed by Minko Gechev
parent 05b1baa950
commit a3ae533afb
3 changed files with 6 additions and 6 deletions

View File

@ -34,7 +34,7 @@
"ansi-colors": "4.1.1",
"debug": "^4.1.1",
"ini": "1.3.5",
"inquirer": "7.0.1",
"inquirer": "7.0.3",
"npm-package-arg": "8.0.0",
"npm-pick-manifest": "5.0.0",
"open": "7.0.0",

View File

@ -18,7 +18,7 @@
"@angular-devkit/core": "0.0.0",
"@angular-devkit/schematics": "0.0.0",
"@schematics/schematics": "0.0.0",
"inquirer": "7.0.1",
"inquirer": "7.0.3",
"minimist": "1.2.0",
"rxjs": "6.5.4",
"symbol-observable": "1.2.0"

View File

@ -5624,10 +5624,10 @@ injection-js@^2.2.1:
resolved "https://registry.yarnpkg.com/injection-js/-/injection-js-2.2.2.tgz#5bfbeb951ab7bc8e1f359dea5d20e10ed4b84cef"
integrity sha512-9K4fW2NNPG3JCvORx5G/T6q/PZYIr43RFgxBvtk3OV4omh5iqvpK4cChuBfhgPnRbXSgZRfuROh0XG5KNA8Xlg==
inquirer@7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.1.tgz#13f7980eedc73c689feff3994b109c4e799c6ebb"
integrity sha512-V1FFQ3TIO15det8PijPLFR9M9baSlnRs9nL7zWu1MNVA2T9YVl9ZbrHJhYs7e9X8jeMZ3lr2JH/rdHFgNCBdYw==
inquirer@7.0.3:
version "7.0.3"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.3.tgz#f9b4cd2dff58b9f73e8d43759436ace15bed4567"
integrity sha512-+OiOVeVydu4hnCGLCSX+wedovR/Yzskv9BFqUNNKq9uU2qg7LCcCo3R86S2E7WLo0y/x2pnEZfZe1CoYnORUAw==
dependencies:
ansi-escapes "^4.2.1"
chalk "^2.4.2"