Skip to content

Commit 82c757b

Browse files
chore(deps): update typescript-eslint monorepo to ^7.9.0 (#341)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f07f454 commit 82c757b

File tree

2 files changed

+88
-100
lines changed

2 files changed

+88
-100
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@
4848
"@types/node": "20.10.5",
4949
"ts-node": "^10.7.0",
5050
"@types/progress": "2.0.7",
51-
"@typescript-eslint/eslint-plugin": "^7.5.0",
52-
"@typescript-eslint/parser": "^7.5.0",
51+
"@typescript-eslint/eslint-plugin": "^7.9.0",
52+
"@typescript-eslint/parser": "^7.9.0",
5353
"diff": "^5.1.0",
5454
"eslint": "^8.57.0",
5555
"eslint-plugin-unicorn": "^52.0.0",
5656
"eslint-plugin-unused-imports": "^3.2.0",
5757
"pnpm": "8.12.1",
5858
"prettier": "3.2.5",
59-
"typescript-eslint": "7.5.0",
59+
"typescript-eslint": "7.9.0",
6060
"uvu": "^0.5.6",
6161
"tsm": "^2.3.0"
6262
}

yarn.lock

+85-97
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
dependencies:
157157
eslint-visitor-keys "^3.3.0"
158158

159-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
159+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
160160
version "4.10.0"
161161
resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz"
162162
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
@@ -367,22 +367,20 @@
367367
dependencies:
368368
"@types/yargs-parser" "*"
369369

370-
"@typescript-eslint/eslint-plugin@7.5.0", "@typescript-eslint/eslint-plugin@^7.5.0":
371-
version "7.5.0"
372-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.5.0.tgz#1dc52fe48454d5b54be2d5f089680452f1628a5a"
373-
integrity sha512-HpqNTH8Du34nLxbKgVMGljZMG0rJd2O9ecvr2QLYp+7512ty1j42KnsFwspPXg1Vh8an9YImf6CokUBltisZFQ==
370+
"@typescript-eslint/eslint-plugin@7.9.0", "@typescript-eslint/eslint-plugin@^7.9.0":
371+
version "7.9.0"
372+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.9.0.tgz#093b96fc4e342226e65d5f18f9c87081e0b04a31"
373+
integrity sha512-6e+X0X3sFe/G/54aC3jt0txuMTURqLyekmEHViqyA2VnxhLMpvA6nqmcjIy+Cr9tLDHPssA74BP5Mx9HQIxBEA==
374374
dependencies:
375-
"@eslint-community/regexpp" "^4.5.1"
376-
"@typescript-eslint/scope-manager" "7.5.0"
377-
"@typescript-eslint/type-utils" "7.5.0"
378-
"@typescript-eslint/utils" "7.5.0"
379-
"@typescript-eslint/visitor-keys" "7.5.0"
380-
debug "^4.3.4"
375+
"@eslint-community/regexpp" "^4.10.0"
376+
"@typescript-eslint/scope-manager" "7.9.0"
377+
"@typescript-eslint/type-utils" "7.9.0"
378+
"@typescript-eslint/utils" "7.9.0"
379+
"@typescript-eslint/visitor-keys" "7.9.0"
381380
graphemer "^1.4.0"
382-
ignore "^5.2.4"
381+
ignore "^5.3.1"
383382
natural-compare "^1.4.0"
384-
semver "^7.5.4"
385-
ts-api-utils "^1.0.1"
383+
ts-api-utils "^1.3.0"
386384

387385
"@typescript-eslint/eslint-plugin@^6.9.0":
388386
version "6.21.0"
@@ -408,15 +406,15 @@
408406
dependencies:
409407
"@typescript-eslint/utils" "5.40.0"
410408

411-
"@typescript-eslint/parser@7.5.0", "@typescript-eslint/parser@^7.5.0":
412-
version "7.5.0"
413-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.5.0.tgz#1eeff36309ac2253c905dd4a88b4b71b72a358ed"
414-
integrity sha512-cj+XGhNujfD2/wzR1tabNsidnYRaFfEkcULdcIyVBYcXjBvBKOes+mpMBP7hMpOyk+gBcfXsrg4NBGAStQyxjQ==
409+
"@typescript-eslint/parser@7.9.0", "@typescript-eslint/parser@^7.9.0":
410+
version "7.9.0"
411+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.9.0.tgz#fb3ba01b75e0e65cb78037a360961b00301f6c70"
412+
integrity sha512-qHMJfkL5qvgQB2aLvhUSXxbK7OLnDkwPzFalg458pxQgfxKDfT1ZDbHQM/I6mDIf/svlMkj21kzKuQ2ixJlatQ==
415413
dependencies:
416-
"@typescript-eslint/scope-manager" "7.5.0"
417-
"@typescript-eslint/types" "7.5.0"
418-
"@typescript-eslint/typescript-estree" "7.5.0"
419-
"@typescript-eslint/visitor-keys" "7.5.0"
414+
"@typescript-eslint/scope-manager" "7.9.0"
415+
"@typescript-eslint/types" "7.9.0"
416+
"@typescript-eslint/typescript-estree" "7.9.0"
417+
"@typescript-eslint/visitor-keys" "7.9.0"
420418
debug "^4.3.4"
421419

422420
"@typescript-eslint/parser@^6.9.0":
@@ -446,13 +444,13 @@
446444
"@typescript-eslint/types" "6.21.0"
447445
"@typescript-eslint/visitor-keys" "6.21.0"
448446

449-
"@typescript-eslint/scope-manager@7.5.0":
450-
version "7.5.0"
451-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.5.0.tgz#70f0a7361430ab1043a5f97386da2a0d8b2f4d56"
452-
integrity sha512-Z1r7uJY0MDeUlql9XJ6kRVgk/sP11sr3HKXn268HZyqL7i4cEfrdFuSSY/0tUqT37l5zT0tJOsuDP16kio85iA==
447+
"@typescript-eslint/scope-manager@7.9.0":
448+
version "7.9.0"
449+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.9.0.tgz#1dd3e63a4411db356a9d040e75864851b5f2619b"
450+
integrity sha512-ZwPK4DeCDxr3GJltRz5iZejPFAAr4Wk3+2WIBaj1L5PYK5RgxExu/Y68FFVclN0y6GGwH8q+KgKRCvaTmFBbgQ==
453451
dependencies:
454-
"@typescript-eslint/types" "7.5.0"
455-
"@typescript-eslint/visitor-keys" "7.5.0"
452+
"@typescript-eslint/types" "7.9.0"
453+
"@typescript-eslint/visitor-keys" "7.9.0"
456454

457455
"@typescript-eslint/[email protected]":
458456
version "6.21.0"
@@ -464,15 +462,15 @@
464462
debug "^4.3.4"
465463
ts-api-utils "^1.0.1"
466464

467-
"@typescript-eslint/type-utils@7.5.0":
468-
version "7.5.0"
469-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.5.0.tgz#a8faa403232da3a3901655387c7082111f692cf9"
470-
integrity sha512-A021Rj33+G8mx2Dqh0nMO9GyjjIBK3MqgVgZ2qlKf6CJy51wY/lkkFqq3TqqnH34XyAHUkq27IjlUkWlQRpLHw==
465+
"@typescript-eslint/type-utils@7.9.0":
466+
version "7.9.0"
467+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.9.0.tgz#f523262e1b66ca65540b7a65a1222db52e0a90c9"
468+
integrity sha512-6Qy8dfut0PFrFRAZsGzuLoM4hre4gjzWJB6sUvdunCYZsYemTkzZNwF1rnGea326PHPT3zn5Lmg32M/xfJfByA==
471469
dependencies:
472-
"@typescript-eslint/typescript-estree" "7.5.0"
473-
"@typescript-eslint/utils" "7.5.0"
470+
"@typescript-eslint/typescript-estree" "7.9.0"
471+
"@typescript-eslint/utils" "7.9.0"
474472
debug "^4.3.4"
475-
ts-api-utils "^1.0.1"
473+
ts-api-utils "^1.3.0"
476474

477475
"@typescript-eslint/[email protected]":
478476
version "5.40.0"
@@ -484,10 +482,10 @@
484482
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
485483
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
486484

487-
"@typescript-eslint/types@7.5.0":
488-
version "7.5.0"
489-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.5.0.tgz#0a284bcdef3cb850ec9fd57992df9f29d6bde1bc"
490-
integrity sha512-tv5B4IHeAdhR7uS4+bf8Ov3k793VEVHd45viRRkehIUZxm0WF82VPiLgHzA/Xl4TGPg1ZD49vfxBKFPecD5/mg==
485+
"@typescript-eslint/types@7.9.0":
486+
version "7.9.0"
487+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.9.0.tgz#b58e485e4bfba055659c7e683ad4f5f0821ae2ec"
488+
integrity sha512-oZQD9HEWQanl9UfsbGVcZ2cGaR0YT5476xfWE0oE5kQa2sNK2frxOlkeacLOTh9po4AlUT5rtkGyYM5kew0z5w==
491489

492490
"@typescript-eslint/[email protected]":
493491
version "5.40.0"
@@ -516,19 +514,19 @@
516514
semver "^7.5.4"
517515
ts-api-utils "^1.0.1"
518516

519-
"@typescript-eslint/typescript-estree@7.5.0":
520-
version "7.5.0"
521-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.5.0.tgz#aa5031c511874420f6b5edd90f8e4021525ee776"
522-
integrity sha512-YklQQfe0Rv2PZEueLTUffiQGKQneiIEKKnfIqPIOxgM9lKSZFCjT5Ad4VqRKj/U4+kQE3fa8YQpskViL7WjdPQ==
517+
"@typescript-eslint/typescript-estree@7.9.0":
518+
version "7.9.0"
519+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.9.0.tgz#3395e27656060dc313a6b406c3a298b729685e07"
520+
integrity sha512-zBCMCkrb2YjpKV3LA0ZJubtKCDxLttxfdGmwZvTqqWevUPN0FZvSI26FalGFFUZU/9YQK/A4xcQF9o/VVaCKAg==
523521
dependencies:
524-
"@typescript-eslint/types" "7.5.0"
525-
"@typescript-eslint/visitor-keys" "7.5.0"
522+
"@typescript-eslint/types" "7.9.0"
523+
"@typescript-eslint/visitor-keys" "7.9.0"
526524
debug "^4.3.4"
527525
globby "^11.1.0"
528526
is-glob "^4.0.3"
529-
minimatch "9.0.3"
530-
semver "^7.5.4"
531-
ts-api-utils "^1.0.1"
527+
minimatch "^9.0.4"
528+
semver "^7.6.0"
529+
ts-api-utils "^1.3.0"
532530

533531
"@typescript-eslint/[email protected]":
534532
version "5.40.0"
@@ -556,18 +554,15 @@
556554
"@typescript-eslint/typescript-estree" "6.21.0"
557555
semver "^7.5.4"
558556

559-
"@typescript-eslint/utils@7.5.0":
560-
version "7.5.0"
561-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.5.0.tgz#bbd963647fbbe9ffea033f42c0fb7e89bb19c858"
562-
integrity sha512-3vZl9u0R+/FLQcpy2EHyRGNqAS/ofJ3Ji8aebilfJe+fobK8+LbIFmrHciLVDxjDoONmufDcnVSF38KwMEOjzw==
557+
"@typescript-eslint/utils@7.9.0":
558+
version "7.9.0"
559+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.9.0.tgz#1b96a34eefdca1c820cb1bbc2751d848b4540899"
560+
integrity sha512-5KVRQCzZajmT4Ep+NEgjXCvjuypVvYHUW7RHlXzNPuak2oWpVoD1jf5xCP0dPAuNIchjC7uQyvbdaSTFaLqSdA==
563561
dependencies:
564562
"@eslint-community/eslint-utils" "^4.4.0"
565-
"@types/json-schema" "^7.0.12"
566-
"@types/semver" "^7.5.0"
567-
"@typescript-eslint/scope-manager" "7.5.0"
568-
"@typescript-eslint/types" "7.5.0"
569-
"@typescript-eslint/typescript-estree" "7.5.0"
570-
semver "^7.5.4"
563+
"@typescript-eslint/scope-manager" "7.9.0"
564+
"@typescript-eslint/types" "7.9.0"
565+
"@typescript-eslint/typescript-estree" "7.9.0"
571566

572567
"@typescript-eslint/[email protected]":
573568
version "5.40.0"
@@ -585,13 +580,13 @@
585580
"@typescript-eslint/types" "6.21.0"
586581
eslint-visitor-keys "^3.4.1"
587582

588-
"@typescript-eslint/visitor-keys@7.5.0":
589-
version "7.5.0"
590-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.5.0.tgz#8abcac66f93ef20b093e87a400c2d21e3a6d55ee"
591-
integrity sha512-mcuHM/QircmA6O7fy6nn2w/3ditQkj+SgtOc8DW3uQ10Yfj42amm2i+6F2K4YAOPNNTmE6iM1ynM6lrSwdendA==
583+
"@typescript-eslint/visitor-keys@7.9.0":
584+
version "7.9.0"
585+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.9.0.tgz#82162656e339c3def02895f5c8546f6888d9b9ea"
586+
integrity sha512-iESPx2TNLDNGQLyjKhUvIKprlP49XNEK+MvIf9nIO7ZZaZdbnfWKHnXAgufpxqfA0YryH8XToi4+CjBgVnFTSQ==
592587
dependencies:
593-
"@typescript-eslint/types" "7.5.0"
594-
eslint-visitor-keys "^3.4.1"
588+
"@typescript-eslint/types" "7.9.0"
589+
eslint-visitor-keys "^3.4.3"
595590

596591
"@ungap/structured-clone@^1.2.0":
597592
version "1.2.0"
@@ -1747,10 +1742,10 @@ hosted-git-info@^2.1.4:
17471742
resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz"
17481743
integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
17491744

1750-
ignore@^5.2.0, ignore@^5.2.4:
1751-
version "5.3.0"
1752-
resolved "https://registry.npmjs.org/ignore/-/ignore-5.3.0.tgz"
1753-
integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==
1745+
ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.1:
1746+
version "5.3.1"
1747+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
1748+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
17541749

17551750
import-fresh@^3.2.1:
17561751
version "3.3.0"
@@ -2051,13 +2046,6 @@ loose-envify@^1.4.0:
20512046
dependencies:
20522047
js-tokens "^3.0.0 || ^4.0.0"
20532048

2054-
lru-cache@^6.0.0:
2055-
version "6.0.0"
2056-
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz"
2057-
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
2058-
dependencies:
2059-
yallist "^4.0.0"
2060-
20612049
make-error@^1.1.1:
20622050
version "1.3.6"
20632051
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2"
@@ -2095,6 +2083,13 @@ minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
20952083
dependencies:
20962084
brace-expansion "^1.1.7"
20972085

2086+
minimatch@^9.0.4:
2087+
version "9.0.4"
2088+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
2089+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
2090+
dependencies:
2091+
brace-expansion "^2.0.1"
2092+
20982093
minimist@^1.2.0, minimist@^1.2.6:
20992094
version "1.2.7"
21002095
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz"
@@ -2504,12 +2499,10 @@ semver@^6.3.0:
25042499
resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz"
25052500
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
25062501

2507-
semver@^7.3.7, semver@^7.5.4:
2508-
version "7.5.4"
2509-
resolved "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz"
2510-
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
2511-
dependencies:
2512-
lru-cache "^6.0.0"
2502+
semver@^7.3.7, semver@^7.5.4, semver@^7.6.0:
2503+
version "7.6.2"
2504+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
2505+
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
25132506

25142507
shebang-command@^2.0.0:
25152508
version "2.0.0"
@@ -2677,10 +2670,10 @@ to-regex-range@^5.0.1:
26772670
dependencies:
26782671
is-number "^7.0.0"
26792672

2680-
ts-api-utils@^1.0.1:
2681-
version "1.0.3"
2682-
resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.0.3.tgz"
2683-
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
2673+
ts-api-utils@^1.0.1, ts-api-utils@^1.3.0:
2674+
version "1.3.0"
2675+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
2676+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
26842677

26852678
ts-node@^10.7.0:
26862679
version "10.9.2"
@@ -2765,14 +2758,14 @@ type-fest@^0.8.1:
27652758
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz"
27662759
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
27672760

2768-
typescript-eslint@7.5.0:
2769-
version "7.5.0"
2770-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-7.5.0.tgz#94cb5d83982c33b00a2633b9f64658e023d7d510"
2771-
integrity sha512-eKhF39LRi2xYvvXh3h3S+mCxC01dZTIZBlka25o39i81VeQG+OZyfC4i2GEDspNclMRdXkg9uGhmvWMhjph2XQ==
2761+
typescript-eslint@7.9.0:
2762+
version "7.9.0"
2763+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-7.9.0.tgz#353312f356ef4ba20105a4e2e736aa8c68f096a2"
2764+
integrity sha512-7iTn9c10teHHCys5Ud/yaJntXZrjt3h2mrx3feJGBOLgQkF3TB1X89Xs3aVQ/GgdXRAXpk2bPTdpRwHP4YkUow==
27722765
dependencies:
2773-
"@typescript-eslint/eslint-plugin" "7.5.0"
2774-
"@typescript-eslint/parser" "7.5.0"
2775-
"@typescript-eslint/utils" "7.5.0"
2766+
"@typescript-eslint/eslint-plugin" "7.9.0"
2767+
"@typescript-eslint/parser" "7.9.0"
2768+
"@typescript-eslint/utils" "7.9.0"
27762769

27772770
typescript@^5.3.3:
27782771
version "5.3.3"
@@ -2869,11 +2862,6 @@ y18n@^5.0.5:
28692862
resolved "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz"
28702863
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
28712864

2872-
yallist@^4.0.0:
2873-
version "4.0.0"
2874-
resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz"
2875-
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
2876-
28772865
yargs-parser@^21.0.0:
28782866
version "21.1.1"
28792867
resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz"

0 commit comments

Comments
 (0)