|
3917 | 3917 | anymatch "^3.0.0"
|
3918 | 3918 | source-map "^0.6.0"
|
3919 | 3919 |
|
3920 |
| -"@typescript-eslint/eslint-plugin@^7.18.0": |
3921 |
| - version "7.18.0" |
3922 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3" |
3923 |
| - integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw== |
| 3920 | +"@typescript-eslint/eslint-plugin@^8.17.0": |
| 3921 | + version "8.17.0" |
| 3922 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.17.0.tgz#2ee073c421f4e81e02d10e731241664b6253b23c" |
| 3923 | + integrity sha512-HU1KAdW3Tt8zQkdvNoIijfWDMvdSweFYm4hWh+KwhPstv+sCmWb89hCIP8msFm9N1R/ooh9honpSuvqKWlYy3w== |
3924 | 3924 | dependencies:
|
3925 | 3925 | "@eslint-community/regexpp" "^4.10.0"
|
3926 |
| - "@typescript-eslint/scope-manager" "7.18.0" |
3927 |
| - "@typescript-eslint/type-utils" "7.18.0" |
3928 |
| - "@typescript-eslint/utils" "7.18.0" |
3929 |
| - "@typescript-eslint/visitor-keys" "7.18.0" |
| 3926 | + "@typescript-eslint/scope-manager" "8.17.0" |
| 3927 | + "@typescript-eslint/type-utils" "8.17.0" |
| 3928 | + "@typescript-eslint/utils" "8.17.0" |
| 3929 | + "@typescript-eslint/visitor-keys" "8.17.0" |
3930 | 3930 | graphemer "^1.4.0"
|
3931 | 3931 | ignore "^5.3.1"
|
3932 | 3932 | natural-compare "^1.4.0"
|
3933 | 3933 | ts-api-utils "^1.3.0"
|
3934 | 3934 |
|
3935 |
| -"@typescript-eslint/parser@^7.18.0": |
3936 |
| - version "7.18.0" |
3937 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0" |
3938 |
| - integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg== |
| 3935 | +"@typescript-eslint/parser@^8.17.0": |
| 3936 | + version "8.17.0" |
| 3937 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.17.0.tgz#2ee972bb12fa69ac625b85813dc8d9a5a053ff52" |
| 3938 | + integrity sha512-Drp39TXuUlD49F7ilHHCG7TTg8IkA+hxCuULdmzWYICxGXvDXmDmWEjJYZQYgf6l/TFfYNE167m7isnc3xlIEg== |
3939 | 3939 | dependencies:
|
3940 |
| - "@typescript-eslint/scope-manager" "7.18.0" |
3941 |
| - "@typescript-eslint/types" "7.18.0" |
3942 |
| - "@typescript-eslint/typescript-estree" "7.18.0" |
3943 |
| - "@typescript-eslint/visitor-keys" "7.18.0" |
| 3940 | + "@typescript-eslint/scope-manager" "8.17.0" |
| 3941 | + "@typescript-eslint/types" "8.17.0" |
| 3942 | + "@typescript-eslint/typescript-estree" "8.17.0" |
| 3943 | + "@typescript-eslint/visitor-keys" "8.17.0" |
3944 | 3944 | debug "^4.3.4"
|
3945 | 3945 |
|
3946 |
| -"@typescript-eslint/scope-manager@7.18.0": |
3947 |
| - version "7.18.0" |
3948 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83" |
3949 |
| - integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA== |
| 3946 | +"@typescript-eslint/scope-manager@8.17.0": |
| 3947 | + version "8.17.0" |
| 3948 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.17.0.tgz#a3f49bf3d4d27ff8d6b2ea099ba465ef4dbcaa3a" |
| 3949 | + integrity sha512-/ewp4XjvnxaREtqsZjF4Mfn078RD/9GmiEAtTeLQ7yFdKnqwTOgRMSvFz4et9U5RiJQ15WTGXPLj89zGusvxBg== |
3950 | 3950 | dependencies:
|
3951 |
| - "@typescript-eslint/types" "7.18.0" |
3952 |
| - "@typescript-eslint/visitor-keys" "7.18.0" |
| 3951 | + "@typescript-eslint/types" "8.17.0" |
| 3952 | + "@typescript-eslint/visitor-keys" "8.17.0" |
3953 | 3953 |
|
3954 |
| -"@typescript-eslint/type-utils@7.18.0": |
3955 |
| - version "7.18.0" |
3956 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b" |
3957 |
| - integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA== |
| 3954 | +"@typescript-eslint/type-utils@8.17.0": |
| 3955 | + version "8.17.0" |
| 3956 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.17.0.tgz#d326569f498cdd0edf58d5bb6030b4ad914e63d3" |
| 3957 | + integrity sha512-q38llWJYPd63rRnJ6wY/ZQqIzPrBCkPdpIsaCfkR3Q4t3p6sb422zougfad4TFW9+ElIFLVDzWGiGAfbb/v2qw== |
3958 | 3958 | dependencies:
|
3959 |
| - "@typescript-eslint/typescript-estree" "7.18.0" |
3960 |
| - "@typescript-eslint/utils" "7.18.0" |
| 3959 | + "@typescript-eslint/typescript-estree" "8.17.0" |
| 3960 | + "@typescript-eslint/utils" "8.17.0" |
3961 | 3961 | debug "^4.3.4"
|
3962 | 3962 | ts-api-utils "^1.3.0"
|
3963 | 3963 |
|
3964 |
| -"@typescript-eslint/types@7.18.0": |
3965 |
| - version "7.18.0" |
3966 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9" |
3967 |
| - integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ== |
| 3964 | +"@typescript-eslint/types@8.17.0": |
| 3965 | + version "8.17.0" |
| 3966 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.17.0.tgz#ef84c709ef8324e766878834970bea9a7e3b72cf" |
| 3967 | + integrity sha512-gY2TVzeve3z6crqh2Ic7Cr+CAv6pfb0Egee7J5UAVWCpVvDI/F71wNfolIim4FE6hT15EbpZFVUj9j5i38jYXA== |
3968 | 3968 |
|
3969 |
| -"@typescript-eslint/typescript-estree@7.18.0": |
3970 |
| - version "7.18.0" |
3971 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931" |
3972 |
| - integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA== |
| 3969 | +"@typescript-eslint/typescript-estree@8.17.0": |
| 3970 | + version "8.17.0" |
| 3971 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.17.0.tgz#40b5903bc929b1e8dd9c77db3cb52cfb199a2a34" |
| 3972 | + integrity sha512-JqkOopc1nRKZpX+opvKqnM3XUlM7LpFMD0lYxTqOTKQfCWAmxw45e3qlOCsEqEB2yuacujivudOFpCnqkBDNMw== |
3973 | 3973 | dependencies:
|
3974 |
| - "@typescript-eslint/types" "7.18.0" |
3975 |
| - "@typescript-eslint/visitor-keys" "7.18.0" |
| 3974 | + "@typescript-eslint/types" "8.17.0" |
| 3975 | + "@typescript-eslint/visitor-keys" "8.17.0" |
3976 | 3976 | debug "^4.3.4"
|
3977 |
| - globby "^11.1.0" |
| 3977 | + fast-glob "^3.3.2" |
3978 | 3978 | is-glob "^4.0.3"
|
3979 | 3979 | minimatch "^9.0.4"
|
3980 | 3980 | semver "^7.6.0"
|
3981 | 3981 | ts-api-utils "^1.3.0"
|
3982 | 3982 |
|
3983 |
| -"@typescript-eslint/utils@7.18.0": |
3984 |
| - version "7.18.0" |
3985 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f" |
3986 |
| - integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw== |
| 3983 | +"@typescript-eslint/utils@8.17.0": |
| 3984 | + version "8.17.0" |
| 3985 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.17.0.tgz#41c05105a2b6ab7592f513d2eeb2c2c0236d8908" |
| 3986 | + integrity sha512-bQC8BnEkxqG8HBGKwG9wXlZqg37RKSMY7v/X8VEWD8JG2JuTHuNK0VFvMPMUKQcbk6B+tf05k+4AShAEtCtJ/w== |
3987 | 3987 | dependencies:
|
3988 | 3988 | "@eslint-community/eslint-utils" "^4.4.0"
|
3989 |
| - "@typescript-eslint/scope-manager" "7.18.0" |
3990 |
| - "@typescript-eslint/types" "7.18.0" |
3991 |
| - "@typescript-eslint/typescript-estree" "7.18.0" |
| 3989 | + "@typescript-eslint/scope-manager" "8.17.0" |
| 3990 | + "@typescript-eslint/types" "8.17.0" |
| 3991 | + "@typescript-eslint/typescript-estree" "8.17.0" |
3992 | 3992 |
|
3993 |
| -"@typescript-eslint/visitor-keys@7.18.0": |
3994 |
| - version "7.18.0" |
3995 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7" |
3996 |
| - integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg== |
| 3993 | +"@typescript-eslint/visitor-keys@8.17.0": |
| 3994 | + version "8.17.0" |
| 3995 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.17.0.tgz#4dbcd0e28b9bf951f4293805bf34f98df45e1aa8" |
| 3996 | + integrity sha512-1Hm7THLpO6ww5QU6H/Qp+AusUUl+z/CAm3cNZZ0jQvon9yicgO7Rwd+/WWRpMKLYV6p2UvdbR27c86rzCPpreg== |
3997 | 3997 | dependencies:
|
3998 |
| - "@typescript-eslint/types" "7.18.0" |
3999 |
| - eslint-visitor-keys "^3.4.3" |
| 3998 | + "@typescript-eslint/types" "8.17.0" |
| 3999 | + eslint-visitor-keys "^4.2.0" |
4000 | 4000 |
|
4001 | 4001 | "@ungap/structured-clone@^1.2.0":
|
4002 | 4002 | version "1.2.0"
|
@@ -7343,6 +7343,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
|
7343 | 7343 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
7344 | 7344 | integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
7345 | 7345 |
|
| 7346 | +eslint-visitor-keys@^4.2.0: |
| 7347 | + version "4.2.0" |
| 7348 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45" |
| 7349 | + integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw== |
| 7350 | + |
7346 | 7351 | eslint@^8.57.1:
|
7347 | 7352 | version "8.57.1"
|
7348 | 7353 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
|
@@ -8352,7 +8357,7 @@ globby@^10.0.1:
|
8352 | 8357 | merge2 "^1.2.3"
|
8353 | 8358 | slash "^3.0.0"
|
8354 | 8359 |
|
8355 |
| -globby@^11.0.1, globby@^11.0.3, globby@^11.0.4, globby@^11.1.0: |
| 8360 | +globby@^11.0.1, globby@^11.0.3, globby@^11.0.4: |
8356 | 8361 | version "11.1.0"
|
8357 | 8362 | resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
|
8358 | 8363 | integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
|
|
0 commit comments