Skip to content

Commit 0407284

Browse files
Update typescript-eslint monorepo to v8
1 parent 37be3c4 commit 0407284

File tree

2 files changed

+99
-131
lines changed

2 files changed

+99
-131
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
"@types/node": "20.17.10",
7474
"@types/tape": "5.8.0",
7575
"@types/yargs": "17.0.33",
76-
"@typescript-eslint/eslint-plugin": "6.21.0",
77-
"@typescript-eslint/parser": "6.21.0",
76+
"@typescript-eslint/eslint-plugin": "8.19.0",
77+
"@typescript-eslint/parser": "8.19.0",
7878
"eslint": "8.57.1",
7979
"eslint-config-prettier": "9.1.0",
8080
"image-size": "1.2.0",

yarn.lock

Lines changed: 97 additions & 129 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,12 @@
5050
dependencies:
5151
eslint-visitor-keys "^3.3.0"
5252

53-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
53+
"@eslint-community/regexpp@^4.10.0":
54+
version "4.12.1"
55+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
56+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
57+
58+
"@eslint-community/regexpp@^4.6.1":
5459
version "4.9.0"
5560
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.9.0.tgz#7ccb5f58703fa61ffdcbf39e2c604a109e781162"
5661
integrity sha512-zJmuCWj2VLBt4c25CfBIbMZLGLyhkvs7LznyVX5HfpzeocThgIj5XQK4L+g3U36mMcx8bPMhGyPpwCATamC4jQ==
@@ -364,11 +369,6 @@
364369
dependencies:
365370
"@types/node" "*"
366371

367-
"@types/json-schema@^7.0.12":
368-
version "7.0.13"
369-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.13.tgz#02c24f4363176d2d18fc8b70b9f3c54aba178a85"
370-
integrity sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==
371-
372372
"@types/minimatch@^5.1.2":
373373
version "5.1.2"
374374
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
@@ -386,11 +386,6 @@
386386
dependencies:
387387
undici-types "~6.19.2"
388388

389-
"@types/semver@^7.5.0":
390-
version "7.5.3"
391-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.3.tgz#9a726e116beb26c24f1ccd6850201e1246122e04"
392-
integrity sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==
393-
394389
"@types/svgo@2":
395390
version "2.6.4"
396391
resolved "https://registry.yarnpkg.com/@types/svgo/-/svgo-2.6.4.tgz#b7298fc1dd687539fd63fc818b00146d96e68836"
@@ -419,91 +414,86 @@
419414
dependencies:
420415
"@types/yargs-parser" "*"
421416

422-
"@typescript-eslint/eslint-plugin@6.21.0":
423-
version "6.21.0"
424-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3"
425-
integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
417+
"@typescript-eslint/eslint-plugin@8.19.0":
418+
version "8.19.0"
419+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.19.0.tgz#2b1e1b791e21d5fc27ddc93884db066444f597b5"
420+
integrity sha512-NggSaEZCdSrFddbctrVjkVZvFC6KGfKfNK0CU7mNK/iKHGKbzT4Wmgm08dKpcZECBu9f5FypndoMyRHkdqfT1Q==
426421
dependencies:
427-
"@eslint-community/regexpp" "^4.5.1"
428-
"@typescript-eslint/scope-manager" "6.21.0"
429-
"@typescript-eslint/type-utils" "6.21.0"
430-
"@typescript-eslint/utils" "6.21.0"
431-
"@typescript-eslint/visitor-keys" "6.21.0"
432-
debug "^4.3.4"
422+
"@eslint-community/regexpp" "^4.10.0"
423+
"@typescript-eslint/scope-manager" "8.19.0"
424+
"@typescript-eslint/type-utils" "8.19.0"
425+
"@typescript-eslint/utils" "8.19.0"
426+
"@typescript-eslint/visitor-keys" "8.19.0"
433427
graphemer "^1.4.0"
434-
ignore "^5.2.4"
428+
ignore "^5.3.1"
435429
natural-compare "^1.4.0"
436-
semver "^7.5.4"
437-
ts-api-utils "^1.0.1"
438-
439-
"@typescript-eslint/[email protected]":
440-
version "6.21.0"
441-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
442-
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
443-
dependencies:
444-
"@typescript-eslint/scope-manager" "6.21.0"
445-
"@typescript-eslint/types" "6.21.0"
446-
"@typescript-eslint/typescript-estree" "6.21.0"
447-
"@typescript-eslint/visitor-keys" "6.21.0"
430+
ts-api-utils "^1.3.0"
431+
432+
"@typescript-eslint/[email protected]":
433+
version "8.19.0"
434+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.19.0.tgz#f1512e6e5c491b03aabb2718b95becde22b15292"
435+
integrity sha512-6M8taKyOETY1TKHp0x8ndycipTVgmp4xtg5QpEZzXxDhNvvHOJi5rLRkLr8SK3jTgD5l4fTlvBiRdfsuWydxBw==
436+
dependencies:
437+
"@typescript-eslint/scope-manager" "8.19.0"
438+
"@typescript-eslint/types" "8.19.0"
439+
"@typescript-eslint/typescript-estree" "8.19.0"
440+
"@typescript-eslint/visitor-keys" "8.19.0"
448441
debug "^4.3.4"
449442

450-
"@typescript-eslint/scope-manager@6.21.0":
451-
version "6.21.0"
452-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
453-
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
443+
"@typescript-eslint/scope-manager@8.19.0":
444+
version "8.19.0"
445+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.19.0.tgz#28fa413a334f70e8b506a968531e0a7c9c3076dc"
446+
integrity sha512-hkoJiKQS3GQ13TSMEiuNmSCvhz7ujyqD1x3ShbaETATHrck+9RaDdUbt+osXaUuns9OFwrDTTrjtwsU8gJyyRA==
454447
dependencies:
455-
"@typescript-eslint/types" "6.21.0"
456-
"@typescript-eslint/visitor-keys" "6.21.0"
448+
"@typescript-eslint/types" "8.19.0"
449+
"@typescript-eslint/visitor-keys" "8.19.0"
457450

458-
"@typescript-eslint/type-utils@6.21.0":
459-
version "6.21.0"
460-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
461-
integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
451+
"@typescript-eslint/type-utils@8.19.0":
452+
version "8.19.0"
453+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.19.0.tgz#41abd7d2e4cf93b6854b1fe6cbf416fab5abf89f"
454+
integrity sha512-TZs0I0OSbd5Aza4qAMpp1cdCYVnER94IziudE3JU328YUHgWu9gwiwhag+fuLeJ2LkWLXI+F/182TbG+JaBdTg==
462455
dependencies:
463-
"@typescript-eslint/typescript-estree" "6.21.0"
464-
"@typescript-eslint/utils" "6.21.0"
456+
"@typescript-eslint/typescript-estree" "8.19.0"
457+
"@typescript-eslint/utils" "8.19.0"
465458
debug "^4.3.4"
466-
ts-api-utils "^1.0.1"
459+
ts-api-utils "^1.3.0"
467460

468-
"@typescript-eslint/types@6.21.0":
469-
version "6.21.0"
470-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
471-
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
461+
"@typescript-eslint/types@8.19.0":
462+
version "8.19.0"
463+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.19.0.tgz#a190a25c5484a42b81eaad06989579fdeb478cbb"
464+
integrity sha512-8XQ4Ss7G9WX8oaYvD4OOLCjIQYgRQxO+qCiR2V2s2GxI9AUpo7riNwo6jDhKtTcaJjT8PY54j2Yb33kWtSJsmA==
472465

473-
"@typescript-eslint/typescript-estree@6.21.0":
474-
version "6.21.0"
475-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
476-
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
466+
"@typescript-eslint/typescript-estree@8.19.0":
467+
version "8.19.0"
468+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.19.0.tgz#6b4f48f98ffad6597379951b115710f4d68c9ccb"
469+
integrity sha512-WW9PpDaLIFW9LCbucMSdYUuGeFUz1OkWYS/5fwZwTA+l2RwlWFdJvReQqMUMBw4yJWJOfqd7An9uwut2Oj8sLw==
477470
dependencies:
478-
"@typescript-eslint/types" "6.21.0"
479-
"@typescript-eslint/visitor-keys" "6.21.0"
471+
"@typescript-eslint/types" "8.19.0"
472+
"@typescript-eslint/visitor-keys" "8.19.0"
480473
debug "^4.3.4"
481-
globby "^11.1.0"
474+
fast-glob "^3.3.2"
482475
is-glob "^4.0.3"
483-
minimatch "9.0.3"
484-
semver "^7.5.4"
485-
ts-api-utils "^1.0.1"
476+
minimatch "^9.0.4"
477+
semver "^7.6.0"
478+
ts-api-utils "^1.3.0"
486479

487-
"@typescript-eslint/utils@6.21.0":
488-
version "6.21.0"
489-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
490-
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
480+
"@typescript-eslint/utils@8.19.0":
481+
version "8.19.0"
482+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.19.0.tgz#33824310e1fccc17f27fbd1030fd8bbd9a674684"
483+
integrity sha512-PTBG+0oEMPH9jCZlfg07LCB2nYI0I317yyvXGfxnvGvw4SHIOuRnQ3kadyyXY6tGdChusIHIbM5zfIbp4M6tCg==
491484
dependencies:
492485
"@eslint-community/eslint-utils" "^4.4.0"
493-
"@types/json-schema" "^7.0.12"
494-
"@types/semver" "^7.5.0"
495-
"@typescript-eslint/scope-manager" "6.21.0"
496-
"@typescript-eslint/types" "6.21.0"
497-
"@typescript-eslint/typescript-estree" "6.21.0"
498-
semver "^7.5.4"
499-
500-
"@typescript-eslint/[email protected]":
501-
version "6.21.0"
502-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
503-
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
504-
dependencies:
505-
"@typescript-eslint/types" "6.21.0"
506-
eslint-visitor-keys "^3.4.1"
486+
"@typescript-eslint/scope-manager" "8.19.0"
487+
"@typescript-eslint/types" "8.19.0"
488+
"@typescript-eslint/typescript-estree" "8.19.0"
489+
490+
"@typescript-eslint/[email protected]":
491+
version "8.19.0"
492+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.19.0.tgz#dc313f735e64c4979c9073f51ffcefb6d9be5c77"
493+
integrity sha512-mCFtBbFBJDCNCWUl5y6sZSCHXw1DEFEk3c/M3nRK2a4XUB8StGFtmcEMizdjKuBzB6e/smJAAWYug3VrdLMr1w==
494+
dependencies:
495+
"@typescript-eslint/types" "8.19.0"
496+
eslint-visitor-keys "^4.2.0"
507497

508498
"@ungap/structured-clone@^1.2.0":
509499
version "1.2.0"
@@ -597,11 +587,6 @@ array-buffer-byte-length@^1.0.1:
597587
call-bind "^1.0.5"
598588
is-array-buffer "^3.0.4"
599589

600-
array-union@^2.1.0:
601-
version "2.1.0"
602-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
603-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
604-
605590
array-union@^3.0.1:
606591
version "3.0.1"
607592
resolved "https://registry.yarnpkg.com/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
@@ -1550,6 +1535,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
15501535
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
15511536
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
15521537

1538+
eslint-visitor-keys@^4.2.0:
1539+
version "4.2.0"
1540+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
1541+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
1542+
15531543
15541544
version "8.57.1"
15551545
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -1736,7 +1726,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
17361726
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
17371727
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
17381728

1739-
fast-glob@^3.2.7, fast-glob@^3.2.9:
1729+
fast-glob@^3.2.7:
17401730
version "3.3.1"
17411731
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4"
17421732
integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==
@@ -1747,6 +1737,17 @@ fast-glob@^3.2.7, fast-glob@^3.2.9:
17471737
merge2 "^1.3.0"
17481738
micromatch "^4.0.4"
17491739

1740+
fast-glob@^3.3.2:
1741+
version "3.3.2"
1742+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
1743+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
1744+
dependencies:
1745+
"@nodelib/fs.stat" "^2.0.2"
1746+
"@nodelib/fs.walk" "^1.2.3"
1747+
glob-parent "^5.1.2"
1748+
merge2 "^1.3.0"
1749+
micromatch "^4.0.4"
1750+
17501751
fast-json-stable-stringify@^2.0.0:
17511752
version "2.1.0"
17521753
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2095,18 +2096,6 @@ globalthis@^1.0.3:
20952096
dependencies:
20962097
define-properties "^1.1.3"
20972098

2098-
globby@^11.1.0:
2099-
version "11.1.0"
2100-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
2101-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
2102-
dependencies:
2103-
array-union "^2.1.0"
2104-
dir-glob "^3.0.1"
2105-
fast-glob "^3.2.9"
2106-
ignore "^5.2.0"
2107-
merge2 "^1.4.1"
2108-
slash "^3.0.0"
2109-
21102099
globby@^12.0.0:
21112100
version "12.2.0"
21122101
resolved "https://registry.yarnpkg.com/globby/-/globby-12.2.0.tgz#2ab8046b4fba4ff6eede835b29f678f90e3d3c22"
@@ -2310,11 +2299,16 @@ ieee754@^1.1.13, ieee754@^1.2.1:
23102299
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
23112300
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
23122301

2313-
ignore@^5.1.9, ignore@^5.2.0, ignore@^5.2.4:
2302+
ignore@^5.1.9, ignore@^5.2.0:
23142303
version "5.2.4"
23152304
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
23162305
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
23172306

2307+
ignore@^5.3.1:
2308+
version "5.3.2"
2309+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
2310+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
2311+
23182312
23192313
version "1.2.0"
23202314
resolved "https://registry.yarnpkg.com/image-size/-/image-size-1.2.0.tgz#312af27a2ff4ff58595ad00b9344dd684c910df6"
@@ -2868,13 +2862,6 @@ lru-cache@^4.0.1:
28682862
pseudomap "^1.0.2"
28692863
yallist "^2.1.2"
28702864

2871-
lru-cache@^6.0.0:
2872-
version "6.0.0"
2873-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
2874-
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
2875-
dependencies:
2876-
yallist "^4.0.0"
2877-
28782865
make-dir@^1.0.0, make-dir@^1.2.0:
28792866
version "1.3.0"
28802867
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"
@@ -2935,13 +2922,6 @@ mimic-response@^1.0.0:
29352922
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b"
29362923
integrity sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==
29372924

2938-
2939-
version "9.0.3"
2940-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2941-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
2942-
dependencies:
2943-
brace-expansion "^2.0.1"
2944-
29452925
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
29462926
version "3.1.2"
29472927
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -3636,14 +3616,7 @@ semver@^5.3.0, semver@^5.5.0, semver@^5.6.0:
36363616
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
36373617
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
36383618

3639-
semver@^7.5.4:
3640-
version "7.5.4"
3641-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
3642-
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
3643-
dependencies:
3644-
lru-cache "^6.0.0"
3645-
3646-
semver@^7.6.3:
3619+
semver@^7.6.0, semver@^7.6.3:
36473620
version "7.6.3"
36483621
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
36493622
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
@@ -4120,10 +4093,10 @@ trim-repeated@^1.0.0:
41204093
dependencies:
41214094
escape-string-regexp "^1.0.2"
41224095

4123-
ts-api-utils@^1.0.1:
4124-
version "1.0.3"
4125-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
4126-
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
4096+
ts-api-utils@^1.3.0:
4097+
version "1.4.3"
4098+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
4099+
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
41274100

41284101
41294102
version "10.9.2"
@@ -4440,11 +4413,6 @@ yallist@^2.1.2:
44404413
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
44414414
integrity sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==
44424415

4443-
yallist@^4.0.0:
4444-
version "4.0.0"
4445-
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
4446-
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
4447-
44484416
yargs-parser@^21.1.1:
44494417
version "21.1.1"
44504418
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"

0 commit comments

Comments
 (0)