Skip to content

Commit 736e48e

Browse files
chore(deps): update typescript-eslint monorepo to v8.46.2
1 parent e08629c commit 736e48e

File tree

1 file changed

+127
-81
lines changed

1 file changed

+127
-81
lines changed

yarn.lock

Lines changed: 127 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -190,17 +190,24 @@
190190
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
191191
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
192192

193-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
193+
"@eslint-community/eslint-utils@^4.2.0":
194194
version "4.4.0"
195195
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
196196
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
197197
dependencies:
198198
eslint-visitor-keys "^3.3.0"
199199

200+
"@eslint-community/eslint-utils@^4.7.0":
201+
version "4.9.0"
202+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
203+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
204+
dependencies:
205+
eslint-visitor-keys "^3.4.3"
206+
200207
"@eslint-community/regexpp@^4.10.0":
201-
version "4.11.1"
202-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz#a547badfc719eb3e5f4b556325e542fbe9d7a18f"
203-
integrity sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==
208+
version "4.12.1"
209+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
210+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
204211

205212
"@eslint-community/regexpp@^4.6.1":
206213
version "4.10.0"
@@ -475,85 +482,102 @@
475482
"@types/node" "*"
476483

477484
"@typescript-eslint/eslint-plugin@^8.0.0":
478-
version "8.6.0"
479-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.6.0.tgz#20049754ff9f6d3a09bf240297f029ce04290999"
480-
integrity sha512-UOaz/wFowmoh2G6Mr9gw60B1mm0MzUtm6Ic8G2yM1Le6gyj5Loi/N+O5mocugRGY+8OeeKmkMmbxNqUCq3B4Sg==
485+
version "8.46.2"
486+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.2.tgz#dc4ab93ee3d7e6c8e38820a0d6c7c93c7183e2dc"
487+
integrity sha512-ZGBMToy857/NIPaaCucIUQgqueOiq7HeAKkhlvqVV4lm089zUFW6ikRySx2v+cAhKeUCPuWVHeimyk6Dw1iY3w==
481488
dependencies:
482489
"@eslint-community/regexpp" "^4.10.0"
483-
"@typescript-eslint/scope-manager" "8.6.0"
484-
"@typescript-eslint/type-utils" "8.6.0"
485-
"@typescript-eslint/utils" "8.6.0"
486-
"@typescript-eslint/visitor-keys" "8.6.0"
490+
"@typescript-eslint/scope-manager" "8.46.2"
491+
"@typescript-eslint/type-utils" "8.46.2"
492+
"@typescript-eslint/utils" "8.46.2"
493+
"@typescript-eslint/visitor-keys" "8.46.2"
487494
graphemer "^1.4.0"
488-
ignore "^5.3.1"
495+
ignore "^7.0.0"
489496
natural-compare "^1.4.0"
490-
ts-api-utils "^1.3.0"
497+
ts-api-utils "^2.1.0"
491498

492499
"@typescript-eslint/parser@^8.0.0":
493-
version "8.6.0"
494-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.6.0.tgz#02e092b9dc8b4e319172af620d0d39b337d948f6"
495-
integrity sha512-eQcbCuA2Vmw45iGfcyG4y6rS7BhWfz9MQuk409WD47qMM+bKCGQWXxvoOs1DUp+T7UBMTtRTVT+kXr7Sh4O9Ow==
496-
dependencies:
497-
"@typescript-eslint/scope-manager" "8.6.0"
498-
"@typescript-eslint/types" "8.6.0"
499-
"@typescript-eslint/typescript-estree" "8.6.0"
500-
"@typescript-eslint/visitor-keys" "8.6.0"
500+
version "8.46.2"
501+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.46.2.tgz#dd938d45d581ac8ffa9d8a418a50282b306f7ebf"
502+
integrity sha512-BnOroVl1SgrPLywqxyqdJ4l3S2MsKVLDVxZvjI1Eoe8ev2r3kGDo+PcMihNmDE+6/KjkTubSJnmqGZZjQSBq/g==
503+
dependencies:
504+
"@typescript-eslint/scope-manager" "8.46.2"
505+
"@typescript-eslint/types" "8.46.2"
506+
"@typescript-eslint/typescript-estree" "8.46.2"
507+
"@typescript-eslint/visitor-keys" "8.46.2"
501508
debug "^4.3.4"
502509

503-
"@typescript-eslint/scope-manager@8.6.0":
504-
version "8.6.0"
505-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.6.0.tgz#28cc2fc26a84b75addf45091a2c6283e29e2c982"
506-
integrity sha512-ZuoutoS5y9UOxKvpc/GkvF4cuEmpokda4wRg64JEia27wX+PysIE9q+lzDtlHHgblwUWwo5/Qn+/WyTUvDwBHw==
510+
"@typescript-eslint/project-service@8.46.2":
511+
version "8.46.2"
512+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.46.2.tgz#ab2f02a0de4da6a7eeb885af5e059be57819d608"
513+
integrity sha512-PULOLZ9iqwI7hXcmL4fVfIsBi6AN9YxRc0frbvmg8f+4hQAjQ5GYNKK0DIArNo+rOKmR/iBYwkpBmnIwin4wBg==
507514
dependencies:
508-
"@typescript-eslint/types" "8.6.0"
509-
"@typescript-eslint/visitor-keys" "8.6.0"
515+
"@typescript-eslint/tsconfig-utils" "^8.46.2"
516+
"@typescript-eslint/types" "^8.46.2"
517+
debug "^4.3.4"
510518

511-
"@typescript-eslint/type-utils@8.6.0":
512-
version "8.6.0"
513-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.6.0.tgz#d4347e637478bef88cee1db691fcfa20ade9b8a0"
514-
integrity sha512-dtePl4gsuenXVwC7dVNlb4mGDcKjDT/Ropsk4za/ouMBPplCLyznIaR+W65mvCvsyS97dymoBRrioEXI7k0XIg==
519+
"@typescript-eslint/scope-manager@8.46.2":
520+
version "8.46.2"
521+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.46.2.tgz#7d37df2493c404450589acb3b5d0c69cc0670a88"
522+
integrity sha512-LF4b/NmGvdWEHD2H4MsHD8ny6JpiVNDzrSZr3CsckEgCbAGZbYM4Cqxvi9L+WqDMT+51Ozy7lt2M+d0JLEuBqA==
515523
dependencies:
516-
"@typescript-eslint/typescript-estree" "8.6.0"
517-
"@typescript-eslint/utils" "8.6.0"
518-
debug "^4.3.4"
519-
ts-api-utils "^1.3.0"
524+
"@typescript-eslint/types" "8.46.2"
525+
"@typescript-eslint/visitor-keys" "8.46.2"
520526

521-
"@typescript-eslint/types@8.6.0":
522-
version "8.6.0"
523-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.6.0.tgz#cdc3a16f83f2f0663d6723e9fd032331cdd9f51c"
524-
integrity sha512-rojqFZGd4MQxw33SrOy09qIDS8WEldM8JWtKQLAjf/X5mGSeEFh5ixQlxssMNyPslVIk9yzWqXCsV2eFhYrYUw==
527+
"@typescript-eslint/tsconfig-utils@8.46.2", "@typescript-eslint/tsconfig-utils@^8.46.2":
528+
version "8.46.2"
529+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.2.tgz#d110451cb93bbd189865206ea37ef677c196828c"
530+
integrity sha512-a7QH6fw4S57+F5y2FIxxSDyi5M4UfGF+Jl1bCGd7+L4KsaUY80GsiF/t0UoRFDHAguKlBaACWJRmdrc6Xfkkag==
525531

526-
"@typescript-eslint/typescript-estree@8.6.0":
527-
version "8.6.0"
528-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.6.0.tgz#f945506de42871f04868371cb5bf21e8f7266e01"
529-
integrity sha512-MOVAzsKJIPIlLK239l5s06YXjNqpKTVhBVDnqUumQJja5+Y94V3+4VUFRA0G60y2jNnTVwRCkhyGQpavfsbq/g==
532+
"@typescript-eslint/type-utils@8.46.2":
533+
version "8.46.2"
534+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.46.2.tgz#802d027864e6fb752e65425ed09f3e089fb4d384"
535+
integrity sha512-HbPM4LbaAAt/DjxXaG9yiS9brOOz6fabal4uvUmaUYe6l3K1phQDMQKBRUrr06BQkxkvIZVVHttqiybM9nJsLA==
530536
dependencies:
531-
"@typescript-eslint/types" "8.6.0"
532-
"@typescript-eslint/visitor-keys" "8.6.0"
537+
"@typescript-eslint/types" "8.46.2"
538+
"@typescript-eslint/typescript-estree" "8.46.2"
539+
"@typescript-eslint/utils" "8.46.2"
540+
debug "^4.3.4"
541+
ts-api-utils "^2.1.0"
542+
543+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.46.2":
544+
version "8.46.2"
545+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.2.tgz#2bad7348511b31e6e42579820e62b73145635763"
546+
integrity sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ==
547+
548+
"@typescript-eslint/[email protected]":
549+
version "8.46.2"
550+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.2.tgz#ab547a27e4222bb6a3281cb7e98705272e2c7d08"
551+
integrity sha512-f7rW7LJ2b7Uh2EiQ+7sza6RDZnajbNbemn54Ob6fRwQbgcIn+GWfyuHDHRYgRoZu1P4AayVScrRW+YfbTvPQoQ==
552+
dependencies:
553+
"@typescript-eslint/project-service" "8.46.2"
554+
"@typescript-eslint/tsconfig-utils" "8.46.2"
555+
"@typescript-eslint/types" "8.46.2"
556+
"@typescript-eslint/visitor-keys" "8.46.2"
533557
debug "^4.3.4"
534558
fast-glob "^3.3.2"
535559
is-glob "^4.0.3"
536560
minimatch "^9.0.4"
537561
semver "^7.6.0"
538-
ts-api-utils "^1.3.0"
562+
ts-api-utils "^2.1.0"
539563

540-
"@typescript-eslint/utils@8.6.0":
541-
version "8.6.0"
542-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.6.0.tgz#175fe893f32804bed1e72b3364ea6bbe1044181c"
543-
integrity sha512-eNp9cWnYf36NaOVjkEUznf6fEgVy1TWpE0o52e4wtojjBx7D1UV2WAWGzR+8Y5lVFtpMLPwNbC67T83DWSph4A==
564+
"@typescript-eslint/utils@8.46.2":
565+
version "8.46.2"
566+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.46.2.tgz#b313d33d67f9918583af205bd7bcebf20f231732"
567+
integrity sha512-sExxzucx0Tud5tE0XqR0lT0psBQvEpnpiul9XbGUB1QwpWJJAps1O/Z7hJxLGiZLBKMCutjTzDgmd1muEhBnVg==
544568
dependencies:
545-
"@eslint-community/eslint-utils" "^4.4.0"
546-
"@typescript-eslint/scope-manager" "8.6.0"
547-
"@typescript-eslint/types" "8.6.0"
548-
"@typescript-eslint/typescript-estree" "8.6.0"
569+
"@eslint-community/eslint-utils" "^4.7.0"
570+
"@typescript-eslint/scope-manager" "8.46.2"
571+
"@typescript-eslint/types" "8.46.2"
572+
"@typescript-eslint/typescript-estree" "8.46.2"
549573

550-
"@typescript-eslint/visitor-keys@8.6.0":
551-
version "8.6.0"
552-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.6.0.tgz#5432af4a1753f376f35ab5b891fc9db237aaf76f"
553-
integrity sha512-wapVFfZg9H0qOYh4grNVQiMklJGluQrOUiOhYRrQWhx7BY/+I1IYb8BczWNbbUpO+pqy0rDciv3lQH5E1bCLrg==
574+
"@typescript-eslint/visitor-keys@8.46.2":
575+
version "8.46.2"
576+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.2.tgz#803fa298948c39acf810af21bdce6f8babfa9738"
577+
integrity sha512-tUFMXI4gxzzMXt4xpGJEsBsTox0XbNQ1y94EwlD/CuZwFcQP79xfQqMhau9HsRc/J0cAPA/HZt1dZPtGn9V/7w==
554578
dependencies:
555-
"@typescript-eslint/types" "8.6.0"
556-
eslint-visitor-keys "^3.4.3"
579+
"@typescript-eslint/types" "8.46.2"
580+
eslint-visitor-keys "^4.2.1"
557581

558582
"@ungap/structured-clone@^1.2.0":
559583
version "1.2.0"
@@ -950,9 +974,9 @@ brace-expansion@^1.1.7:
950974
concat-map "0.0.1"
951975

952976
brace-expansion@^2.0.1:
953-
version "2.0.1"
954-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
955-
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
977+
version "2.0.2"
978+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
979+
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
956980
dependencies:
957981
balanced-match "^1.0.0"
958982

@@ -1253,9 +1277,9 @@ debug@^4, debug@^4.3.1, debug@^4.3.2:
12531277
ms "2.1.2"
12541278

12551279
debug@^4.3.4:
1256-
version "4.3.7"
1257-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
1258-
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
1280+
version "4.4.3"
1281+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
1282+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
12591283
dependencies:
12601284
ms "^2.1.3"
12611285

@@ -1604,6 +1628,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
16041628
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
16051629
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
16061630

1631+
eslint-visitor-keys@^4.2.1:
1632+
version "4.2.1"
1633+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
1634+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
1635+
16071636
eslint@^8.28.0:
16081637
version "8.57.0"
16091638
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
@@ -1712,15 +1741,15 @@ fast-diff@^1.1.2:
17121741
integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==
17131742

17141743
fast-glob@^3.3.2:
1715-
version "3.3.2"
1716-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
1717-
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
1744+
version "3.3.3"
1745+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
1746+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
17181747
dependencies:
17191748
"@nodelib/fs.stat" "^2.0.2"
17201749
"@nodelib/fs.walk" "^1.2.3"
17211750
glob-parent "^5.1.2"
17221751
merge2 "^1.3.0"
1723-
micromatch "^4.0.4"
1752+
micromatch "^4.0.8"
17241753

17251754
fast-json-stable-stringify@^2.0.0:
17261755
version "2.1.0"
@@ -1820,13 +1849,20 @@ fastparallel@^2.4.1:
18201849
reusify "^1.0.4"
18211850
xtend "^4.0.2"
18221851

1823-
fastq@^1.17.1, fastq@^1.6.0:
1852+
fastq@^1.17.1:
18241853
version "1.17.1"
18251854
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.17.1.tgz#2a523f07a4e7b1e81a42b91b8bf2254107753b47"
18261855
integrity sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==
18271856
dependencies:
18281857
reusify "^1.0.4"
18291858

1859+
fastq@^1.6.0:
1860+
version "1.19.1"
1861+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.19.1.tgz#d50eaba803c8846a883c16492821ebcd2cda55f5"
1862+
integrity sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==
1863+
dependencies:
1864+
reusify "^1.0.4"
1865+
18301866
file-entry-cache@^6.0.1:
18311867
version "6.0.1"
18321868
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -2145,11 +2181,16 @@ ignore-by-default@^1.0.1:
21452181
resolved "https://registry.yarnpkg.com/ignore-by-default/-/ignore-by-default-1.0.1.tgz#48ca6d72f6c6a3af00a9ad4ae6876be3889e2b09"
21462182
integrity sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==
21472183

2148-
ignore@^5.2.0, ignore@^5.3.1:
2184+
ignore@^5.2.0:
21492185
version "5.3.2"
21502186
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
21512187
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
21522188

2189+
ignore@^7.0.0:
2190+
version "7.0.5"
2191+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
2192+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
2193+
21532194
import-fresh@^3.2.1, import-fresh@^3.3.0:
21542195
version "3.3.0"
21552196
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -2663,7 +2704,7 @@ merge2@^1.3.0:
26632704
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
26642705
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
26652706

2666-
micromatch@^4.0.0, micromatch@^4.0.4:
2707+
micromatch@^4.0.0, micromatch@^4.0.8:
26672708
version "4.0.8"
26682709
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
26692710
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
@@ -3259,9 +3300,9 @@ ret@~0.5.0:
32593300
integrity sha512-I1XxrZSQ+oErkRR4jYbAyEEu2I0avBvvMM5JN+6EBprOGRCs63ENqZ3vjavq8fBw2+62G5LF5XelKwuJpcvcxw==
32603301

32613302
reusify@^1.0.4:
3262-
version "1.0.4"
3263-
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
3264-
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
3303+
version "1.1.0"
3304+
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.1.0.tgz#0fe13b9522e1473f51b558ee796e08f11f9b489f"
3305+
integrity sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==
32653306

32663307
rfdc@^1.2.0, rfdc@^1.3.1:
32673308
version "1.4.1"
@@ -3342,11 +3383,16 @@ semver@^6.3.1:
33423383
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
33433384
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
33443385

3345-
semver@^7.3.4, semver@^7.5.3, semver@^7.6.0:
3386+
semver@^7.3.4, semver@^7.5.3:
33463387
version "7.6.3"
33473388
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
33483389
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
33493390

3391+
semver@^7.6.0:
3392+
version "7.7.3"
3393+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
3394+
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
3395+
33503396
serialize-javascript@^6.0.1:
33513397
version "6.0.2"
33523398
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz#defa1e055c83bf6d59ea805d8da862254eb6a6c2"
@@ -3670,10 +3716,10 @@ touch@^3.1.0:
36703716
dependencies:
36713717
nopt "~1.0.10"
36723718

3673-
ts-api-utils@^1.3.0:
3674-
version "1.3.0"
3675-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
3676-
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
3719+
ts-api-utils@^2.1.0:
3720+
version "2.1.0"
3721+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
3722+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
36773723

36783724
ts-loader@^9.4.1:
36793725
version "9.5.0"

0 commit comments

Comments
 (0)