File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 46
46
"dependencies" : {
47
47
"chalk" : " ^4.1.2" ,
48
48
"command-line-args" : " ^5.2.1" ,
49
- "command-line-usage" : " ^7.0.1 " ,
49
+ "command-line-usage" : " ^7.0.2 " ,
50
50
"dedent" : " ^1.5.3" ,
51
51
"deepmerge" : " ^4.3.1" ,
52
52
"ejs" : " ^3.1.10" ,
Original file line number Diff line number Diff line change @@ -2508,7 +2508,7 @@ command-line-args@^5.2.1:
2508
2508
lodash.camelcase "^4.3.0"
2509
2509
typical "^4.0.0"
2510
2510
2511
- command-line-usage@^7.0.0, command-line-usage@^7.0.1 :
2511
+ command-line-usage@^7.0.0 :
2512
2512
version "7.0.1"
2513
2513
resolved "https://registry.yarnpkg.com/command-line-usage/-/command-line-usage-7.0.1.tgz#e540afef4a4f3bc501b124ffde33956309100655"
2514
2514
integrity sha512-NCyznE//MuTjwi3y84QVUGEOT+P5oto1e1Pk/jFPVdPPfsG03qpTIl3yw6etR+v73d0lXsoojRpvbru2sqePxQ==
@@ -2518,6 +2518,16 @@ command-line-usage@^7.0.0, command-line-usage@^7.0.1:
2518
2518
table-layout "^3.0.0"
2519
2519
typical "^7.1.1"
2520
2520
2521
+ command-line-usage@^7.0.2 :
2522
+ version "7.0.2"
2523
+ resolved "https://registry.yarnpkg.com/command-line-usage/-/command-line-usage-7.0.2.tgz#16ea461dca216a7afd3ef8de41f526227cf46572"
2524
+ integrity sha512-MwNFB8nxi3IVnzir+nkSIbDTU4H6ne26zqicO2eTt1wPrvdOAphPhnYqWOjxXKWYLNYDu4Z/r2ESEziEqKuOVg==
2525
+ dependencies :
2526
+ array-back "^6.2.2"
2527
+ chalk-template "^0.4.0"
2528
+ table-layout "^3.0.2"
2529
+ typical "^7.1.1"
2530
+
2521
2531
commander@^10.0.0 :
2522
2532
version "10.0.1"
2523
2533
resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.1.tgz#881ee46b4f77d1c1dccc5823433aa39b022cbe06"
@@ -6519,7 +6529,7 @@ symbol-tree@^3.2.4:
6519
6529
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
6520
6530
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
6521
6531
6522
- table-layout@^3.0.0 :
6532
+ table-layout@^3.0.0, table-layout@^3.0.2 :
6523
6533
version "3.0.2"
6524
6534
resolved "https://registry.yarnpkg.com/table-layout/-/table-layout-3.0.2.tgz#69c2be44388a5139b48c59cf21e73b488021769a"
6525
6535
integrity sha512-rpyNZYRw+/C+dYkcQ3Pr+rLxW4CfHpXjPDnG7lYhdRoUcZTUt+KEsX+94RGp/aVp/MQU35JCITv2T/beY4m+hw==
You can’t perform that action at this time.
0 commit comments