Skip to content

Commit 54f0af0

Browse files
chore(deps): update typescript-eslint monorepo to v8.57.2
1 parent fb21c10 commit 54f0af0

2 files changed

Lines changed: 152 additions & 93 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"@semantic-release/release-notes-generator": "14.1.0",
3939
"@types/jest": "30.0.0",
4040
"@types/node": "22.18.6",
41-
"@typescript-eslint/eslint-plugin": "8.44.1",
42-
"@typescript-eslint/parser": "8.44.1",
41+
"@typescript-eslint/eslint-plugin": "8.57.2",
42+
"@typescript-eslint/parser": "8.57.2",
4343
"cspell": "9.2.1",
4444
"cz-conventional-changelog": "3.3.0",
4545
"dotenv": "17.2.2",

yarn.lock

Lines changed: 150 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,16 +1184,23 @@
11841184
dependencies:
11851185
eslint-visitor-keys "^3.4.3"
11861186

1187-
"@eslint-community/regexpp@^4.10.0":
1188-
version "4.11.1"
1189-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz#a547badfc719eb3e5f4b556325e542fbe9d7a18f"
1190-
integrity sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==
1187+
"@eslint-community/eslint-utils@^4.9.1":
1188+
version "4.9.1"
1189+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
1190+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
1191+
dependencies:
1192+
eslint-visitor-keys "^3.4.3"
11911193

11921194
"@eslint-community/regexpp@^4.11.0":
11931195
version "4.12.1"
11941196
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
11951197
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
11961198

1199+
"@eslint-community/regexpp@^4.12.2":
1200+
version "4.12.2"
1201+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
1202+
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
1203+
11971204
"@eslint-community/regexpp@^4.6.1":
11981205
version "4.6.2"
11991206
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
@@ -2523,31 +2530,30 @@
25232530
dependencies:
25242531
"@types/yargs-parser" "*"
25252532

2526-
"@typescript-eslint/eslint-plugin@8.44.1":
2527-
version "8.44.1"
2528-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.44.1.tgz#011a2b5913d297b3d9d77f64fb78575bab01a1b3"
2529-
integrity sha512-molgphGqOBT7t4YKCSkbasmu1tb1MgrZ2szGzHbclF7PNmOkSTQVHy+2jXOSnxvR3+Xe1yySHFZoqMpz3TfQsw==
2530-
dependencies:
2531-
"@eslint-community/regexpp" "^4.10.0"
2532-
"@typescript-eslint/scope-manager" "8.44.1"
2533-
"@typescript-eslint/type-utils" "8.44.1"
2534-
"@typescript-eslint/utils" "8.44.1"
2535-
"@typescript-eslint/visitor-keys" "8.44.1"
2536-
graphemer "^1.4.0"
2537-
ignore "^7.0.0"
2533+
"@typescript-eslint/eslint-plugin@8.57.2":
2534+
version "8.57.2"
2535+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.2.tgz#ad0dcefeca9c2ecbe09f730d478063666aee010b"
2536+
integrity sha512-NZZgp0Fm2IkD+La5PR81sd+g+8oS6JwJje+aRWsDocxHkjyRw0J5L5ZTlN3LI1LlOcGL7ph3eaIUmTXMIjLk0w==
2537+
dependencies:
2538+
"@eslint-community/regexpp" "^4.12.2"
2539+
"@typescript-eslint/scope-manager" "8.57.2"
2540+
"@typescript-eslint/type-utils" "8.57.2"
2541+
"@typescript-eslint/utils" "8.57.2"
2542+
"@typescript-eslint/visitor-keys" "8.57.2"
2543+
ignore "^7.0.5"
25382544
natural-compare "^1.4.0"
2539-
ts-api-utils "^2.1.0"
2545+
ts-api-utils "^2.4.0"
25402546

2541-
"@typescript-eslint/parser@8.44.1":
2542-
version "8.44.1"
2543-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.44.1.tgz#d4c85791389462823596ad46e2b90d34845e05eb"
2544-
integrity sha512-EHrrEsyhOhxYt8MTg4zTF+DJMuNBzWwgvvOYNj/zm1vnaD/IC5zCXFehZv94Piqa2cRFfXrTFxIvO95L7Qc/cw==
2547+
"@typescript-eslint/parser@8.57.2":
2548+
version "8.57.2"
2549+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.57.2.tgz#b819955e39f976c0d4f95b5ed67fe22f85cd6898"
2550+
integrity sha512-30ScMRHIAD33JJQkgfGW1t8CURZtjc2JpTrq5n2HFhOefbAhb7ucc7xJwdWcrEtqUIYJ73Nybpsggii6GtAHjA==
25452551
dependencies:
2546-
"@typescript-eslint/scope-manager" "8.44.1"
2547-
"@typescript-eslint/types" "8.44.1"
2548-
"@typescript-eslint/typescript-estree" "8.44.1"
2549-
"@typescript-eslint/visitor-keys" "8.44.1"
2550-
debug "^4.3.4"
2552+
"@typescript-eslint/scope-manager" "8.57.2"
2553+
"@typescript-eslint/types" "8.57.2"
2554+
"@typescript-eslint/typescript-estree" "8.57.2"
2555+
"@typescript-eslint/visitor-keys" "8.57.2"
2556+
debug "^4.4.3"
25512557

25522558
"@typescript-eslint/project-service@8.34.1":
25532559
version "8.34.1"
@@ -2558,14 +2564,14 @@
25582564
"@typescript-eslint/types" "^8.34.1"
25592565
debug "^4.3.4"
25602566

2561-
"@typescript-eslint/project-service@8.44.1":
2562-
version "8.44.1"
2563-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.44.1.tgz#1bccd9796d25032b190f355f55c5fde061158abb"
2564-
integrity sha512-ycSa60eGg8GWAkVsKV4E6Nz33h+HjTXbsDT4FILyL8Obk5/mx4tbvCNsLf9zret3ipSumAOG89UcCs/KRaKYrA==
2567+
"@typescript-eslint/project-service@8.57.2":
2568+
version "8.57.2"
2569+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.57.2.tgz#dfbc7777f9f633f2b06b558cda3836e76f856e3c"
2570+
integrity sha512-FuH0wipFywXRTHf+bTTjNyuNQQsQC3qh/dYzaM4I4W0jrCqjCVuUh99+xd9KamUfmCGPvbO8NDngo/vsnNVqgw==
25652571
dependencies:
2566-
"@typescript-eslint/tsconfig-utils" "^8.44.1"
2567-
"@typescript-eslint/types" "^8.44.1"
2568-
debug "^4.3.4"
2572+
"@typescript-eslint/tsconfig-utils" "^8.57.2"
2573+
"@typescript-eslint/types" "^8.57.2"
2574+
debug "^4.4.3"
25692575

25702576
"@typescript-eslint/scope-manager@8.15.0", "@typescript-eslint/scope-manager@^8.15.0":
25712577
version "8.15.0"
@@ -2583,34 +2589,34 @@
25832589
"@typescript-eslint/types" "8.34.1"
25842590
"@typescript-eslint/visitor-keys" "8.34.1"
25852591

2586-
"@typescript-eslint/scope-manager@8.44.1":
2587-
version "8.44.1"
2588-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.44.1.tgz#31c27f92e4aed8d0f4d6fe2b9e5187d1d8797bd7"
2589-
integrity sha512-NdhWHgmynpSvyhchGLXh+w12OMT308Gm25JoRIyTZqEbApiBiQHD/8xgb6LqCWCFcxFtWwaVdFsLPQI3jvhywg==
2592+
"@typescript-eslint/scope-manager@8.57.2":
2593+
version "8.57.2"
2594+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.57.2.tgz#734dcde40677f430b5d963108337295bdbc09dae"
2595+
integrity sha512-snZKH+W4WbWkrBqj4gUNRIGb/jipDW3qMqVJ4C9rzdFc+wLwruxk+2a5D+uoFcKPAqyqEnSb4l2ULuZf95eSkw==
25902596
dependencies:
2591-
"@typescript-eslint/types" "8.44.1"
2592-
"@typescript-eslint/visitor-keys" "8.44.1"
2597+
"@typescript-eslint/types" "8.57.2"
2598+
"@typescript-eslint/visitor-keys" "8.57.2"
25932599

25942600
"@typescript-eslint/tsconfig-utils@8.34.1", "@typescript-eslint/tsconfig-utils@^8.34.1":
25952601
version "8.34.1"
25962602
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.1.tgz#d6abb1b1e9f1f1c83ac92051c8fbf2dbc4dc9f5e"
25972603
integrity sha512-K4Sjdo4/xF9NEeA2khOb7Y5nY6NSXBnod87uniVYW9kHP+hNlDV8trUSFeynA2uxWam4gIWgWoygPrv9VMWrYg==
25982604

2599-
"@typescript-eslint/tsconfig-utils@8.44.1", "@typescript-eslint/tsconfig-utils@^8.44.1":
2600-
version "8.44.1"
2601-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.44.1.tgz#e1d9d047078fac37d3e638484ab3b56215963342"
2602-
integrity sha512-B5OyACouEjuIvof3o86lRMvyDsFwZm+4fBOqFHccIctYgBjqR3qT39FBYGN87khcgf0ExpdCBeGKpKRhSFTjKQ==
2605+
"@typescript-eslint/tsconfig-utils@8.57.2", "@typescript-eslint/tsconfig-utils@^8.57.2":
2606+
version "8.57.2"
2607+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.2.tgz#cf82dc11e884103ec13188a7352591efaa1a887e"
2608+
integrity sha512-3Lm5DSM+DCowsUOJC+YqHHnKEfFh5CoGkj5Z31NQSNF4l5wdOwqGn99wmwN/LImhfY3KJnmordBq/4+VDe2eKw==
26032609

2604-
"@typescript-eslint/type-utils@8.44.1":
2605-
version "8.44.1"
2606-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.44.1.tgz#be9d31e0f911d17ee8ac99921bb74cf1f9df3906"
2607-
integrity sha512-KdEerZqHWXsRNKjF9NYswNISnFzXfXNDfPxoTh7tqohU/PRIbwTmsjGK6V9/RTYWau7NZvfo52lgVk+sJh0K3g==
2610+
"@typescript-eslint/type-utils@8.57.2":
2611+
version "8.57.2"
2612+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.57.2.tgz#3ec65a94e73776252991a3cf0a15d220734c28f5"
2613+
integrity sha512-Co6ZCShm6kIbAM/s+oYVpKFfW7LBc6FXoPXjTRQ449PPNBY8U0KZXuevz5IFuuUj2H9ss40atTaf9dlGLzbWZg==
26082614
dependencies:
2609-
"@typescript-eslint/types" "8.44.1"
2610-
"@typescript-eslint/typescript-estree" "8.44.1"
2611-
"@typescript-eslint/utils" "8.44.1"
2612-
debug "^4.3.4"
2613-
ts-api-utils "^2.1.0"
2615+
"@typescript-eslint/types" "8.57.2"
2616+
"@typescript-eslint/typescript-estree" "8.57.2"
2617+
"@typescript-eslint/utils" "8.57.2"
2618+
debug "^4.4.3"
2619+
ts-api-utils "^2.4.0"
26142620

26152621
"@typescript-eslint/types@8.15.0":
26162622
version "8.15.0"
@@ -2622,10 +2628,10 @@
26222628
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.34.1.tgz#565a46a251580dae674dac5aafa8eb14b8322a35"
26232629
integrity sha512-rjLVbmE7HR18kDsjNIZQHxmv9RZwlgzavryL5Lnj2ujIRTeXlKtILHgRNmQ3j4daw7zd+mQgy+uyt6Zo6I0IGA==
26242630

2625-
"@typescript-eslint/types@8.44.1", "@typescript-eslint/types@^8.44.1":
2626-
version "8.44.1"
2627-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.44.1.tgz#85d1cad1290a003ff60420388797e85d1c3f76ff"
2628-
integrity sha512-Lk7uj7y9uQUOEguiDIDLYLJOrYHQa7oBiURYVFqIpGxclAFQ78f6VUOM8lI2XEuNOKNB7XuvM2+2cMXAoq4ALQ==
2631+
"@typescript-eslint/types@8.57.2", "@typescript-eslint/types@^8.57.2":
2632+
version "8.57.2"
2633+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.57.2.tgz#efe0da4c28b505ed458f113aa960dce2c5c671f4"
2634+
integrity sha512-/iZM6FnM4tnx9csuTxspMW4BOSegshwX5oBDznJ7S4WggL7Vczz5d2W11ecc4vRrQMQHXRSxzrCsyG5EsPPTbA==
26292635

26302636
"@typescript-eslint/typescript-estree@8.15.0":
26312637
version "8.15.0"
@@ -2657,31 +2663,30 @@
26572663
semver "^7.6.0"
26582664
ts-api-utils "^2.1.0"
26592665

2660-
"@typescript-eslint/typescript-estree@8.44.1":
2661-
version "8.44.1"
2662-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.44.1.tgz#4f17650e5adabecfcc13cd8c517937a4ef5cd424"
2663-
integrity sha512-qnQJ+mVa7szevdEyvfItbO5Vo+GfZ4/GZWWDRRLjrxYPkhM+6zYB2vRYwCsoJLzqFCdZT4mEqyJoyzkunsZ96A==
2664-
dependencies:
2665-
"@typescript-eslint/project-service" "8.44.1"
2666-
"@typescript-eslint/tsconfig-utils" "8.44.1"
2667-
"@typescript-eslint/types" "8.44.1"
2668-
"@typescript-eslint/visitor-keys" "8.44.1"
2669-
debug "^4.3.4"
2670-
fast-glob "^3.3.2"
2671-
is-glob "^4.0.3"
2672-
minimatch "^9.0.4"
2673-
semver "^7.6.0"
2674-
ts-api-utils "^2.1.0"
2675-
2676-
"@typescript-eslint/utils@8.44.1":
2677-
version "8.44.1"
2678-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.44.1.tgz#f23d48eb90791a821dc17d4f67bb96faeb75d63d"
2679-
integrity sha512-DpX5Fp6edTlocMCwA+mHY8Mra+pPjRZ0TfHkXI8QFelIKcbADQz1LUPNtzOFUriBB2UYqw4Pi9+xV4w9ZczHFg==
2680-
dependencies:
2681-
"@eslint-community/eslint-utils" "^4.7.0"
2682-
"@typescript-eslint/scope-manager" "8.44.1"
2683-
"@typescript-eslint/types" "8.44.1"
2684-
"@typescript-eslint/typescript-estree" "8.44.1"
2666+
"@typescript-eslint/typescript-estree@8.57.2":
2667+
version "8.57.2"
2668+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.2.tgz#432e61a6cf2ab565837da387e5262c159672abea"
2669+
integrity sha512-2MKM+I6g8tJxfSmFKOnHv2t8Sk3T6rF20A1Puk0svLK+uVapDZB/4pfAeB7nE83uAZrU6OxW+HmOd5wHVdXwXA==
2670+
dependencies:
2671+
"@typescript-eslint/project-service" "8.57.2"
2672+
"@typescript-eslint/tsconfig-utils" "8.57.2"
2673+
"@typescript-eslint/types" "8.57.2"
2674+
"@typescript-eslint/visitor-keys" "8.57.2"
2675+
debug "^4.4.3"
2676+
minimatch "^10.2.2"
2677+
semver "^7.7.3"
2678+
tinyglobby "^0.2.15"
2679+
ts-api-utils "^2.4.0"
2680+
2681+
"@typescript-eslint/utils@8.57.2":
2682+
version "8.57.2"
2683+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.57.2.tgz#46a8974c24326fb8899486728428a0f1a3115014"
2684+
integrity sha512-krRIbvPK1ju1WBKIefiX+bngPs+odIQUtR7kymzPfo1POVw3jlF+nLkmexdSSd4UCbDcQn+wMBATOOmpBbqgKg==
2685+
dependencies:
2686+
"@eslint-community/eslint-utils" "^4.9.1"
2687+
"@typescript-eslint/scope-manager" "8.57.2"
2688+
"@typescript-eslint/types" "8.57.2"
2689+
"@typescript-eslint/typescript-estree" "8.57.2"
26852690

26862691
"@typescript-eslint/utils@^8.0.0":
26872692
version "8.34.1"
@@ -2719,13 +2724,13 @@
27192724
"@typescript-eslint/types" "8.34.1"
27202725
eslint-visitor-keys "^4.2.1"
27212726

2722-
"@typescript-eslint/visitor-keys@8.44.1":
2723-
version "8.44.1"
2724-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.44.1.tgz#1d96197a7fcceaba647b3bd6a8594df8dc4deb5a"
2725-
integrity sha512-576+u0QD+Jp3tZzvfRfxon0EA2lzcDt3lhUbsC6Lgzy9x2VR4E+JUiNyGHi5T8vk0TV+fpJ5GLG1JsJuWCaKhw==
2727+
"@typescript-eslint/visitor-keys@8.57.2":
2728+
version "8.57.2"
2729+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.2.tgz#a5c9605774247336c0412beb7dc288ab2a07c11e"
2730+
integrity sha512-zhahknjobV2FiD6Ee9iLbS7OV9zi10rG26odsQdfBO/hjSzUQbkIYgda+iNKK1zNiW2ey+Lf8MU5btN17V3dUw==
27262731
dependencies:
2727-
"@typescript-eslint/types" "8.44.1"
2728-
eslint-visitor-keys "^4.2.1"
2732+
"@typescript-eslint/types" "8.57.2"
2733+
eslint-visitor-keys "^5.0.0"
27292734

27302735
"@ungap/structured-clone@^1.2.0":
27312736
version "1.2.0"
@@ -3272,6 +3277,11 @@ balanced-match@^1.0.0:
32723277
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
32733278
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
32743279

3280+
balanced-match@^4.0.2:
3281+
version "4.0.4"
3282+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
3283+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
3284+
32753285
before-after-hook@^3.0.2:
32763286
version "3.0.2"
32773287
resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-3.0.2.tgz#d5665a5fa8b62294a5aa0a499f933f4a1016195d"
@@ -3318,6 +3328,13 @@ brace-expansion@^2.0.1:
33183328
dependencies:
33193329
balanced-match "^1.0.0"
33203330

3331+
brace-expansion@^5.0.2:
3332+
version "5.0.4"
3333+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.4.tgz#614daaecd0a688f660bbbc909a8748c3d80d4336"
3334+
integrity sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==
3335+
dependencies:
3336+
balanced-match "^4.0.2"
3337+
33213338
braces@^3.0.1:
33223339
version "3.0.2"
33233340
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -4152,6 +4169,13 @@ debug@^4.3.6:
41524169
dependencies:
41534170
ms "^2.1.3"
41544171

4172+
debug@^4.4.3:
4173+
version "4.4.3"
4174+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
4175+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
4176+
dependencies:
4177+
ms "^2.1.3"
4178+
41554179
dedent@0.7.0:
41564180
version "0.7.0"
41574181
resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c"
@@ -4983,6 +5007,11 @@ eslint-visitor-keys@^4.2.1:
49835007
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
49845008
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
49855009

5010+
eslint-visitor-keys@^5.0.0:
5011+
version "5.0.1"
5012+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
5013+
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
5014+
49865015
eslint@8.57.1:
49875016
version "8.57.1"
49885017
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -5247,6 +5276,11 @@ fdir@^6.4.4:
52475276
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.4.tgz#1cfcf86f875a883e19a8fab53622cfe992e8d2f9"
52485277
integrity sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==
52495278

5279+
fdir@^6.5.0:
5280+
version "6.5.0"
5281+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
5282+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
5283+
52505284
figures@^2.0.0:
52515285
version "2.0.0"
52525286
resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962"
@@ -6165,10 +6199,10 @@ ignore@^5.3.2:
61656199
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
61666200
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
61676201

6168-
ignore@^7.0.0:
6169-
version "7.0.4"
6170-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.4.tgz#a12c70d0f2607c5bf508fb65a40c75f037d7a078"
6171-
integrity sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==
6202+
ignore@^7.0.5:
6203+
version "7.0.5"
6204+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
6205+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
61726206

61736207
import-fresh@^3.0.0, import-fresh@^3.2.1, import-fresh@^3.3.0:
61746208
version "3.3.0"
@@ -7918,6 +7952,13 @@ mimic-function@^5.0.0:
79187952
resolved "https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz#acbe2b3349f99b9deaca7fb70e48b83e94e67076"
79197953
integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==
79207954

7955+
minimatch@^10.2.2:
7956+
version "10.2.4"
7957+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
7958+
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
7959+
dependencies:
7960+
brace-expansion "^5.0.2"
7961+
79217962
minimatch@^3.0.4:
79227963
version "3.0.4"
79237964
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -9516,6 +9557,11 @@ semver@^7.7.2:
95169557
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
95179558
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
95189559

9560+
semver@^7.7.3:
9561+
version "7.7.4"
9562+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.4.tgz#28464e36060e991fa7a11d0279d2d3f3b57a7e8a"
9563+
integrity sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==
9564+
95199565
set-function-length@^1.1.1:
95209566
version "1.1.1"
95219567
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.1.1.tgz#4bc39fafb0307224a33e106a7d35ca1218d659ed"
@@ -10308,6 +10354,14 @@ tinyglobby@^0.2.12, tinyglobby@^0.2.14:
1030810354
fdir "^6.4.4"
1030910355
picomatch "^4.0.2"
1031010356

10357+
tinyglobby@^0.2.15:
10358+
version "0.2.15"
10359+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
10360+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
10361+
dependencies:
10362+
fdir "^6.5.0"
10363+
picomatch "^4.0.3"
10364+
1031110365
tmp@^0.0.33:
1031210366
version "0.0.33"
1031310367
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
@@ -10352,6 +10406,11 @@ ts-api-utils@^2.1.0:
1035210406
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
1035310407
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
1035410408

10409+
ts-api-utils@^2.4.0:
10410+
version "2.5.0"
10411+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.5.0.tgz#4acd4a155e22734990a5ed1fe9e97f113bcb37c1"
10412+
integrity sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==
10413+
1035510414
ts-declaration-location@^1.0.6:
1035610415
version "1.0.7"
1035710416
resolved "https://registry.yarnpkg.com/ts-declaration-location/-/ts-declaration-location-1.0.7.tgz#d4068fe9975828b3b453b3ab112b4711d8267688"

0 commit comments

Comments
 (0)