|
9 | 9 | dependencies:
|
10 | 10 | "@jridgewell/trace-mapping" "0.3.9"
|
11 | 11 |
|
12 |
| -"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0": |
| 12 | +"@eslint-community/eslint-utils@^4.2.0": |
13 | 13 | version "4.5.1"
|
14 | 14 | resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.5.1.tgz#b0fc7e06d0c94f801537fd4237edc2706d3b8e4c"
|
15 | 15 | integrity sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==
|
16 | 16 | dependencies:
|
17 | 17 | eslint-visitor-keys "^3.4.3"
|
18 | 18 |
|
| 19 | +"@eslint-community/eslint-utils@^4.4.0": |
| 20 | + version "4.6.1" |
| 21 | + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.6.1.tgz#e4c58fdcf0696e7a5f19c30201ed43123ab15abc" |
| 22 | + integrity sha512-KTsJMmobmbrFLe3LDh0PC2FXpcSYJt/MLjlkh/9LEnmKYLSYmT/0EW9JWANjeoemiuZrmogti0tW5Ch+qNUYDw== |
| 23 | + dependencies: |
| 24 | + eslint-visitor-keys "^3.4.3" |
| 25 | + |
19 | 26 | "@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1":
|
20 | 27 | version "4.12.1"
|
21 | 28 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
|
|
222 | 229 | integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
|
223 | 230 |
|
224 | 231 | "@typescript-eslint/eslint-plugin@^8.0.0":
|
225 |
| - version "8.29.0" |
226 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.29.0.tgz#151c4878700a5ad229ce6713d2674d58b626b3d9" |
227 |
| - integrity sha512-PAIpk/U7NIS6H7TEtN45SPGLQaHNgB7wSjsQV/8+KYokAb2T/gloOA/Bee2yd4/yKVhPKe5LlaUGhAZk5zmSaQ== |
| 232 | + version "8.31.1" |
| 233 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.31.1.tgz#62f1befe59647524994e89de4516d8dcba7a850a" |
| 234 | + integrity sha512-oUlH4h1ABavI4F0Xnl8/fOtML/eu8nI2A1nYd+f+55XI0BLu+RIqKoCiZKNo6DtqZBEQm5aNKA20G3Z5w3R6GQ== |
228 | 235 | dependencies:
|
229 | 236 | "@eslint-community/regexpp" "^4.10.0"
|
230 |
| - "@typescript-eslint/scope-manager" "8.29.0" |
231 |
| - "@typescript-eslint/type-utils" "8.29.0" |
232 |
| - "@typescript-eslint/utils" "8.29.0" |
233 |
| - "@typescript-eslint/visitor-keys" "8.29.0" |
| 237 | + "@typescript-eslint/scope-manager" "8.31.1" |
| 238 | + "@typescript-eslint/type-utils" "8.31.1" |
| 239 | + "@typescript-eslint/utils" "8.31.1" |
| 240 | + "@typescript-eslint/visitor-keys" "8.31.1" |
234 | 241 | graphemer "^1.4.0"
|
235 | 242 | ignore "^5.3.1"
|
236 | 243 | natural-compare "^1.4.0"
|
237 | 244 | ts-api-utils "^2.0.1"
|
238 | 245 |
|
239 | 246 | "@typescript-eslint/parser@^8.0.0":
|
240 |
| - version "8.29.0" |
241 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.29.0.tgz#b98841e0a8099728cb8583da92326fcb7f5be1d2" |
242 |
| - integrity sha512-8C0+jlNJOwQso2GapCVWWfW/rzaq7Lbme+vGUFKE31djwNncIpgXD7Cd4weEsDdkoZDjH0lwwr3QDQFuyrMg9g== |
243 |
| - dependencies: |
244 |
| - "@typescript-eslint/scope-manager" "8.29.0" |
245 |
| - "@typescript-eslint/types" "8.29.0" |
246 |
| - "@typescript-eslint/typescript-estree" "8.29.0" |
247 |
| - "@typescript-eslint/visitor-keys" "8.29.0" |
| 247 | + version "8.31.1" |
| 248 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.31.1.tgz#e9b0ccf30d37dde724ee4d15f4dbc195995cce1b" |
| 249 | + integrity sha512-oU/OtYVydhXnumd0BobL9rkJg7wFJ9bFFPmSmB/bf/XWN85hlViji59ko6bSKBXyseT9V8l+CN1nwmlbiN0G7Q== |
| 250 | + dependencies: |
| 251 | + "@typescript-eslint/scope-manager" "8.31.1" |
| 252 | + "@typescript-eslint/types" "8.31.1" |
| 253 | + "@typescript-eslint/typescript-estree" "8.31.1" |
| 254 | + "@typescript-eslint/visitor-keys" "8.31.1" |
248 | 255 | debug "^4.3.4"
|
249 | 256 |
|
250 |
| -"@typescript-eslint/scope-manager@8.29.0": |
251 |
| - version "8.29.0" |
252 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.29.0.tgz#8fd9872823aef65ff71d3f6d1ec9316ace0b6bf3" |
253 |
| - integrity sha512-aO1PVsq7Gm+tcghabUpzEnVSFMCU4/nYIgC2GOatJcllvWfnhrgW0ZEbnTxm36QsikmCN1K/6ZgM7fok2I7xNw== |
| 257 | +"@typescript-eslint/scope-manager@8.31.1": |
| 258 | + version "8.31.1" |
| 259 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.31.1.tgz#1eb52e76878f545e4add142e0d8e3e97e7aa443b" |
| 260 | + integrity sha512-BMNLOElPxrtNQMIsFHE+3P0Yf1z0dJqV9zLdDxN/xLlWMlXK/ApEsVEKzpizg9oal8bAT5Sc7+ocal7AC1HCVw== |
254 | 261 | dependencies:
|
255 |
| - "@typescript-eslint/types" "8.29.0" |
256 |
| - "@typescript-eslint/visitor-keys" "8.29.0" |
| 262 | + "@typescript-eslint/types" "8.31.1" |
| 263 | + "@typescript-eslint/visitor-keys" "8.31.1" |
257 | 264 |
|
258 |
| -"@typescript-eslint/type-utils@8.29.0": |
259 |
| - version "8.29.0" |
260 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.29.0.tgz#98dcfd1193cb4e2b2d0294a8656ce5eb58c443a9" |
261 |
| - integrity sha512-ahaWQ42JAOx+NKEf5++WC/ua17q5l+j1GFrbbpVKzFL/tKVc0aYY8rVSYUpUvt2hUP1YBr7mwXzx+E/DfUWI9Q== |
| 265 | +"@typescript-eslint/type-utils@8.31.1": |
| 266 | + version "8.31.1" |
| 267 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.31.1.tgz#be0f438fb24b03568e282a0aed85f776409f970c" |
| 268 | + integrity sha512-fNaT/m9n0+dpSp8G/iOQ05GoHYXbxw81x+yvr7TArTuZuCA6VVKbqWYVZrV5dVagpDTtj/O8k5HBEE/p/HM5LA== |
262 | 269 | dependencies:
|
263 |
| - "@typescript-eslint/typescript-estree" "8.29.0" |
264 |
| - "@typescript-eslint/utils" "8.29.0" |
| 270 | + "@typescript-eslint/typescript-estree" "8.31.1" |
| 271 | + "@typescript-eslint/utils" "8.31.1" |
265 | 272 | debug "^4.3.4"
|
266 | 273 | ts-api-utils "^2.0.1"
|
267 | 274 |
|
268 |
| -"@typescript-eslint/types@8.29.0": |
269 |
| - version "8.29.0" |
270 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.29.0.tgz#65add70ab4ef66beaa42a5addf87dab2b05b1f33" |
271 |
| - integrity sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg== |
| 275 | +"@typescript-eslint/types@8.31.1": |
| 276 | + version "8.31.1" |
| 277 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.31.1.tgz#478ed6f7e8aee1be7b63a60212b6bffe1423b5d4" |
| 278 | + integrity sha512-SfepaEFUDQYRoA70DD9GtytljBePSj17qPxFHA/h3eg6lPTqGJ5mWOtbXCk1YrVU1cTJRd14nhaXWFu0l2troQ== |
272 | 279 |
|
273 |
| -"@typescript-eslint/typescript-estree@8.29.0": |
274 |
| - version "8.29.0" |
275 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.0.tgz#d201a4f115327ec90496307c9958262285065b00" |
276 |
| - integrity sha512-yOfen3jE9ISZR/hHpU/bmNvTtBW1NjRbkSFdZOksL1N+ybPEE7UVGMwqvS6CP022Rp00Sb0tdiIkhSCe6NI8ow== |
| 280 | +"@typescript-eslint/typescript-estree@8.31.1": |
| 281 | + version "8.31.1" |
| 282 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.1.tgz#37792fe7ef4d3021c7580067c8f1ae66daabacdf" |
| 283 | + integrity sha512-kaA0ueLe2v7KunYOyWYtlf/QhhZb7+qh4Yw6Ni5kgukMIG+iP773tjgBiLWIXYumWCwEq3nLW+TUywEp8uEeag== |
277 | 284 | dependencies:
|
278 |
| - "@typescript-eslint/types" "8.29.0" |
279 |
| - "@typescript-eslint/visitor-keys" "8.29.0" |
| 285 | + "@typescript-eslint/types" "8.31.1" |
| 286 | + "@typescript-eslint/visitor-keys" "8.31.1" |
280 | 287 | debug "^4.3.4"
|
281 | 288 | fast-glob "^3.3.2"
|
282 | 289 | is-glob "^4.0.3"
|
283 | 290 | minimatch "^9.0.4"
|
284 | 291 | semver "^7.6.0"
|
285 | 292 | ts-api-utils "^2.0.1"
|
286 | 293 |
|
287 |
| -"@typescript-eslint/utils@8.29.0": |
288 |
| - version "8.29.0" |
289 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.29.0.tgz#d6d22b19c8c4812a874f00341f686b45b9fe895f" |
290 |
| - integrity sha512-gX/A0Mz9Bskm8avSWFcK0gP7cZpbY4AIo6B0hWYFCaIsz750oaiWR4Jr2CI+PQhfW1CpcQr9OlfPS+kMFegjXA== |
| 294 | +"@typescript-eslint/utils@8.31.1": |
| 295 | + version "8.31.1" |
| 296 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.31.1.tgz#5628ea0393598a0b2f143d0fc6d019f0dee9dd14" |
| 297 | + integrity sha512-2DSI4SNfF5T4oRveQ4nUrSjUqjMND0nLq9rEkz0gfGr3tg0S5KB6DhwR+WZPCjzkZl3cH+4x2ce3EsL50FubjQ== |
291 | 298 | dependencies:
|
292 | 299 | "@eslint-community/eslint-utils" "^4.4.0"
|
293 |
| - "@typescript-eslint/scope-manager" "8.29.0" |
294 |
| - "@typescript-eslint/types" "8.29.0" |
295 |
| - "@typescript-eslint/typescript-estree" "8.29.0" |
| 300 | + "@typescript-eslint/scope-manager" "8.31.1" |
| 301 | + "@typescript-eslint/types" "8.31.1" |
| 302 | + "@typescript-eslint/typescript-estree" "8.31.1" |
296 | 303 |
|
297 |
| -"@typescript-eslint/visitor-keys@8.29.0": |
298 |
| - version "8.29.0" |
299 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.0.tgz#2356336c9efdc3597ffcd2aa1ce95432852b743d" |
300 |
| - integrity sha512-Sne/pVz8ryR03NFK21VpN88dZ2FdQXOlq3VIklbrTYEt8yXtRFr9tvUhqvCeKjqYk5FSim37sHbooT6vzBTZcg== |
| 304 | +"@typescript-eslint/visitor-keys@8.31.1": |
| 305 | + version "8.31.1" |
| 306 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.31.1.tgz#6742b0e3ba1e0c1e35bdaf78c03e759eb8dd8e75" |
| 307 | + integrity sha512-I+/rgqOVBn6f0o7NDTmAPWWC6NuqhV174lfYvAm9fUaWeiefLdux9/YI3/nLugEn9L8fcSi0XmpKi/r5u0nmpw== |
301 | 308 | dependencies:
|
302 |
| - "@typescript-eslint/types" "8.29.0" |
| 309 | + "@typescript-eslint/types" "8.31.1" |
303 | 310 | eslint-visitor-keys "^4.2.0"
|
304 | 311 |
|
305 | 312 | acorn-jsx@^5.3.2:
|
|
0 commit comments