File tree 3 files changed +21
-2
lines changed
angular_devkit/schematics_cli
3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 34
34
"ansi-colors" : " 4.1.1" ,
35
35
"debug" : " 4.1.1" ,
36
36
"ini" : " 1.3.5" ,
37
- "inquirer" : " 7.1 .0" ,
37
+ "inquirer" : " 7.2 .0" ,
38
38
"npm-package-arg" : " 8.0.1" ,
39
39
"npm-pick-manifest" : " 6.1.0" ,
40
40
"open" : " 7.0.4" ,
Original file line number Diff line number Diff line change 18
18
"@angular-devkit/core" : " 0.0.0" ,
19
19
"@angular-devkit/schematics" : " 0.0.0" ,
20
20
"@schematics/schematics" : " 0.0.0" ,
21
- "inquirer" : " 7.1 .0" ,
21
+ "inquirer" : " 7.2 .0" ,
22
22
"minimist" : " 1.2.5" ,
23
23
"rxjs" : " 6.5.5" ,
24
24
"symbol-observable" : " 1.2.0"
Original file line number Diff line number Diff line change @@ -7029,6 +7029,25 @@ inquirer@7.1.0:
7029
7029
strip-ansi "^6.0.0"
7030
7030
through "^2.3.6"
7031
7031
7032
+ inquirer@7.2.0:
7033
+ version "7.2.0"
7034
+ resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.2.0.tgz#63ce99d823090de7eb420e4bb05e6f3449aa389a"
7035
+ integrity sha512-E0c4rPwr9ByePfNlTIB8z51kK1s2n6jrHuJeEHENl/sbq2G/S1auvibgEwNR4uSyiU+PiYHqSwsgGiXjG8p5ZQ==
7036
+ dependencies:
7037
+ ansi-escapes "^4.2.1"
7038
+ chalk "^3.0.0"
7039
+ cli-cursor "^3.1.0"
7040
+ cli-width "^2.0.0"
7041
+ external-editor "^3.0.3"
7042
+ figures "^3.0.0"
7043
+ lodash "^4.17.15"
7044
+ mute-stream "0.0.8"
7045
+ run-async "^2.4.0"
7046
+ rxjs "^6.5.3"
7047
+ string-width "^4.1.0"
7048
+ strip-ansi "^6.0.0"
7049
+ through "^2.3.6"
7050
+
7032
7051
internal-ip@^4.3.0:
7033
7052
version "4.3.0"
7034
7053
resolved "https://registry.yarnpkg.com/internal-ip/-/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907"
You can’t perform that action at this time.
0 commit comments