|
9 | 9 | dependencies:
|
10 | 10 | "@jridgewell/trace-mapping" "0.3.9"
|
11 | 11 |
|
12 |
| -"@eslint-community/eslint-utils@^4.2.0": |
| 12 | +"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.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.5.0" |
21 |
| - resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.5.0.tgz#716637f508a8add5814cc64c56e58cce57bdbe93" |
22 |
| - integrity sha512-RoV8Xs9eNwiDvhv7M+xcL4PWyRyIXRY/FLp3buU4h1EYfdF7unWUy3dOjPqb3C7rMUewIcqwW850PgS8h1o1yg== |
23 |
| - dependencies: |
24 |
| - eslint-visitor-keys "^3.4.3" |
25 |
| - |
26 | 19 | "@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1":
|
27 | 20 | version "4.12.1"
|
28 | 21 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
|
|
229 | 222 | integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
|
230 | 223 |
|
231 | 224 | "@typescript-eslint/eslint-plugin@^8.0.0":
|
232 |
| - version "8.26.1" |
233 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.1.tgz#3e48eb847924161843b092c87a9b65176b53782f" |
234 |
| - integrity sha512-2X3mwqsj9Bd3Ciz508ZUtoQQYpOhU/kWoUqIf49H8Z0+Vbh6UF/y0OEYp0Q0axOGzaBGs7QxRwq0knSQ8khQNA== |
| 225 | + version "8.27.0" |
| 226 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.27.0.tgz#fbef10802365832ee1d1bd5d2117dcec82727a72" |
| 227 | + integrity sha512-4henw4zkePi5p252c8ncBLzLce52SEUz2Ebj8faDnuUXz2UuHEONYcJ+G0oaCF+bYCWVZtrGzq3FD7YXetmnSA== |
235 | 228 | dependencies:
|
236 | 229 | "@eslint-community/regexpp" "^4.10.0"
|
237 |
| - "@typescript-eslint/scope-manager" "8.26.1" |
238 |
| - "@typescript-eslint/type-utils" "8.26.1" |
239 |
| - "@typescript-eslint/utils" "8.26.1" |
240 |
| - "@typescript-eslint/visitor-keys" "8.26.1" |
| 230 | + "@typescript-eslint/scope-manager" "8.27.0" |
| 231 | + "@typescript-eslint/type-utils" "8.27.0" |
| 232 | + "@typescript-eslint/utils" "8.27.0" |
| 233 | + "@typescript-eslint/visitor-keys" "8.27.0" |
241 | 234 | graphemer "^1.4.0"
|
242 | 235 | ignore "^5.3.1"
|
243 | 236 | natural-compare "^1.4.0"
|
244 | 237 | ts-api-utils "^2.0.1"
|
245 | 238 |
|
246 | 239 | "@typescript-eslint/parser@^8.0.0":
|
247 |
| - version "8.26.1" |
248 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.26.1.tgz#0e2f915a497519fc43f52cf2ecbfa607ff56f72e" |
249 |
| - integrity sha512-w6HZUV4NWxqd8BdeFf81t07d7/YV9s7TCWrQQbG5uhuvGUAW+fq1usZ1Hmz9UPNLniFnD8GLSsDpjP0hm1S4lQ== |
250 |
| - dependencies: |
251 |
| - "@typescript-eslint/scope-manager" "8.26.1" |
252 |
| - "@typescript-eslint/types" "8.26.1" |
253 |
| - "@typescript-eslint/typescript-estree" "8.26.1" |
254 |
| - "@typescript-eslint/visitor-keys" "8.26.1" |
| 240 | + version "8.27.0" |
| 241 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.27.0.tgz#3f6beaa83934467eda34ae82ef04090014df8227" |
| 242 | + integrity sha512-XGwIabPallYipmcOk45DpsBSgLC64A0yvdAkrwEzwZ2viqGqRUJ8eEYoPz0CWnutgAFbNMPdsGGvzjSmcWVlEA== |
| 243 | + dependencies: |
| 244 | + "@typescript-eslint/scope-manager" "8.27.0" |
| 245 | + "@typescript-eslint/types" "8.27.0" |
| 246 | + "@typescript-eslint/typescript-estree" "8.27.0" |
| 247 | + "@typescript-eslint/visitor-keys" "8.27.0" |
255 | 248 | debug "^4.3.4"
|
256 | 249 |
|
257 |
| -"@typescript-eslint/scope-manager@8.26.1": |
258 |
| - version "8.26.1" |
259 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.26.1.tgz#5e6ad0ac258ccf79462e91c3f43a3f1f7f31a6cc" |
260 |
| - integrity sha512-6EIvbE5cNER8sqBu6V7+KeMZIC1664d2Yjt+B9EWUXrsyWpxx4lEZrmvxgSKRC6gX+efDL/UY9OpPZ267io3mg== |
| 250 | +"@typescript-eslint/scope-manager@8.27.0": |
| 251 | + version "8.27.0" |
| 252 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.27.0.tgz#b51042927067d677fbfc471605cf40d1ffaee482" |
| 253 | + integrity sha512-8oI9GwPMQmBryaaxG1tOZdxXVeMDte6NyJA4i7/TWa4fBwgnAXYlIQP+uYOeqAaLJ2JRxlG9CAyL+C+YE9Xknw== |
261 | 254 | dependencies:
|
262 |
| - "@typescript-eslint/types" "8.26.1" |
263 |
| - "@typescript-eslint/visitor-keys" "8.26.1" |
| 255 | + "@typescript-eslint/types" "8.27.0" |
| 256 | + "@typescript-eslint/visitor-keys" "8.27.0" |
264 | 257 |
|
265 |
| -"@typescript-eslint/type-utils@8.26.1": |
266 |
| - version "8.26.1" |
267 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.26.1.tgz#462f0bae09de72ac6e8e1af2ebe588c23224d7f8" |
268 |
| - integrity sha512-Kcj/TagJLwoY/5w9JGEFV0dclQdyqw9+VMndxOJKtoFSjfZhLXhYjzsQEeyza03rwHx2vFEGvrJWJBXKleRvZg== |
| 258 | +"@typescript-eslint/type-utils@8.27.0": |
| 259 | + version "8.27.0" |
| 260 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.27.0.tgz#af3c4eefcb64455ee50aae2d7069918467af085c" |
| 261 | + integrity sha512-wVArTVcz1oJOIEJxui/nRhV0TXzD/zMSOYi/ggCfNq78EIszddXcJb7r4RCp/oBrjt8n9A0BSxRMKxHftpDxDA== |
269 | 262 | dependencies:
|
270 |
| - "@typescript-eslint/typescript-estree" "8.26.1" |
271 |
| - "@typescript-eslint/utils" "8.26.1" |
| 263 | + "@typescript-eslint/typescript-estree" "8.27.0" |
| 264 | + "@typescript-eslint/utils" "8.27.0" |
272 | 265 | debug "^4.3.4"
|
273 | 266 | ts-api-utils "^2.0.1"
|
274 | 267 |
|
275 |
| -"@typescript-eslint/types@8.26.1": |
276 |
| - version "8.26.1" |
277 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.26.1.tgz#d5978721670cff263348d5062773389231a64132" |
278 |
| - integrity sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ== |
| 268 | +"@typescript-eslint/types@8.27.0": |
| 269 | + version "8.27.0" |
| 270 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.27.0.tgz#3dd01ced4c81e798d1106fda0904f8d5c91051aa" |
| 271 | + integrity sha512-/6cp9yL72yUHAYq9g6DsAU+vVfvQmd1a8KyA81uvfDE21O2DwQ/qxlM4AR8TSdAu+kJLBDrEHKC5/W2/nxsY0A== |
279 | 272 |
|
280 |
| -"@typescript-eslint/typescript-estree@8.26.1": |
281 |
| - version "8.26.1" |
282 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.1.tgz#eb0e4ce31753683d83be53441a409fd5f0b34afd" |
283 |
| - integrity sha512-yUwPpUHDgdrv1QJ7YQal3cMVBGWfnuCdKbXw1yyjArax3353rEJP1ZA+4F8nOlQ3RfS2hUN/wze3nlY+ZOhvoA== |
| 273 | +"@typescript-eslint/typescript-estree@8.27.0": |
| 274 | + version "8.27.0" |
| 275 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.27.0.tgz#4e02a1056454a84418cc9bce7c00b1c08b03567a" |
| 276 | + integrity sha512-BnKq8cqPVoMw71O38a1tEb6iebEgGA80icSxW7g+kndx0o6ot6696HjG7NdgfuAVmVEtwXUr3L8R9ZuVjoQL6A== |
284 | 277 | dependencies:
|
285 |
| - "@typescript-eslint/types" "8.26.1" |
286 |
| - "@typescript-eslint/visitor-keys" "8.26.1" |
| 278 | + "@typescript-eslint/types" "8.27.0" |
| 279 | + "@typescript-eslint/visitor-keys" "8.27.0" |
287 | 280 | debug "^4.3.4"
|
288 | 281 | fast-glob "^3.3.2"
|
289 | 282 | is-glob "^4.0.3"
|
290 | 283 | minimatch "^9.0.4"
|
291 | 284 | semver "^7.6.0"
|
292 | 285 | ts-api-utils "^2.0.1"
|
293 | 286 |
|
294 |
| -"@typescript-eslint/utils@8.26.1": |
295 |
| - version "8.26.1" |
296 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.1.tgz#54cc58469955f25577f659753b71a0e117a0539f" |
297 |
| - integrity sha512-V4Urxa/XtSUroUrnI7q6yUTD3hDtfJ2jzVfeT3VK0ciizfK2q/zGC0iDh1lFMUZR8cImRrep6/q0xd/1ZGPQpg== |
| 287 | +"@typescript-eslint/utils@8.27.0": |
| 288 | + version "8.27.0" |
| 289 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.27.0.tgz#d9c2a4891c6a85b952a9d5f9656c379ab111cf6d" |
| 290 | + integrity sha512-njkodcwH1yvmo31YWgRHNb/x1Xhhq4/m81PhtvmRngD8iHPehxffz1SNCO+kwaePhATC+kOa/ggmvPoPza5i0Q== |
298 | 291 | dependencies:
|
299 | 292 | "@eslint-community/eslint-utils" "^4.4.0"
|
300 |
| - "@typescript-eslint/scope-manager" "8.26.1" |
301 |
| - "@typescript-eslint/types" "8.26.1" |
302 |
| - "@typescript-eslint/typescript-estree" "8.26.1" |
| 293 | + "@typescript-eslint/scope-manager" "8.27.0" |
| 294 | + "@typescript-eslint/types" "8.27.0" |
| 295 | + "@typescript-eslint/typescript-estree" "8.27.0" |
303 | 296 |
|
304 |
| -"@typescript-eslint/visitor-keys@8.26.1": |
305 |
| - version "8.26.1" |
306 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.1.tgz#c5267fcc82795cf10280363023837deacad2647c" |
307 |
| - integrity sha512-AjOC3zfnxd6S4Eiy3jwktJPclqhFHNyd8L6Gycf9WUPoKZpgM5PjkxY1X7uSy61xVpiJDhhk7XT2NVsN3ALTWg== |
| 297 | +"@typescript-eslint/visitor-keys@8.27.0": |
| 298 | + version "8.27.0" |
| 299 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.27.0.tgz#4a13e9d7ad7e311a07ea1b178b4c9f848ce11334" |
| 300 | + integrity sha512-WsXQwMkILJvffP6z4U3FYJPlbf/j07HIxmDjZpbNvBJkMfvwXj5ACRkkHwBDvLBbDbtX5TdU64/rcvKJ/vuInQ== |
308 | 301 | dependencies:
|
309 |
| - "@typescript-eslint/types" "8.26.1" |
| 302 | + "@typescript-eslint/types" "8.27.0" |
310 | 303 | eslint-visitor-keys "^4.2.0"
|
311 | 304 |
|
312 | 305 | acorn-jsx@^5.3.2:
|
|
0 commit comments