File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
angular_devkit/schematics_cli Expand file tree Collapse file tree 3 files changed +10
-10
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.0.4 " ,
37
+ "inquirer" : " 7.1.0 " ,
38
38
"npm-package-arg" : " 8.0.0" ,
39
39
"npm-pick-manifest" : " 6.0.0" ,
40
40
"open" : " 7.0.3" ,
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.0.4 " ,
21
+ "inquirer" : " 7.1.0 " ,
22
22
"minimist" : " 1.2.0" ,
23
23
"rxjs" : " 6.5.4" ,
24
24
"symbol-observable" : " 1.2.0"
Original file line number Diff line number Diff line change @@ -5875,23 +5875,23 @@ injection-js@^2.2.1:
5875
5875
resolved "https://registry.yarnpkg.com/injection-js/-/injection-js-2.3.0.tgz#56d807282dfaf2f9663f45373c4206d7793c5dd6"
5876
5876
integrity sha512-rhS6E5jv603kbaO72ylOt0hGF1LT03oqQ4GU5KOO0qSaRbIWmdUCHjXq+VT79jL6/NmXtw9ccfK6dh/CzjoYjA==
5877
5877
5878
- inquirer@7.0.4 :
5879
- version "7.0.4 "
5880
- resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.4. tgz#99af5bde47153abca23f5c7fc30db247f39da703 "
5881
- integrity sha512-Bu5Td5+j11sCkqfqmUTiwv+tWisMtP0L7Q8WrqA2C/BbBhy1YTdFrvjjlrKq8oagA/tLQBski2Gcx/Sqyi2qSQ ==
5878
+ inquirer@7.1.0 :
5879
+ version "7.1.0 "
5880
+ resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.1.0. tgz#1298a01859883e17c7264b82870ae1034f92dd29 "
5881
+ integrity sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg ==
5882
5882
dependencies:
5883
5883
ansi-escapes "^4.2.1"
5884
- chalk "^2.4.2 "
5884
+ chalk "^3.0.0 "
5885
5885
cli-cursor "^3.1.0"
5886
5886
cli-width "^2.0.0"
5887
5887
external-editor "^3.0.3"
5888
5888
figures "^3.0.0"
5889
5889
lodash "^4.17.15"
5890
5890
mute-stream "0.0.8"
5891
- run-async "^2.2 .0"
5891
+ run-async "^2.4 .0"
5892
5892
rxjs "^6.5.3"
5893
5893
string-width "^4.1.0"
5894
- strip-ansi "^5.1 .0"
5894
+ strip-ansi "^6.0 .0"
5895
5895
through "^2.3.6"
5896
5896
5897
5897
internal-ip@^4.3.0:
9956
9956
optionalDependencies:
9957
9957
fsevents "~2.1.2"
9958
9958
9959
- run-async@^2.2 .0:
9959
+ run-async@^2.4 .0:
9960
9960
version "2.4.0"
9961
9961
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.0.tgz#e59054a5b86876cfae07f431d18cbaddc594f1e8"
9962
9962
integrity sha512-xJTbh/d7Lm7SBhc1tNvTpeCHaEzoyxPrqNlvSdMfBTYwaY++UJFyXUOxAtsRUXjlqOfj8luNaR9vjCh4KeV+pg==
You can’t perform that action at this time.
0 commit comments