|
990 | 990 | dependencies:
|
991 | 991 | "@types/yargs-parser" "*"
|
992 | 992 |
|
993 |
| -"@typescript-eslint/eslint-plugin@8.24.0", "@typescript-eslint/eslint-plugin@^8.24.0": |
994 |
| - version "8.24.0" |
995 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.24.0.tgz#574a95d67660a1e4544ae131d672867a5b40abb3" |
996 |
| - integrity sha512-aFcXEJJCI4gUdXgoo/j9udUYIHgF23MFkg09LFz2dzEmU0+1Plk4rQWv/IYKvPHAtlkkGoB3m5e6oUp+JPsNaQ== |
| 993 | +"@typescript-eslint/eslint-plugin@8.31.1": |
| 994 | + version "8.31.1" |
| 995 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.31.1.tgz#62f1befe59647524994e89de4516d8dcba7a850a" |
| 996 | + integrity sha512-oUlH4h1ABavI4F0Xnl8/fOtML/eu8nI2A1nYd+f+55XI0BLu+RIqKoCiZKNo6DtqZBEQm5aNKA20G3Z5w3R6GQ== |
997 | 997 | dependencies:
|
998 | 998 | "@eslint-community/regexpp" "^4.10.0"
|
999 |
| - "@typescript-eslint/scope-manager" "8.24.0" |
1000 |
| - "@typescript-eslint/type-utils" "8.24.0" |
1001 |
| - "@typescript-eslint/utils" "8.24.0" |
1002 |
| - "@typescript-eslint/visitor-keys" "8.24.0" |
| 999 | + "@typescript-eslint/scope-manager" "8.31.1" |
| 1000 | + "@typescript-eslint/type-utils" "8.31.1" |
| 1001 | + "@typescript-eslint/utils" "8.31.1" |
| 1002 | + "@typescript-eslint/visitor-keys" "8.31.1" |
1003 | 1003 | graphemer "^1.4.0"
|
1004 | 1004 | ignore "^5.3.1"
|
1005 | 1005 | natural-compare "^1.4.0"
|
1006 | 1006 | ts-api-utils "^2.0.1"
|
1007 | 1007 |
|
1008 |
| -"@typescript-eslint/parser@8.24.0", "@typescript-eslint/parser@^8.24.0": |
1009 |
| - version "8.24.0" |
1010 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.24.0.tgz#bba837f9ee125b78f459ad947ff9b61be8139085" |
1011 |
| - integrity sha512-MFDaO9CYiard9j9VepMNa9MTcqVvSny2N4hkY6roquzj8pdCBRENhErrteaQuu7Yjn1ppk0v1/ZF9CG3KIlrTA== |
| 1008 | +"@typescript-eslint/parser@8.31.1": |
| 1009 | + version "8.31.1" |
| 1010 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.31.1.tgz#e9b0ccf30d37dde724ee4d15f4dbc195995cce1b" |
| 1011 | + integrity sha512-oU/OtYVydhXnumd0BobL9rkJg7wFJ9bFFPmSmB/bf/XWN85hlViji59ko6bSKBXyseT9V8l+CN1nwmlbiN0G7Q== |
1012 | 1012 | dependencies:
|
1013 |
| - "@typescript-eslint/scope-manager" "8.24.0" |
1014 |
| - "@typescript-eslint/types" "8.24.0" |
1015 |
| - "@typescript-eslint/typescript-estree" "8.24.0" |
1016 |
| - "@typescript-eslint/visitor-keys" "8.24.0" |
| 1013 | + "@typescript-eslint/scope-manager" "8.31.1" |
| 1014 | + "@typescript-eslint/types" "8.31.1" |
| 1015 | + "@typescript-eslint/typescript-estree" "8.31.1" |
| 1016 | + "@typescript-eslint/visitor-keys" "8.31.1" |
1017 | 1017 | debug "^4.3.4"
|
1018 | 1018 |
|
1019 |
| -"@typescript-eslint/scope-manager@8.24.0": |
1020 |
| - version "8.24.0" |
1021 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.24.0.tgz#2e34b3eb2ce768f2ffb109474174ced5417002b1" |
1022 |
| - integrity sha512-HZIX0UByphEtdVBKaQBgTDdn9z16l4aTUz8e8zPQnyxwHBtf5vtl1L+OhH+m1FGV9DrRmoDuYKqzVrvWDcDozw== |
| 1019 | +"@typescript-eslint/scope-manager@8.31.1": |
| 1020 | + version "8.31.1" |
| 1021 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.31.1.tgz#1eb52e76878f545e4add142e0d8e3e97e7aa443b" |
| 1022 | + integrity sha512-BMNLOElPxrtNQMIsFHE+3P0Yf1z0dJqV9zLdDxN/xLlWMlXK/ApEsVEKzpizg9oal8bAT5Sc7+ocal7AC1HCVw== |
1023 | 1023 | dependencies:
|
1024 |
| - "@typescript-eslint/types" "8.24.0" |
1025 |
| - "@typescript-eslint/visitor-keys" "8.24.0" |
| 1024 | + "@typescript-eslint/types" "8.31.1" |
| 1025 | + "@typescript-eslint/visitor-keys" "8.31.1" |
1026 | 1026 |
|
1027 |
| -"@typescript-eslint/type-utils@8.24.0": |
1028 |
| - version "8.24.0" |
1029 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.24.0.tgz#6ee3ec4db06f9e5e7b01ca6c2b5dd5843a9fd1e8" |
1030 |
| - integrity sha512-8fitJudrnY8aq0F1wMiPM1UUgiXQRJ5i8tFjq9kGfRajU+dbPyOuHbl0qRopLEidy0MwqgTHDt6CnSeXanNIwA== |
| 1027 | +"@typescript-eslint/type-utils@8.31.1": |
| 1028 | + version "8.31.1" |
| 1029 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.31.1.tgz#be0f438fb24b03568e282a0aed85f776409f970c" |
| 1030 | + integrity sha512-fNaT/m9n0+dpSp8G/iOQ05GoHYXbxw81x+yvr7TArTuZuCA6VVKbqWYVZrV5dVagpDTtj/O8k5HBEE/p/HM5LA== |
1031 | 1031 | dependencies:
|
1032 |
| - "@typescript-eslint/typescript-estree" "8.24.0" |
1033 |
| - "@typescript-eslint/utils" "8.24.0" |
| 1032 | + "@typescript-eslint/typescript-estree" "8.31.1" |
| 1033 | + "@typescript-eslint/utils" "8.31.1" |
1034 | 1034 | debug "^4.3.4"
|
1035 | 1035 | ts-api-utils "^2.0.1"
|
1036 | 1036 |
|
1037 |
| -"@typescript-eslint/types@8.24.0": |
1038 |
| - version "8.24.0" |
1039 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.0.tgz#694e7fb18d70506c317b816de9521300b0f72c8e" |
1040 |
| - integrity sha512-VacJCBTyje7HGAw7xp11q439A+zeGG0p0/p2zsZwpnMzjPB5WteaWqt4g2iysgGFafrqvyLWqq6ZPZAOCoefCw== |
| 1037 | +"@typescript-eslint/types@8.31.1": |
| 1038 | + version "8.31.1" |
| 1039 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.31.1.tgz#478ed6f7e8aee1be7b63a60212b6bffe1423b5d4" |
| 1040 | + integrity sha512-SfepaEFUDQYRoA70DD9GtytljBePSj17qPxFHA/h3eg6lPTqGJ5mWOtbXCk1YrVU1cTJRd14nhaXWFu0l2troQ== |
1041 | 1041 |
|
1042 |
| -"@typescript-eslint/typescript-estree@8.24.0": |
1043 |
| - version "8.24.0" |
1044 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.0.tgz#0487349be174097bb329a58273100a9629e03c6c" |
1045 |
| - integrity sha512-ITjYcP0+8kbsvT9bysygfIfb+hBj6koDsu37JZG7xrCiy3fPJyNmfVtaGsgTUSEuTzcvME5YI5uyL5LD1EV5ZQ== |
| 1042 | +"@typescript-eslint/typescript-estree@8.31.1": |
| 1043 | + version "8.31.1" |
| 1044 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.1.tgz#37792fe7ef4d3021c7580067c8f1ae66daabacdf" |
| 1045 | + integrity sha512-kaA0ueLe2v7KunYOyWYtlf/QhhZb7+qh4Yw6Ni5kgukMIG+iP773tjgBiLWIXYumWCwEq3nLW+TUywEp8uEeag== |
1046 | 1046 | dependencies:
|
1047 |
| - "@typescript-eslint/types" "8.24.0" |
1048 |
| - "@typescript-eslint/visitor-keys" "8.24.0" |
| 1047 | + "@typescript-eslint/types" "8.31.1" |
| 1048 | + "@typescript-eslint/visitor-keys" "8.31.1" |
1049 | 1049 | debug "^4.3.4"
|
1050 | 1050 | fast-glob "^3.3.2"
|
1051 | 1051 | is-glob "^4.0.3"
|
1052 | 1052 | minimatch "^9.0.4"
|
1053 | 1053 | semver "^7.6.0"
|
1054 | 1054 | ts-api-utils "^2.0.1"
|
1055 | 1055 |
|
1056 |
| -"@typescript-eslint/utils@8.24.0": |
1057 |
| - version "8.24.0" |
1058 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.24.0.tgz#21cb1195ae79230af825bfeed59574f5cb70a749" |
1059 |
| - integrity sha512-07rLuUBElvvEb1ICnafYWr4hk8/U7X9RDCOqd9JcAMtjh/9oRmcfN4yGzbPVirgMR0+HLVHehmu19CWeh7fsmQ== |
| 1056 | +"@typescript-eslint/utils@8.31.1": |
| 1057 | + version "8.31.1" |
| 1058 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.31.1.tgz#5628ea0393598a0b2f143d0fc6d019f0dee9dd14" |
| 1059 | + integrity sha512-2DSI4SNfF5T4oRveQ4nUrSjUqjMND0nLq9rEkz0gfGr3tg0S5KB6DhwR+WZPCjzkZl3cH+4x2ce3EsL50FubjQ== |
1060 | 1060 | dependencies:
|
1061 | 1061 | "@eslint-community/eslint-utils" "^4.4.0"
|
1062 |
| - "@typescript-eslint/scope-manager" "8.24.0" |
1063 |
| - "@typescript-eslint/types" "8.24.0" |
1064 |
| - "@typescript-eslint/typescript-estree" "8.24.0" |
| 1062 | + "@typescript-eslint/scope-manager" "8.31.1" |
| 1063 | + "@typescript-eslint/types" "8.31.1" |
| 1064 | + "@typescript-eslint/typescript-estree" "8.31.1" |
1065 | 1065 |
|
1066 |
| -"@typescript-eslint/visitor-keys@8.24.0": |
1067 |
| - version "8.24.0" |
1068 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.0.tgz#36ecf0b9b1d819ad88a3bd4157ab7d594cb797c9" |
1069 |
| - integrity sha512-kArLq83QxGLbuHrTMoOEWO+l2MwsNS2TGISEdx8xgqpkbytB07XmlQyQdNDrCc1ecSqx0cnmhGvpX+VBwqqSkg== |
| 1066 | +"@typescript-eslint/visitor-keys@8.31.1": |
| 1067 | + version "8.31.1" |
| 1068 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.31.1.tgz#6742b0e3ba1e0c1e35bdaf78c03e759eb8dd8e75" |
| 1069 | + integrity sha512-I+/rgqOVBn6f0o7NDTmAPWWC6NuqhV174lfYvAm9fUaWeiefLdux9/YI3/nLugEn9L8fcSi0XmpKi/r5u0nmpw== |
1070 | 1070 | dependencies:
|
1071 |
| - "@typescript-eslint/types" "8.24.0" |
| 1071 | + "@typescript-eslint/types" "8.31.1" |
1072 | 1072 | eslint-visitor-keys "^4.2.0"
|
1073 | 1073 |
|
1074 | 1074 | acorn-jsx@^5.3.2:
|
@@ -3403,9 +3403,9 @@ ts-node@^10.5.0:
|
3403 | 3403 | v8-compile-cache-lib "^3.0.0"
|
3404 | 3404 | yn "3.1.1"
|
3405 | 3405 |
|
3406 |
| -"tsc-multi@https://github.com/stainless-api/tsc-multi/releases/download/v1.1.3/tsc-multi.tgz": |
3407 |
| - version "1.1.3" |
3408 |
| - resolved "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.3/tsc-multi.tgz#8fc21fc95b247b86721b95fabfb10c6a436134c3" |
| 3406 | +"tsc-multi@https://github.com/stainless-api/tsc-multi/releases/download/v1.1.4/tsc-multi-1.1.4.tgz": |
| 3407 | + version "1.1.4" |
| 3408 | + resolved "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.4/tsc-multi-1.1.4.tgz#cbed459a9e902f5295ec3daaf1c7aa3b10427e55" |
3409 | 3409 | dependencies:
|
3410 | 3410 | debug "^4.3.7"
|
3411 | 3411 | fast-glob "^3.3.2"
|
@@ -3459,24 +3459,24 @@ type-fest@^0.21.3:
|
3459 | 3459 | resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
|
3460 | 3460 | integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
|
3461 | 3461 |
|
3462 |
| -typescript-eslint@^8.24.0: |
3463 |
| - version "8.24.0" |
3464 |
| - resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.24.0.tgz#cc655e71885ecb8280342b422ad839a2e2e46a96" |
3465 |
| - integrity sha512-/lmv4366en/qbB32Vz5+kCNZEMf6xYHwh1z48suBwZvAtnXKbP+YhGe8OLE2BqC67LMqKkCNLtjejdwsdW6uOQ== |
| 3462 | +typescript-eslint@8.31.1: |
| 3463 | + version "8.31.1" |
| 3464 | + resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.31.1.tgz#b77ab1e48ced2daab9225ff94bab54391a4af69b" |
| 3465 | + integrity sha512-j6DsEotD/fH39qKzXTQRwYYWlt7D+0HmfpOK+DVhwJOFLcdmn92hq3mBb7HlKJHbjjI/gTOqEcc9d6JfpFf/VA== |
3466 | 3466 | dependencies:
|
3467 |
| - "@typescript-eslint/eslint-plugin" "8.24.0" |
3468 |
| - "@typescript-eslint/parser" "8.24.0" |
3469 |
| - "@typescript-eslint/utils" "8.24.0" |
| 3467 | + "@typescript-eslint/eslint-plugin" "8.31.1" |
| 3468 | + "@typescript-eslint/parser" "8.31.1" |
| 3469 | + "@typescript-eslint/utils" "8.31.1" |
3470 | 3470 |
|
3471 | 3471 |
|
3472 | 3472 | version "5.6.1-rc"
|
3473 | 3473 | resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.1-rc.tgz#d5e4d7d8170174fed607b74cc32aba3d77018e02"
|
3474 | 3474 | integrity sha512-E3b2+1zEFu84jB0YQi9BORDjz9+jGbwwy1Zi3G0LUNw7a7cePUrHMRNy8aPh53nXpkFGVHSxIZo5vKTfYaFiBQ==
|
3475 | 3475 |
|
3476 |
| -typescript@^4.8.2: |
3477 |
| - version "4.9.5" |
3478 |
| - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" |
3479 |
| - integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== |
| 3476 | +typescript@5.8.3: |
| 3477 | + version "5.8.3" |
| 3478 | + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e" |
| 3479 | + integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ== |
3480 | 3480 |
|
3481 | 3481 | undici-types@~5.26.4:
|
3482 | 3482 | version "5.26.5"
|
|
0 commit comments