Skip to content

Commit a3ae533

Browse files
renovate-botmgechev
authored andcommitted
build: update inquirer to version 7.0.3
1 parent 05b1baa commit a3ae533

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"ansi-colors": "4.1.1",
3535
"debug": "^4.1.1",
3636
"ini": "1.3.5",
37-
"inquirer": "7.0.1",
37+
"inquirer": "7.0.3",
3838
"npm-package-arg": "8.0.0",
3939
"npm-pick-manifest": "5.0.0",
4040
"open": "7.0.0",

packages/angular_devkit/schematics_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@angular-devkit/core": "0.0.0",
1919
"@angular-devkit/schematics": "0.0.0",
2020
"@schematics/schematics": "0.0.0",
21-
"inquirer": "7.0.1",
21+
"inquirer": "7.0.3",
2222
"minimist": "1.2.0",
2323
"rxjs": "6.5.4",
2424
"symbol-observable": "1.2.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5624,10 +5624,10 @@ injection-js@^2.2.1:
56245624
resolved "https://registry.yarnpkg.com/injection-js/-/injection-js-2.2.2.tgz#5bfbeb951ab7bc8e1f359dea5d20e10ed4b84cef"
56255625
integrity sha512-9K4fW2NNPG3JCvORx5G/T6q/PZYIr43RFgxBvtk3OV4omh5iqvpK4cChuBfhgPnRbXSgZRfuROh0XG5KNA8Xlg==
56265626

5627-
5628-
version "7.0.1"
5629-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.1.tgz#13f7980eedc73c689feff3994b109c4e799c6ebb"
5630-
integrity sha512-V1FFQ3TIO15det8PijPLFR9M9baSlnRs9nL7zWu1MNVA2T9YVl9ZbrHJhYs7e9X8jeMZ3lr2JH/rdHFgNCBdYw==
5627+
5628+
version "7.0.3"
5629+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.3.tgz#f9b4cd2dff58b9f73e8d43759436ace15bed4567"
5630+
integrity sha512-+OiOVeVydu4hnCGLCSX+wedovR/Yzskv9BFqUNNKq9uU2qg7LCcCo3R86S2E7WLo0y/x2pnEZfZe1CoYnORUAw==
56315631
dependencies:
56325632
ansi-escapes "^4.2.1"
56335633
chalk "^2.4.2"

0 commit comments

Comments
 (0)