File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1616 "figlet" : " ^1.2.0" ,
1717 "ramda" : " ^0.25.0" ,
1818 "require-dir" : " ^1.1.0" ,
19- "yargs-parser" : " ^10 .1.0 "
19+ "yargs-parser" : " ^13 .1.2 "
2020 },
2121 "devDependencies" : {
2222 "eslint" : " ^8.18.0" ,
Original file line number Diff line number Diff line change @@ -585,6 +585,11 @@ camelcase@^4.1.0:
585585 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
586586 integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=
587587
588+ camelcase@^5.0.0 :
589+ version "5.3.1"
590+ resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
591+ integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
592+
588593capture-exit@^1.2.0 :
589594 version "1.2.0"
590595 resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-1.2.0.tgz#1c5fcc489fd0ab00d4f1ac7ae1072e3173fbab6f"
@@ -884,7 +889,7 @@ debug@^4.1.1, debug@^4.3.2:
884889 dependencies :
885890 ms "2.1.2"
886891
887- decamelize@^1.1.1 :
892+ decamelize@^1.1.1, decamelize@^1.2.0 :
888893 version "1.2.0"
889894 resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
890895 integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
@@ -4577,12 +4582,13 @@ yallist@^3.0.0, yallist@^3.0.2:
45774582 resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.2.tgz#8452b4bb7e83c7c188d8041c1a837c773d6d8bb9"
45784583 integrity sha1-hFK0u36Dx8GI2AQcGoN8dz1ti7k=
45794584
4580- yargs-parser@^10 .1.0 :
4581- version "10 .1.0 "
4582- resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10 .1.0 .tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8 "
4583- integrity sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ ==
4585+ yargs-parser@^13 .1.2 :
4586+ version "13 .1.2 "
4587+ resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13 .1.2 .tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38 "
4588+ integrity sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg ==
45844589 dependencies :
4585- camelcase "^4.1.0"
4590+ camelcase "^5.0.0"
4591+ decamelize "^1.2.0"
45864592
45874593yargs-parser@^9.0.2 :
45884594 version "9.0.2"
You can’t perform that action at this time.
0 commit comments