Skip to content

Commit 00bbb3e

Browse files
chore(deps): update typescript-eslint monorepo to v8.36.0
1 parent 447a41d commit 00bbb3e

1 file changed

Lines changed: 131 additions & 75 deletions

File tree

yarn.lock

Lines changed: 131 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.7.0"
342+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
343+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
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,101 @@
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.36.0"
677+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.36.0.tgz#880ce277f8a30ccf539ec027acac157088f131ae"
678+
integrity sha512-lZNihHUVB6ZZiPBNgOQGSxUASI7UJWhT8nHyUGCnaQ28XFCw98IfrMCG3rUl1uwUWoAvodJQby2KTs79UTcrAg==
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.36.0"
682+
"@typescript-eslint/type-utils" "8.36.0"
683+
"@typescript-eslint/utils" "8.36.0"
684+
"@typescript-eslint/visitor-keys" "8.36.0"
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.36.0"
692+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.36.0.tgz#003007fe2030013936b6634b9cf52c457d36ed42"
693+
integrity sha512-FuYgkHwZLuPbZjQHzJXrtXreJdFMKl16BFYyRrLxDhWr6Qr7Kbcu2s1Yhu8tsiMXw1S0W1pjfFfYEt+R604s+Q==
694+
dependencies:
695+
"@typescript-eslint/scope-manager" "8.36.0"
696+
"@typescript-eslint/types" "8.36.0"
697+
"@typescript-eslint/typescript-estree" "8.36.0"
698+
"@typescript-eslint/visitor-keys" "8.36.0"
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.36.0":
702+
version "8.36.0"
703+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.36.0.tgz#0c4acdcbe56476a43cdabaac1f08819424a379fd"
704+
integrity sha512-JAhQFIABkWccQYeLMrHadu/fhpzmSQ1F1KXkpzqiVxA/iYI6UnRt2trqXHt1sYEcw1mxLnB9rKMsOxXPxowN/g==
698705
dependencies:
699-
"@typescript-eslint/types" "8.18.0"
700-
"@typescript-eslint/visitor-keys" "8.18.0"
706+
"@typescript-eslint/tsconfig-utils" "^8.36.0"
707+
"@typescript-eslint/types" "^8.36.0"
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.36.0":
711+
version "8.36.0"
712+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.36.0.tgz#23e4196ed07d7ea3737a584fbebc9a79c3835168"
713+
integrity sha512-wCnapIKnDkN62fYtTGv2+RY8FlnBYA3tNm0fm91kc2BjPhV2vIjwwozJ7LToaLAyb1ca8BxrS7vT+Pvvf7RvqA==
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.36.0"
716+
"@typescript-eslint/visitor-keys" "8.36.0"
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.36.0", "@typescript-eslint/tsconfig-utils@^8.36.0":
719+
version "8.36.0"
720+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.36.0.tgz#63ef8a20ae9b5754c6ceacbe87b2fe1aab12ba13"
721+
integrity sha512-Nhh3TIEgN18mNbdXpd5Q8mSCBnrZQeY9V7Ca3dqYvNDStNIGRmJA6dmrIPMJ0kow3C7gcQbpsG2rPzy1Ks/AnA==
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.36.0":
724+
version "8.36.0"
725+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.36.0.tgz#16b092c2cbbb5549f6a4df1382a481586850502f"
726+
integrity sha512-5aaGYG8cVDd6cxfk/ynpYzxBRZJk7w/ymto6uiyUFtdCozQIsQWh7M28/6r57Fwkbweng8qAzoMCPwSJfWlmsg==
721727
dependencies:
722-
"@typescript-eslint/types" "8.18.0"
723-
"@typescript-eslint/visitor-keys" "8.18.0"
728+
"@typescript-eslint/typescript-estree" "8.36.0"
729+
"@typescript-eslint/utils" "8.36.0"
730+
debug "^4.3.4"
731+
ts-api-utils "^2.1.0"
732+
733+
"@typescript-eslint/types@8.36.0", "@typescript-eslint/types@^8.36.0":
734+
version "8.36.0"
735+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.36.0.tgz#d3d184adc2899e2912c13b17c1590486ef37c7ac"
736+
integrity sha512-xGms6l5cTJKQPZOKM75Dl9yBfNdGeLRsIyufewnxT4vZTrjC0ImQT4fj8QmtJK84F58uSh5HVBSANwcfiXxABQ==
737+
738+
"@typescript-eslint/typescript-estree@8.36.0":
739+
version "8.36.0"
740+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.36.0.tgz#344857fa79f71715369554a3cbb6b4ff8695a7bc"
741+
integrity sha512-JaS8bDVrfVJX4av0jLpe4ye0BpAaUW7+tnS4Y4ETa3q7NoZgzYbN9zDQTJ8kPb5fQ4n0hliAt9tA4Pfs2zA2Hg==
742+
dependencies:
743+
"@typescript-eslint/project-service" "8.36.0"
744+
"@typescript-eslint/tsconfig-utils" "8.36.0"
745+
"@typescript-eslint/types" "8.36.0"
746+
"@typescript-eslint/visitor-keys" "8.36.0"
724747
debug "^4.3.4"
725748
fast-glob "^3.3.2"
726749
is-glob "^4.0.3"
727750
minimatch "^9.0.4"
728751
semver "^7.6.0"
729-
ts-api-utils "^1.3.0"
752+
ts-api-utils "^2.1.0"
730753

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==
754+
"@typescript-eslint/utils@8.36.0":
755+
version "8.36.0"
756+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.36.0.tgz#2c9af5292f14e0aa4b0e9c7ac0406afafb299acf"
757+
integrity sha512-VOqmHu42aEMT+P2qYjylw6zP/3E/HvptRwdn/PZxyV27KhZg2IOszXod4NcXisWzPAGSS4trE/g4moNj6XmH2g==
735758
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"
759+
"@eslint-community/eslint-utils" "^4.7.0"
760+
"@typescript-eslint/scope-manager" "8.36.0"
761+
"@typescript-eslint/types" "8.36.0"
762+
"@typescript-eslint/typescript-estree" "8.36.0"
740763

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==
764+
"@typescript-eslint/visitor-keys@8.36.0":
765+
version "8.36.0"
766+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.36.0.tgz#7dc6ba4dd037979eb3a3bdd2093aa3604bb73674"
767+
integrity sha512-vZrhV2lRPWDuGoxcmrzRZyxAggPL+qp3WzUrlZD+slFueDiYHxeBa34dUXPuC0RmGKzl4lS5kFJYvKCq9cnNDA==
745768
dependencies:
746-
"@typescript-eslint/types" "8.18.0"
747-
eslint-visitor-keys "^4.2.0"
769+
"@typescript-eslint/types" "8.36.0"
770+
eslint-visitor-keys "^4.2.1"
748771

749772
"@vitest/coverage-v8@^2.0.0":
750773
version "2.1.8"
@@ -919,9 +942,9 @@ brace-expansion@^1.1.7:
919942
concat-map "0.0.1"
920943

921944
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==
945+
version "2.0.2"
946+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
947+
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
925948
dependencies:
926949
balanced-match "^1.0.0"
927950

@@ -1097,13 +1120,20 @@ debug@^4.1.0, debug@^4.1.1, debug@^4.3.7:
10971120
dependencies:
10981121
ms "^2.1.3"
10991122

1100-
debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
1123+
debug@^4.3.1, debug@^4.3.2:
11011124
version "4.4.0"
11021125
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
11031126
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
11041127
dependencies:
11051128
ms "^2.1.3"
11061129

1130+
debug@^4.3.4:
1131+
version "4.4.1"
1132+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
1133+
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
1134+
dependencies:
1135+
ms "^2.1.3"
1136+
11071137
decamelize@^6.0.0:
11081138
version "6.0.0"
11091139
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-6.0.0.tgz#8cad4d916fde5c41a264a43d0ecc56fe3d31749e"
@@ -1216,6 +1246,11 @@ eslint-visitor-keys@^4.2.0:
12161246
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
12171247
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
12181248

1249+
eslint-visitor-keys@^4.2.1:
1250+
version "4.2.1"
1251+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
1252+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
1253+
12191254
eslint@^9.0.0:
12201255
version "9.17.0"
12211256
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.17.0.tgz#faa1facb5dd042172fdc520106984b5c2421bb0c"
@@ -1306,7 +1341,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
13061341
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
13071342
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
13081343

1309-
fast-glob@^3.3.1, fast-glob@^3.3.2:
1344+
fast-glob@^3.3.1:
13101345
version "3.3.2"
13111346
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
13121347
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -1317,6 +1352,17 @@ fast-glob@^3.3.1, fast-glob@^3.3.2:
13171352
merge2 "^1.3.0"
13181353
micromatch "^4.0.4"
13191354

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

13301376
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==
1377+
version "1.19.1"
1378+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.19.1.tgz#d50eaba803c8846a883c16492821ebcd2cda55f5"
1379+
integrity sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==
13341380
dependencies:
13351381
reusify "^1.0.4"
13361382

@@ -1474,11 +1520,16 @@ html-escaper@^2.0.0:
14741520
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
14751521
integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
14761522

1477-
ignore@^5.2.0, ignore@^5.3.1:
1523+
ignore@^5.2.0:
14781524
version "5.3.2"
14791525
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
14801526
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
14811527

1528+
ignore@^7.0.0:
1529+
version "7.0.5"
1530+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
1531+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
1532+
14821533
import-fresh@^3.2.1:
14831534
version "3.3.0"
14841535
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -1769,7 +1820,7 @@ merge2@^1.3.0:
17691820
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
17701821
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
17711822

1772-
micromatch@^4.0.4:
1823+
micromatch@^4.0.4, micromatch@^4.0.8:
17731824
version "4.0.8"
17741825
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
17751826
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
@@ -2028,9 +2079,9 @@ restore-cursor@^4.0.0:
20282079
signal-exit "^3.0.2"
20292080

20302081
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==
2082+
version "1.1.0"
2083+
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.1.0.tgz#0fe13b9522e1473f51b558ee796e08f11f9b489f"
2084+
integrity sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==
20342085

20352086
rollup@^4.20.0:
20362087
version "4.28.0"
@@ -2083,11 +2134,16 @@ semver@^7.3.5:
20832134
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
20842135
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
20852136

2086-
semver@^7.5.3, semver@^7.6.0:
2137+
semver@^7.5.3:
20872138
version "7.6.3"
20882139
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
20892140
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
20902141

2142+
semver@^7.6.0:
2143+
version "7.7.2"
2144+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
2145+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
2146+
20912147
shebang-command@^2.0.0:
20922148
version "2.0.0"
20932149
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -2287,10 +2343,10 @@ to-regex-range@^5.0.1:
22872343
dependencies:
22882344
is-number "^7.0.0"
22892345

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==
2346+
ts-api-utils@^2.1.0:
2347+
version "2.1.0"
2348+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
2349+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
22942350

22952351
tslib@^2.0.3:
22962352
version "2.6.2"

0 commit comments

Comments
 (0)