File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 45
45
],
46
46
"dependencies" : {
47
47
"chalk" : " ^4.1.2" ,
48
- "command-line-args" : " ^5.2.1 " ,
48
+ "command-line-args" : " ^6.0.0 " ,
49
49
"command-line-usage" : " ^7.0.1" ,
50
50
"dedent" : " ^1.5.3" ,
51
51
"deepmerge" : " ^4.3.1" ,
Original file line number Diff line number Diff line change @@ -2508,6 +2508,16 @@ command-line-args@^5.2.1:
2508
2508
lodash.camelcase "^4.3.0"
2509
2509
typical "^4.0.0"
2510
2510
2511
+ command-line-args@^6.0.0 :
2512
+ version "6.0.0"
2513
+ resolved "https://registry.yarnpkg.com/command-line-args/-/command-line-args-6.0.0.tgz#e4703592b0846a9ac440a5a1e2ffc0f89707701e"
2514
+ integrity sha512-zDdHxHzlCp/gA1gy0VtPK3YL0Aob3ijJdwZ7H3HSl55hh8EziLtRlyj/od8EGRJfX8IjussC/mQkScl2Ms5Suw==
2515
+ dependencies :
2516
+ array-back "^6.2.2"
2517
+ find-replace "^5.0.1"
2518
+ lodash.camelcase "^4.3.0"
2519
+ typical "^7.1.1"
2520
+
2511
2521
command-line-usage@^7.0.0, command-line-usage@^7.0.1 :
2512
2522
version "7.0.1"
2513
2523
resolved "https://registry.yarnpkg.com/command-line-usage/-/command-line-usage-7.0.1.tgz#e540afef4a4f3bc501b124ffde33956309100655"
@@ -3705,6 +3715,13 @@ find-replace@^3.0.0:
3705
3715
dependencies :
3706
3716
array-back "^3.0.1"
3707
3717
3718
+ find-replace@^5.0.1 :
3719
+ version "5.0.1"
3720
+ resolved "https://registry.yarnpkg.com/find-replace/-/find-replace-5.0.1.tgz#28bbcf985b5274f6edd5e087c1e4e26a08b0da21"
3721
+ integrity sha512-o5/Y8HrCNRuFF5rdNTkX8Vhv6kTFTV0t1zIoigwlCdbkA9qaapRzxvWPND2VvlFa9LBI05Q1i8ml/saMqkOJUQ==
3722
+ dependencies :
3723
+ array-back "^6.2.2"
3724
+
3708
3725
find-up@^2.0.0 :
3709
3726
version "2.1.0"
3710
3727
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
You can’t perform that action at this time.
0 commit comments