|
127 | 127 | tsutils "^3.21.0"
|
128 | 128 |
|
129 | 129 | "@typescript-eslint/parser@^5.33.1":
|
130 |
| - version "5.37.0" |
131 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.37.0.tgz#c382077973f3a4ede7453fb14cadcad3970cbf3b" |
132 |
| - integrity sha512-01VzI/ipYKuaG5PkE5+qyJ6m02fVALmMPY3Qq5BHflDx3y4VobbLdHQkSMg9VPRS4KdNt4oYTMaomFoHonBGAw== |
| 130 | + version "5.38.0" |
| 131 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.0.tgz#5a59a1ff41a7b43aacd1bb2db54f6bf1c02b2ff8" |
| 132 | + integrity sha512-/F63giJGLDr0ms1Cr8utDAxP2SPiglaD6V+pCOcG35P2jCqdfR7uuEhz1GIC3oy4hkUF8xA1XSXmd9hOh/a5EA== |
133 | 133 | dependencies:
|
134 |
| - "@typescript-eslint/scope-manager" "5.37.0" |
135 |
| - "@typescript-eslint/types" "5.37.0" |
136 |
| - "@typescript-eslint/typescript-estree" "5.37.0" |
| 134 | + "@typescript-eslint/scope-manager" "5.38.0" |
| 135 | + "@typescript-eslint/types" "5.38.0" |
| 136 | + "@typescript-eslint/typescript-estree" "5.38.0" |
137 | 137 | debug "^4.3.4"
|
138 | 138 |
|
139 |
| -"@typescript-eslint/scope-manager@5.37.0": |
140 |
| - version "5.37.0" |
141 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.37.0.tgz#044980e4f1516a774a418dafe701a483a6c9f9ca" |
142 |
| - integrity sha512-F67MqrmSXGd/eZnujjtkPgBQzgespu/iCZ+54Ok9X5tALb9L2v3G+QBSoWkXG0p3lcTJsL+iXz5eLUEdSiJU9Q== |
143 |
| - dependencies: |
144 |
| - "@typescript-eslint/types" "5.37.0" |
145 |
| - "@typescript-eslint/visitor-keys" "5.37.0" |
146 |
| - |
147 | 139 | "@typescript-eslint/scope-manager@5.38.0":
|
148 | 140 | version "5.38.0"
|
149 | 141 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.0.tgz#8f0927024b6b24e28671352c93b393a810ab4553"
|
|
162 | 154 | debug "^4.3.4"
|
163 | 155 | tsutils "^3.21.0"
|
164 | 156 |
|
165 |
| -"@typescript-eslint/types@5.37.0": |
166 |
| - version "5.37.0" |
167 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.37.0.tgz#09e4870a5f3af7af3f84e08d792644a87d232261" |
168 |
| - integrity sha512-3frIJiTa5+tCb2iqR/bf7XwU20lnU05r/sgPJnRpwvfZaqCJBrl8Q/mw9vr3NrNdB/XtVyMA0eppRMMBqdJ1bA== |
169 |
| - |
170 | 157 | "@typescript-eslint/types@5.38.0":
|
171 | 158 | version "5.38.0"
|
172 | 159 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.0.tgz#8cd15825e4874354e31800dcac321d07548b8a5f"
|
173 | 160 | integrity sha512-HHu4yMjJ7i3Cb+8NUuRCdOGu2VMkfmKyIJsOr9PfkBVYLYrtMCK/Ap50Rpov+iKpxDTfnqvDbuPLgBE5FwUNfA==
|
174 | 161 |
|
175 |
| -"@typescript-eslint/typescript-estree@5.37.0": |
176 |
| - version "5.37.0" |
177 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.37.0.tgz#956dcf5c98363bcb97bdd5463a0a86072ff79355" |
178 |
| - integrity sha512-JkFoFIt/cx59iqEDSgIGnQpCTRv96MQnXCYvJi7QhBC24uyuzbD8wVbajMB1b9x4I0octYFJ3OwjAwNqk1AjDA== |
179 |
| - dependencies: |
180 |
| - "@typescript-eslint/types" "5.37.0" |
181 |
| - "@typescript-eslint/visitor-keys" "5.37.0" |
182 |
| - debug "^4.3.4" |
183 |
| - globby "^11.1.0" |
184 |
| - is-glob "^4.0.3" |
185 |
| - semver "^7.3.7" |
186 |
| - tsutils "^3.21.0" |
187 |
| - |
188 | 162 | "@typescript-eslint/typescript-estree@5.38.0":
|
189 | 163 | version "5.38.0"
|
190 | 164 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.0.tgz#89f86b2279815c6fb7f57d68cf9b813f0dc25d98"
|
|
210 | 184 | eslint-scope "^5.1.1"
|
211 | 185 | eslint-utils "^3.0.0"
|
212 | 186 |
|
213 |
| -"@typescript-eslint/visitor-keys@5.37.0": |
214 |
| - version "5.37.0" |
215 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.37.0.tgz#7b72dd343295ea11e89b624995abc7103c554eee" |
216 |
| - integrity sha512-Hp7rT4cENBPIzMwrlehLW/28EVCOcE9U1Z1BQTc8EA8v5qpr7GRGuG+U58V5tTY48zvUOA3KHvw3rA8tY9fbdA== |
217 |
| - dependencies: |
218 |
| - "@typescript-eslint/types" "5.37.0" |
219 |
| - eslint-visitor-keys "^3.3.0" |
220 |
| - |
221 | 187 | "@typescript-eslint/visitor-keys@5.38.0":
|
222 | 188 | version "5.38.0"
|
223 | 189 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.0.tgz#60591ca3bf78aa12b25002c0993d067c00887e34"
|
|
0 commit comments