|
3092 | 3092 | eslint-scope "^5.1.1"
|
3093 | 3093 | eslint-utils "^3.0.0"
|
3094 | 3094 |
|
3095 |
| -"@typescript-eslint/parser@5.1.0": |
3096 |
| - version "5.1.0" |
3097 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.1.0.tgz#6c7f837d210d2bc0a811e7ea742af414f4e00908" |
3098 |
| - integrity sha512-vx1P+mhCtYw3+bRHmbalq/VKP2Y3gnzNgxGxfEWc6OFpuEL7iQdAeq11Ke3Rhy8NjgB+AHsIWEwni3e+Y7djKA== |
3099 |
| - dependencies: |
3100 |
| - "@typescript-eslint/scope-manager" "5.1.0" |
3101 |
| - "@typescript-eslint/types" "5.1.0" |
3102 |
| - "@typescript-eslint/typescript-estree" "5.1.0" |
| 3095 | +"@typescript-eslint/parser@5.20.0": |
| 3096 | + version "5.20.0" |
| 3097 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.20.0.tgz#4991c4ee0344315c2afc2a62f156565f689c8d0b" |
| 3098 | + integrity sha512-UWKibrCZQCYvobmu3/N8TWbEeo/EPQbS41Ux1F9XqPzGuV7pfg6n50ZrFo6hryynD8qOTTfLHtHjjdQtxJ0h/w== |
| 3099 | + dependencies: |
| 3100 | + "@typescript-eslint/scope-manager" "5.20.0" |
| 3101 | + "@typescript-eslint/types" "5.20.0" |
| 3102 | + "@typescript-eslint/typescript-estree" "5.20.0" |
3103 | 3103 | debug "^4.3.2"
|
3104 | 3104 |
|
3105 | 3105 | "@typescript-eslint/scope-manager@5.1.0":
|
|
3110 | 3110 | "@typescript-eslint/types" "5.1.0"
|
3111 | 3111 | "@typescript-eslint/visitor-keys" "5.1.0"
|
3112 | 3112 |
|
| 3113 | +"@typescript-eslint/scope-manager@5.20.0": |
| 3114 | + version "5.20.0" |
| 3115 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.20.0.tgz#79c7fb8598d2942e45b3c881ced95319818c7980" |
| 3116 | + integrity sha512-h9KtuPZ4D/JuX7rpp1iKg3zOH0WNEa+ZIXwpW/KWmEFDxlA/HSfCMhiyF1HS/drTICjIbpA6OqkAhrP/zkCStg== |
| 3117 | + dependencies: |
| 3118 | + "@typescript-eslint/types" "5.20.0" |
| 3119 | + "@typescript-eslint/visitor-keys" "5.20.0" |
| 3120 | + |
3113 | 3121 | "@typescript-eslint/types@5.1.0":
|
3114 | 3122 | version "5.1.0"
|
3115 | 3123 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.1.0.tgz#a8a75ddfc611660de6be17d3ad950302385607a9"
|
3116 | 3124 | integrity sha512-sEwNINVxcB4ZgC6Fe6rUyMlvsB2jvVdgxjZEjQUQVlaSPMNamDOwO6/TB98kFt4sYYfNhdhTPBEQqNQZjMMswA==
|
3117 | 3125 |
|
| 3126 | +"@typescript-eslint/types@5.20.0": |
| 3127 | + version "5.20.0" |
| 3128 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.20.0.tgz#fa39c3c2aa786568302318f1cb51fcf64258c20c" |
| 3129 | + integrity sha512-+d8wprF9GyvPwtoB4CxBAR/s0rpP25XKgnOvMf/gMXYDvlUC3rPFHupdTQ/ow9vn7UDe5rX02ovGYQbv/IUCbg== |
| 3130 | + |
3118 | 3131 | "@typescript-eslint/typescript-estree@5.1.0":
|
3119 | 3132 | version "5.1.0"
|
3120 | 3133 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.1.0.tgz#132aea34372df09decda961cb42457433aa6e83d"
|
|
3128 | 3141 | semver "^7.3.5"
|
3129 | 3142 | tsutils "^3.21.0"
|
3130 | 3143 |
|
| 3144 | +"@typescript-eslint/typescript-estree@5.20.0": |
| 3145 | + version "5.20.0" |
| 3146 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.20.0.tgz#ab73686ab18c8781bbf249c9459a55dc9417d6b0" |
| 3147 | + integrity sha512-36xLjP/+bXusLMrT9fMMYy1KJAGgHhlER2TqpUVDYUQg4w0q/NW/sg4UGAgVwAqb8V4zYg43KMUpM8vV2lve6w== |
| 3148 | + dependencies: |
| 3149 | + "@typescript-eslint/types" "5.20.0" |
| 3150 | + "@typescript-eslint/visitor-keys" "5.20.0" |
| 3151 | + debug "^4.3.2" |
| 3152 | + globby "^11.0.4" |
| 3153 | + is-glob "^4.0.3" |
| 3154 | + semver "^7.3.5" |
| 3155 | + tsutils "^3.21.0" |
| 3156 | + |
3131 | 3157 | "@typescript-eslint/visitor-keys@5.1.0":
|
3132 | 3158 | version "5.1.0"
|
3133 | 3159 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.1.0.tgz#e01a01b27eb173092705ae983aa1451bd1842630"
|
|
3136 | 3162 | "@typescript-eslint/types" "5.1.0"
|
3137 | 3163 | eslint-visitor-keys "^3.0.0"
|
3138 | 3164 |
|
| 3165 | +"@typescript-eslint/visitor-keys@5.20.0": |
| 3166 | + version "5.20.0" |
| 3167 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.20.0.tgz#70236b5c6b67fbaf8b2f58bf3414b76c1e826c2a" |
| 3168 | + integrity sha512-1flRpNF+0CAQkMNlTJ6L/Z5jiODG/e5+7mk6XwtPOUS3UrTz3UOiAg9jG2VtKsWI6rZQfy4C6a232QNRZTRGlg== |
| 3169 | + dependencies: |
| 3170 | + "@typescript-eslint/types" "5.20.0" |
| 3171 | + eslint-visitor-keys "^3.0.0" |
| 3172 | + |
3139 | 3173 | "@webassemblyjs/ast@1.9.0":
|
3140 | 3174 | version "1.9.0"
|
3141 | 3175 | resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"
|
|
0 commit comments