Skip to content

Commit 2ce0e21

Browse files
chore(deps): update typescript-eslint monorepo to v8.44.1
1 parent 447a41d commit 2ce0e21

File tree

1 file changed

+132
-75
lines changed

1 file changed

+132
-75
lines changed

yarn.lock

Lines changed: 132 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -330,13 +330,20 @@
330330
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz#acad351d582d157bb145535db2a6ff53dd514b5c"
331331
integrity sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==
332332

333-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
333+
"@eslint-community/eslint-utils@^4.2.0":
334334
version "4.4.1"
335335
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56"
336336
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
337337
dependencies:
338338
eslint-visitor-keys "^3.4.3"
339339

340+
"@eslint-community/eslint-utils@^4.7.0":
341+
version "4.9.0"
342+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
343+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
344+
dependencies:
345+
eslint-visitor-keys "^3.4.3"
346+
340347
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1":
341348
version "4.12.1"
342349
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
@@ -666,85 +673,102 @@
666673
csstype "^3.0.2"
667674

668675
"@typescript-eslint/eslint-plugin@^8.0.0":
669-
version "8.18.0"
670-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.0.tgz#0901933326aea4443b81df3f740ca7dfc45c7bea"
671-
integrity sha512-NR2yS7qUqCL7AIxdJUQf2MKKNDVNaig/dEB0GBLU7D+ZdHgK1NoH/3wsgO3OnPVipn51tG3MAwaODEGil70WEw==
676+
version "8.44.1"
677+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.44.1.tgz#011a2b5913d297b3d9d77f64fb78575bab01a1b3"
678+
integrity sha512-molgphGqOBT7t4YKCSkbasmu1tb1MgrZ2szGzHbclF7PNmOkSTQVHy+2jXOSnxvR3+Xe1yySHFZoqMpz3TfQsw==
672679
dependencies:
673680
"@eslint-community/regexpp" "^4.10.0"
674-
"@typescript-eslint/scope-manager" "8.18.0"
675-
"@typescript-eslint/type-utils" "8.18.0"
676-
"@typescript-eslint/utils" "8.18.0"
677-
"@typescript-eslint/visitor-keys" "8.18.0"
681+
"@typescript-eslint/scope-manager" "8.44.1"
682+
"@typescript-eslint/type-utils" "8.44.1"
683+
"@typescript-eslint/utils" "8.44.1"
684+
"@typescript-eslint/visitor-keys" "8.44.1"
678685
graphemer "^1.4.0"
679-
ignore "^5.3.1"
686+
ignore "^7.0.0"
680687
natural-compare "^1.4.0"
681-
ts-api-utils "^1.3.0"
688+
ts-api-utils "^2.1.0"
682689

683690
"@typescript-eslint/parser@^8.0.0":
684-
version "8.18.0"
685-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.18.0.tgz#a1c9456cbb6a089730bf1d3fc47946c5fb5fe67b"
686-
integrity sha512-hgUZ3kTEpVzKaK3uNibExUYm6SKKOmTU2BOxBSvOYwtJEPdVQ70kZJpPjstlnhCHcuc2WGfSbpKlb/69ttyN5Q==
687-
dependencies:
688-
"@typescript-eslint/scope-manager" "8.18.0"
689-
"@typescript-eslint/types" "8.18.0"
690-
"@typescript-eslint/typescript-estree" "8.18.0"
691-
"@typescript-eslint/visitor-keys" "8.18.0"
691+
version "8.44.1"
692+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.44.1.tgz#d4c85791389462823596ad46e2b90d34845e05eb"
693+
integrity sha512-EHrrEsyhOhxYt8MTg4zTF+DJMuNBzWwgvvOYNj/zm1vnaD/IC5zCXFehZv94Piqa2cRFfXrTFxIvO95L7Qc/cw==
694+
dependencies:
695+
"@typescript-eslint/scope-manager" "8.44.1"
696+
"@typescript-eslint/types" "8.44.1"
697+
"@typescript-eslint/typescript-estree" "8.44.1"
698+
"@typescript-eslint/visitor-keys" "8.44.1"
692699
debug "^4.3.4"
693700

694-
"@typescript-eslint/scope-manager@8.18.0":
695-
version "8.18.0"
696-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.18.0.tgz#30b040cb4557804a7e2bcc65cf8fdb630c96546f"
697-
integrity sha512-PNGcHop0jkK2WVYGotk/hxj+UFLhXtGPiGtiaWgVBVP1jhMoMCHlTyJA+hEj4rszoSdLTK3fN4oOatrL0Cp+Xw==
701+
"@typescript-eslint/project-service@8.44.1":
702+
version "8.44.1"
703+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.44.1.tgz#1bccd9796d25032b190f355f55c5fde061158abb"
704+
integrity sha512-ycSa60eGg8GWAkVsKV4E6Nz33h+HjTXbsDT4FILyL8Obk5/mx4tbvCNsLf9zret3ipSumAOG89UcCs/KRaKYrA==
698705
dependencies:
699-
"@typescript-eslint/types" "8.18.0"
700-
"@typescript-eslint/visitor-keys" "8.18.0"
706+
"@typescript-eslint/tsconfig-utils" "^8.44.1"
707+
"@typescript-eslint/types" "^8.44.1"
708+
debug "^4.3.4"
701709

702-
"@typescript-eslint/type-utils@8.18.0":
703-
version "8.18.0"
704-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.18.0.tgz#6f0d12cf923b6fd95ae4d877708c0adaad93c471"
705-
integrity sha512-er224jRepVAVLnMF2Q7MZJCq5CsdH2oqjP4dT7K6ij09Kyd+R21r7UVJrF0buMVdZS5QRhDzpvzAxHxabQadow==
710+
"@typescript-eslint/scope-manager@8.44.1":
711+
version "8.44.1"
712+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.44.1.tgz#31c27f92e4aed8d0f4d6fe2b9e5187d1d8797bd7"
713+
integrity sha512-NdhWHgmynpSvyhchGLXh+w12OMT308Gm25JoRIyTZqEbApiBiQHD/8xgb6LqCWCFcxFtWwaVdFsLPQI3jvhywg==
706714
dependencies:
707-
"@typescript-eslint/typescript-estree" "8.18.0"
708-
"@typescript-eslint/utils" "8.18.0"
709-
debug "^4.3.4"
710-
ts-api-utils "^1.3.0"
715+
"@typescript-eslint/types" "8.44.1"
716+
"@typescript-eslint/visitor-keys" "8.44.1"
711717

712-
"@typescript-eslint/types@8.18.0":
713-
version "8.18.0"
714-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.18.0.tgz#3afcd30def8756bc78541268ea819a043221d5f3"
715-
integrity sha512-FNYxgyTCAnFwTrzpBGq+zrnoTO4x0c1CKYY5MuUTzpScqmY5fmsh2o3+57lqdI3NZucBDCzDgdEbIaNfAjAHQA==
718+
"@typescript-eslint/tsconfig-utils@8.44.1", "@typescript-eslint/tsconfig-utils@^8.44.1":
719+
version "8.44.1"
720+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.44.1.tgz#e1d9d047078fac37d3e638484ab3b56215963342"
721+
integrity sha512-B5OyACouEjuIvof3o86lRMvyDsFwZm+4fBOqFHccIctYgBjqR3qT39FBYGN87khcgf0ExpdCBeGKpKRhSFTjKQ==
716722

717-
"@typescript-eslint/typescript-estree@8.18.0":
718-
version "8.18.0"
719-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.0.tgz#d8ca785799fbb9c700cdff1a79c046c3e633c7f9"
720-
integrity sha512-rqQgFRu6yPkauz+ms3nQpohwejS8bvgbPyIDq13cgEDbkXt4LH4OkDMT0/fN1RUtzG8e8AKJyDBoocuQh8qNeg==
723+
"@typescript-eslint/type-utils@8.44.1":
724+
version "8.44.1"
725+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.44.1.tgz#be9d31e0f911d17ee8ac99921bb74cf1f9df3906"
726+
integrity sha512-KdEerZqHWXsRNKjF9NYswNISnFzXfXNDfPxoTh7tqohU/PRIbwTmsjGK6V9/RTYWau7NZvfo52lgVk+sJh0K3g==
721727
dependencies:
722-
"@typescript-eslint/types" "8.18.0"
723-
"@typescript-eslint/visitor-keys" "8.18.0"
728+
"@typescript-eslint/types" "8.44.1"
729+
"@typescript-eslint/typescript-estree" "8.44.1"
730+
"@typescript-eslint/utils" "8.44.1"
731+
debug "^4.3.4"
732+
ts-api-utils "^2.1.0"
733+
734+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.44.1":
735+
version "8.44.1"
736+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.44.1.tgz#85d1cad1290a003ff60420388797e85d1c3f76ff"
737+
integrity sha512-Lk7uj7y9uQUOEguiDIDLYLJOrYHQa7oBiURYVFqIpGxclAFQ78f6VUOM8lI2XEuNOKNB7XuvM2+2cMXAoq4ALQ==
738+
739+
"@typescript-eslint/[email protected]":
740+
version "8.44.1"
741+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.44.1.tgz#4f17650e5adabecfcc13cd8c517937a4ef5cd424"
742+
integrity sha512-qnQJ+mVa7szevdEyvfItbO5Vo+GfZ4/GZWWDRRLjrxYPkhM+6zYB2vRYwCsoJLzqFCdZT4mEqyJoyzkunsZ96A==
743+
dependencies:
744+
"@typescript-eslint/project-service" "8.44.1"
745+
"@typescript-eslint/tsconfig-utils" "8.44.1"
746+
"@typescript-eslint/types" "8.44.1"
747+
"@typescript-eslint/visitor-keys" "8.44.1"
724748
debug "^4.3.4"
725749
fast-glob "^3.3.2"
726750
is-glob "^4.0.3"
727751
minimatch "^9.0.4"
728752
semver "^7.6.0"
729-
ts-api-utils "^1.3.0"
753+
ts-api-utils "^2.1.0"
730754

731-
"@typescript-eslint/utils@8.18.0":
732-
version "8.18.0"
733-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.18.0.tgz#48f67205d42b65d895797bb7349d1be5c39a62f7"
734-
integrity sha512-p6GLdY383i7h5b0Qrfbix3Vc3+J2k6QWw6UMUeY5JGfm3C5LbZ4QIZzJNoNOfgyRe0uuYKjvVOsO/jD4SJO+xg==
755+
"@typescript-eslint/utils@8.44.1":
756+
version "8.44.1"
757+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.44.1.tgz#f23d48eb90791a821dc17d4f67bb96faeb75d63d"
758+
integrity sha512-DpX5Fp6edTlocMCwA+mHY8Mra+pPjRZ0TfHkXI8QFelIKcbADQz1LUPNtzOFUriBB2UYqw4Pi9+xV4w9ZczHFg==
735759
dependencies:
736-
"@eslint-community/eslint-utils" "^4.4.0"
737-
"@typescript-eslint/scope-manager" "8.18.0"
738-
"@typescript-eslint/types" "8.18.0"
739-
"@typescript-eslint/typescript-estree" "8.18.0"
760+
"@eslint-community/eslint-utils" "^4.7.0"
761+
"@typescript-eslint/scope-manager" "8.44.1"
762+
"@typescript-eslint/types" "8.44.1"
763+
"@typescript-eslint/typescript-estree" "8.44.1"
740764

741-
"@typescript-eslint/visitor-keys@8.18.0":
742-
version "8.18.0"
743-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.0.tgz#7b6d33534fa808e33a19951907231ad2ea5c36dd"
744-
integrity sha512-pCh/qEA8Lb1wVIqNvBke8UaRjJ6wrAWkJO5yyIbs8Yx6TNGYyfNjOo61tLv+WwLvoLPp4BQ8B7AHKijl8NGUfw==
765+
"@typescript-eslint/visitor-keys@8.44.1":
766+
version "8.44.1"
767+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.44.1.tgz#1d96197a7fcceaba647b3bd6a8594df8dc4deb5a"
768+
integrity sha512-576+u0QD+Jp3tZzvfRfxon0EA2lzcDt3lhUbsC6Lgzy9x2VR4E+JUiNyGHi5T8vk0TV+fpJ5GLG1JsJuWCaKhw==
745769
dependencies:
746-
"@typescript-eslint/types" "8.18.0"
747-
eslint-visitor-keys "^4.2.0"
770+
"@typescript-eslint/types" "8.44.1"
771+
eslint-visitor-keys "^4.2.1"
748772

749773
"@vitest/coverage-v8@^2.0.0":
750774
version "2.1.8"
@@ -919,9 +943,9 @@ brace-expansion@^1.1.7:
919943
concat-map "0.0.1"
920944

921945
brace-expansion@^2.0.1:
922-
version "2.0.1"
923-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
924-
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
946+
version "2.0.2"
947+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
948+
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
925949
dependencies:
926950
balanced-match "^1.0.0"
927951

@@ -1097,13 +1121,20 @@ debug@^4.1.0, debug@^4.1.1, debug@^4.3.7:
10971121
dependencies:
10981122
ms "^2.1.3"
10991123

1100-
debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
1124+
debug@^4.3.1, debug@^4.3.2:
11011125
version "4.4.0"
11021126
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
11031127
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
11041128
dependencies:
11051129
ms "^2.1.3"
11061130

1131+
debug@^4.3.4:
1132+
version "4.4.3"
1133+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
1134+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
1135+
dependencies:
1136+
ms "^2.1.3"
1137+
11071138
decamelize@^6.0.0:
11081139
version "6.0.0"
11091140
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-6.0.0.tgz#8cad4d916fde5c41a264a43d0ecc56fe3d31749e"
@@ -1216,6 +1247,11 @@ eslint-visitor-keys@^4.2.0:
12161247
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
12171248
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
12181249

1250+
eslint-visitor-keys@^4.2.1:
1251+
version "4.2.1"
1252+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
1253+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
1254+
12191255
eslint@^9.0.0:
12201256
version "9.17.0"
12211257
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.17.0.tgz#faa1facb5dd042172fdc520106984b5c2421bb0c"
@@ -1306,7 +1342,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
13061342
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
13071343
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
13081344

1309-
fast-glob@^3.3.1, fast-glob@^3.3.2:
1345+
fast-glob@^3.3.1:
13101346
version "3.3.2"
13111347
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
13121348
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -1317,6 +1353,17 @@ fast-glob@^3.3.1, fast-glob@^3.3.2:
13171353
merge2 "^1.3.0"
13181354
micromatch "^4.0.4"
13191355

1356+
fast-glob@^3.3.2:
1357+
version "3.3.3"
1358+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
1359+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
1360+
dependencies:
1361+
"@nodelib/fs.stat" "^2.0.2"
1362+
"@nodelib/fs.walk" "^1.2.3"
1363+
glob-parent "^5.1.2"
1364+
merge2 "^1.3.0"
1365+
micromatch "^4.0.8"
1366+
13201367
fast-json-stable-stringify@^2.0.0:
13211368
version "2.1.0"
13221369
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -1328,9 +1375,9 @@ fast-levenshtein@^2.0.6:
13281375
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
13291376

13301377
fastq@^1.6.0:
1331-
version "1.17.1"
1332-
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.17.1.tgz#2a523f07a4e7b1e81a42b91b8bf2254107753b47"
1333-
integrity sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==
1378+
version "1.19.1"
1379+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.19.1.tgz#d50eaba803c8846a883c16492821ebcd2cda55f5"
1380+
integrity sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==
13341381
dependencies:
13351382
reusify "^1.0.4"
13361383

@@ -1474,11 +1521,16 @@ html-escaper@^2.0.0:
14741521
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
14751522
integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
14761523

1477-
ignore@^5.2.0, ignore@^5.3.1:
1524+
ignore@^5.2.0:
14781525
version "5.3.2"
14791526
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
14801527
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
14811528

1529+
ignore@^7.0.0:
1530+
version "7.0.5"
1531+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
1532+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
1533+
14821534
import-fresh@^3.2.1:
14831535
version "3.3.0"
14841536
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -1769,7 +1821,7 @@ merge2@^1.3.0:
17691821
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
17701822
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
17711823

1772-
micromatch@^4.0.4:
1824+
micromatch@^4.0.4, micromatch@^4.0.8:
17731825
version "4.0.8"
17741826
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
17751827
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
@@ -2028,9 +2080,9 @@ restore-cursor@^4.0.0:
20282080
signal-exit "^3.0.2"
20292081

20302082
reusify@^1.0.4:
2031-
version "1.0.4"
2032-
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
2033-
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
2083+
version "1.1.0"
2084+
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.1.0.tgz#0fe13b9522e1473f51b558ee796e08f11f9b489f"
2085+
integrity sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==
20342086

20352087
rollup@^4.20.0:
20362088
version "4.28.0"
@@ -2083,11 +2135,16 @@ semver@^7.3.5:
20832135
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
20842136
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
20852137

2086-
semver@^7.5.3, semver@^7.6.0:
2138+
semver@^7.5.3:
20872139
version "7.6.3"
20882140
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
20892141
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
20902142

2143+
semver@^7.6.0:
2144+
version "7.7.2"
2145+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
2146+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
2147+
20912148
shebang-command@^2.0.0:
20922149
version "2.0.0"
20932150
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -2287,10 +2344,10 @@ to-regex-range@^5.0.1:
22872344
dependencies:
22882345
is-number "^7.0.0"
22892346

2290-
ts-api-utils@^1.3.0:
2291-
version "1.4.3"
2292-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
2293-
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
2347+
ts-api-utils@^2.1.0:
2348+
version "2.1.0"
2349+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
2350+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
22942351

22952352
tslib@^2.0.3:
22962353
version "2.6.2"

0 commit comments

Comments
 (0)