Skip to content

Commit ab33d91

Browse files
chore(deps): update typescript-eslint monorepo to v8.54.0
1 parent fb21c10 commit ab33d91

File tree

2 files changed

+124
-89
lines changed

2 files changed

+124
-89
lines changed

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.54.0",
42+
"@typescript-eslint/parser": "8.54.0",
4343
"cspell": "9.2.1",
4444
"cz-conventional-changelog": "3.3.0",
4545
"dotenv": "17.2.2",

yarn.lock

Lines changed: 122 additions & 87 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.54.0":
2534+
version "8.54.0"
2535+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.54.0.tgz#d8899e5c2eccf5c4a20d01c036a193753748454d"
2536+
integrity sha512-hAAP5io/7csFStuOmR782YmTthKBJ9ND3WVL60hcOjvtGFb+HJxH4O5huAcmcZ9v9G8P+JETiZ/G1B8MALnWZQ==
2537+
dependencies:
2538+
"@eslint-community/regexpp" "^4.12.2"
2539+
"@typescript-eslint/scope-manager" "8.54.0"
2540+
"@typescript-eslint/type-utils" "8.54.0"
2541+
"@typescript-eslint/utils" "8.54.0"
2542+
"@typescript-eslint/visitor-keys" "8.54.0"
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.54.0":
2548+
version "8.54.0"
2549+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.54.0.tgz#3d01a6f54ed247deb9982621f70e7abf1810bd97"
2550+
integrity sha512-BtE0k6cjwjLZoZixN0t5AKP0kSzlGu7FctRXYuPAm//aaiZhmfq1JwdYpYr1brzEspYyFeF+8XF5j2VK6oalrA==
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.54.0"
2553+
"@typescript-eslint/types" "8.54.0"
2554+
"@typescript-eslint/typescript-estree" "8.54.0"
2555+
"@typescript-eslint/visitor-keys" "8.54.0"
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.54.0":
2568+
version "8.54.0"
2569+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.54.0.tgz#f582aceb3d752544c8e1b11fea8d95d00cf9adc6"
2570+
integrity sha512-YPf+rvJ1s7MyiWM4uTRhE4DvBXrEV+d8oC3P9Y2eT7S+HBS0clybdMIPnhiATi9vZOYDc7OQ1L/i6ga6NFYK/g==
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.54.0"
2573+
"@typescript-eslint/types" "^8.54.0"
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.54.0":
2593+
version "8.54.0"
2594+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.54.0.tgz#307dc8cbd80157e2772c2d36216857415a71ab33"
2595+
integrity sha512-27rYVQku26j/PbHYcVfRPonmOlVI6gihHtXFbTdB5sb6qA0wdAQAbyXFVarQ5t4HRojIz64IV90YtsjQSSGlQg==
25902596
dependencies:
2591-
"@typescript-eslint/types" "8.44.1"
2592-
"@typescript-eslint/visitor-keys" "8.44.1"
2597+
"@typescript-eslint/types" "8.54.0"
2598+
"@typescript-eslint/visitor-keys" "8.54.0"
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.54.0", "@typescript-eslint/tsconfig-utils@^8.54.0":
2606+
version "8.54.0"
2607+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.54.0.tgz#71dd7ba1674bd48b172fc4c85b2f734b0eae3dbc"
2608+
integrity sha512-dRgOyT2hPk/JwxNMZDsIXDgyl9axdJI3ogZ2XWhBPsnZUv+hPesa5iuhdYt2gzwA9t8RE5ytOJ6xB0moV0Ujvw==
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.54.0":
2611+
version "8.54.0"
2612+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.54.0.tgz#64965317dd4118346c2fa5ee94492892200e9fb9"
2613+
integrity sha512-hiLguxJWHjjwL6xMBwD903ciAwd7DmK30Y9Axs/etOkftC3ZNN9K44IuRD/EB08amu+Zw6W37x9RecLkOo3pMA==
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.54.0"
2616+
"@typescript-eslint/typescript-estree" "8.54.0"
2617+
"@typescript-eslint/utils" "8.54.0"
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.54.0", "@typescript-eslint/types@^8.54.0":
2632+
version "8.54.0"
2633+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.54.0.tgz#c12d41f67a2e15a8a96fbc5f2d07b17331130889"
2634+
integrity sha512-PDUI9R1BVjqu7AUDsRBbKMtwmjWcn4J3le+5LpcFgWULN3LvHC5rkc9gCVxbrsrGmO1jfPybN5s6h4Jy+OnkAA==
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==
2666+
"@typescript-eslint/typescript-estree@8.54.0":
2667+
version "8.54.0"
2668+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.54.0.tgz#3c7716905b2b811fadbd2114804047d1bfc86527"
2669+
integrity sha512-BUwcskRaPvTk6fzVWgDPdUndLjB87KYDrN5EYGetnktoeAvPtO4ONHlAZDnj5VFnUANg0Sjm7j4usBlnoVMHwA==
26642670
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"
2671+
"@typescript-eslint/project-service" "8.54.0"
2672+
"@typescript-eslint/tsconfig-utils" "8.54.0"
2673+
"@typescript-eslint/types" "8.54.0"
2674+
"@typescript-eslint/visitor-keys" "8.54.0"
2675+
debug "^4.4.3"
2676+
minimatch "^9.0.5"
2677+
semver "^7.7.3"
2678+
tinyglobby "^0.2.15"
2679+
ts-api-utils "^2.4.0"
26752680

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==
2681+
"@typescript-eslint/utils@8.54.0":
2682+
version "8.54.0"
2683+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.54.0.tgz#c79a4bcbeebb4f571278c0183ed1cb601d84c6c8"
2684+
integrity sha512-9Cnda8GS57AQakvRyG0PTejJNlA2xhvyNtEVIMlDWOOeEyBkYWhGPnfrIAnqxLMTSTo6q8g12XVjjev5l1NvMA==
26802685
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"
2686+
"@eslint-community/eslint-utils" "^4.9.1"
2687+
"@typescript-eslint/scope-manager" "8.54.0"
2688+
"@typescript-eslint/types" "8.54.0"
2689+
"@typescript-eslint/typescript-estree" "8.54.0"
26852690

26862691
"@typescript-eslint/utils@^8.0.0":
26872692
version "8.34.1"
@@ -2719,12 +2724,12 @@
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.54.0":
2728+
version "8.54.0"
2729+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.54.0.tgz#0e4b50124b210b8600b245dd66cbad52deb15590"
2730+
integrity sha512-VFlhGSl4opC0bprJiItPQ1RfUhGDIBokcPwaFH4yiBCaNPeld/9VeXbiPO1cLyorQi1G1vL+ecBk1x8o1axORA==
27262731
dependencies:
2727-
"@typescript-eslint/types" "8.44.1"
2732+
"@typescript-eslint/types" "8.54.0"
27282733
eslint-visitor-keys "^4.2.1"
27292734

27302735
"@ungap/structured-clone@^1.2.0":
@@ -4152,6 +4157,13 @@ debug@^4.3.6:
41524157
dependencies:
41534158
ms "^2.1.3"
41544159

4160+
debug@^4.4.3:
4161+
version "4.4.3"
4162+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
4163+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
4164+
dependencies:
4165+
ms "^2.1.3"
4166+
41554167
dedent@0.7.0:
41564168
version "0.7.0"
41574169
resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c"
@@ -5247,6 +5259,11 @@ fdir@^6.4.4:
52475259
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.4.tgz#1cfcf86f875a883e19a8fab53622cfe992e8d2f9"
52485260
integrity sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==
52495261

5262+
fdir@^6.5.0:
5263+
version "6.5.0"
5264+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
5265+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
5266+
52505267
figures@^2.0.0:
52515268
version "2.0.0"
52525269
resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962"
@@ -6165,10 +6182,10 @@ ignore@^5.3.2:
61656182
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
61666183
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
61676184

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==
6185+
ignore@^7.0.5:
6186+
version "7.0.5"
6187+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
6188+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
61726189

61736190
import-fresh@^3.0.0, import-fresh@^3.2.1, import-fresh@^3.3.0:
61746191
version "3.3.0"
@@ -9516,6 +9533,11 @@ semver@^7.7.2:
95169533
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
95179534
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
95189535

9536+
semver@^7.7.3:
9537+
version "7.7.3"
9538+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
9539+
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
9540+
95199541
set-function-length@^1.1.1:
95209542
version "1.1.1"
95219543
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.1.1.tgz#4bc39fafb0307224a33e106a7d35ca1218d659ed"
@@ -10308,6 +10330,14 @@ tinyglobby@^0.2.12, tinyglobby@^0.2.14:
1030810330
fdir "^6.4.4"
1030910331
picomatch "^4.0.2"
1031010332

10333+
tinyglobby@^0.2.15:
10334+
version "0.2.15"
10335+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
10336+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
10337+
dependencies:
10338+
fdir "^6.5.0"
10339+
picomatch "^4.0.3"
10340+
1031110341
tmp@^0.0.33:
1031210342
version "0.0.33"
1031310343
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
@@ -10352,6 +10382,11 @@ ts-api-utils@^2.1.0:
1035210382
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
1035310383
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
1035410384

10385+
ts-api-utils@^2.4.0:
10386+
version "2.4.0"
10387+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8"
10388+
integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==
10389+
1035510390
ts-declaration-location@^1.0.6:
1035610391
version "1.0.7"
1035710392
resolved "https://registry.yarnpkg.com/ts-declaration-location/-/ts-declaration-location-1.0.7.tgz#d4068fe9975828b3b453b3ab112b4711d8267688"

0 commit comments

Comments
 (0)