|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
5 | | -"@eslint-community/eslint-utils@^4.2.0": |
6 | | - version "4.4.0" |
7 | | - resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59" |
8 | | - integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA== |
| 5 | +"@eslint-community/eslint-utils@^4.8.0": |
| 6 | + version "4.9.0" |
| 7 | + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3" |
| 8 | + integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g== |
9 | 9 | dependencies: |
10 | | - eslint-visitor-keys "^3.3.0" |
| 10 | + eslint-visitor-keys "^3.4.3" |
11 | 11 |
|
12 | 12 | "@eslint-community/regexpp@^4.12.1": |
13 | 13 | version "4.12.1" |
14 | 14 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0" |
15 | 15 | integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ== |
16 | 16 |
|
17 | | -"@eslint/config-array@^0.21.0": |
18 | | - version "0.21.0" |
19 | | - resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.0.tgz#abdbcbd16b124c638081766392a4d6b509f72636" |
20 | | - integrity sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ== |
| 17 | +"@eslint/config-array@^0.21.1": |
| 18 | + version "0.21.1" |
| 19 | + resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.1.tgz#7d1b0060fea407f8301e932492ba8c18aff29713" |
| 20 | + integrity sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA== |
21 | 21 | dependencies: |
22 | | - "@eslint/object-schema" "^2.1.6" |
| 22 | + "@eslint/object-schema" "^2.1.7" |
23 | 23 | debug "^4.3.1" |
24 | 24 | minimatch "^3.1.2" |
25 | 25 |
|
26 | | -"@eslint/config-helpers@^0.3.1": |
27 | | - version "0.3.1" |
28 | | - resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.3.1.tgz#d316e47905bd0a1a931fa50e669b9af4104d1617" |
29 | | - integrity sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA== |
| 26 | +"@eslint/config-helpers@^0.4.1": |
| 27 | + version "0.4.1" |
| 28 | + resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.1.tgz#7d173a1a35fe256f0989a0fdd8d911ebbbf50037" |
| 29 | + integrity sha512-csZAzkNhsgwb0I/UAV6/RGFTbiakPCf0ZrGmrIxQpYvGZ00PhTkSnyKNolphgIvmnJeGw6rcGVEXfTzUnFuEvw== |
| 30 | + dependencies: |
| 31 | + "@eslint/core" "^0.16.0" |
30 | 32 |
|
31 | | -"@eslint/core@^0.15.2": |
32 | | - version "0.15.2" |
33 | | - resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.2.tgz#59386327d7862cc3603ebc7c78159d2dcc4a868f" |
34 | | - integrity sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg== |
| 33 | +"@eslint/core@^0.16.0": |
| 34 | + version "0.16.0" |
| 35 | + resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.16.0.tgz#490254f275ba9667ddbab344f4f0a6b7a7bd7209" |
| 36 | + integrity sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q== |
35 | 37 | dependencies: |
36 | 38 | "@types/json-schema" "^7.0.15" |
37 | 39 |
|
|
50 | 52 | minimatch "^3.1.2" |
51 | 53 | strip-json-comments "^3.1.1" |
52 | 54 |
|
53 | | -"@eslint/js@9.34.0": |
54 | | - version "9.34.0" |
55 | | - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.34.0.tgz#fc423168b9d10e08dea9088d083788ec6442996b" |
56 | | - integrity sha512-EoyvqQnBNsV1CWaEJ559rxXL4c8V92gxirbawSmVUOWXlsRxxQXl6LmCpdUblgxgSkDIqKnhzba2SjRTI/A5Rw== |
| 55 | +"@eslint/js@9.38.0": |
| 56 | + version "9.38.0" |
| 57 | + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.38.0.tgz#f7aa9c7577577f53302c1d795643589d7709ebd1" |
| 58 | + integrity sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A== |
57 | 59 |
|
58 | | -"@eslint/object-schema@^2.1.6": |
59 | | - version "2.1.6" |
60 | | - resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f" |
61 | | - integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA== |
| 60 | +"@eslint/object-schema@^2.1.7": |
| 61 | + version "2.1.7" |
| 62 | + resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.7.tgz#6e2126a1347e86a4dedf8706ec67ff8e107ebbad" |
| 63 | + integrity sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA== |
62 | 64 |
|
63 | | -"@eslint/plugin-kit@^0.3.5": |
64 | | - version "0.3.5" |
65 | | - resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz#fd8764f0ee79c8ddab4da65460c641cefee017c5" |
66 | | - integrity sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w== |
| 65 | +"@eslint/plugin-kit@^0.4.0": |
| 66 | + version "0.4.0" |
| 67 | + resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.0.tgz#f6a245b42886abf6fc9c7ab7744a932250335ab2" |
| 68 | + integrity sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A== |
67 | 69 | dependencies: |
68 | | - "@eslint/core" "^0.15.2" |
| 70 | + "@eslint/core" "^0.16.0" |
69 | 71 | levn "^0.4.1" |
70 | 72 |
|
71 | 73 | "@humanfs/core@^0.19.1": |
@@ -239,34 +241,33 @@ eslint-scope@^8.4.0: |
239 | 241 | esrecurse "^4.3.0" |
240 | 242 | estraverse "^5.2.0" |
241 | 243 |
|
242 | | -eslint-visitor-keys@^3.3.0: |
243 | | - version "3.3.0" |
244 | | - resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826" |
245 | | - integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== |
| 244 | +eslint-visitor-keys@^3.4.3: |
| 245 | + version "3.4.3" |
| 246 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800" |
| 247 | + integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== |
246 | 248 |
|
247 | 249 | eslint-visitor-keys@^4.2.1: |
248 | 250 | version "4.2.1" |
249 | 251 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1" |
250 | 252 | integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ== |
251 | 253 |
|
252 | | -eslint@^9.34.0: |
253 | | - version "9.34.0" |
254 | | - resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.34.0.tgz#0ea1f2c1b5d1671db8f01aa6b8ce722302016f7b" |
255 | | - integrity sha512-RNCHRX5EwdrESy3Jc9o8ie8Bog+PeYvvSR8sDGoZxNFTvZ4dlxUB3WzQ3bQMztFrSRODGrLLj8g6OFuGY/aiQg== |
| 254 | +eslint@^9.38.0: |
| 255 | + version "9.38.0" |
| 256 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.38.0.tgz#3957d2af804e5cf6cc503c618f60acc71acb2e7e" |
| 257 | + integrity sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw== |
256 | 258 | dependencies: |
257 | | - "@eslint-community/eslint-utils" "^4.2.0" |
| 259 | + "@eslint-community/eslint-utils" "^4.8.0" |
258 | 260 | "@eslint-community/regexpp" "^4.12.1" |
259 | | - "@eslint/config-array" "^0.21.0" |
260 | | - "@eslint/config-helpers" "^0.3.1" |
261 | | - "@eslint/core" "^0.15.2" |
| 261 | + "@eslint/config-array" "^0.21.1" |
| 262 | + "@eslint/config-helpers" "^0.4.1" |
| 263 | + "@eslint/core" "^0.16.0" |
262 | 264 | "@eslint/eslintrc" "^3.3.1" |
263 | | - "@eslint/js" "9.34.0" |
264 | | - "@eslint/plugin-kit" "^0.3.5" |
| 265 | + "@eslint/js" "9.38.0" |
| 266 | + "@eslint/plugin-kit" "^0.4.0" |
265 | 267 | "@humanfs/node" "^0.16.6" |
266 | 268 | "@humanwhocodes/module-importer" "^1.0.1" |
267 | 269 | "@humanwhocodes/retry" "^0.4.2" |
268 | 270 | "@types/estree" "^1.0.6" |
269 | | - "@types/json-schema" "^7.0.15" |
270 | 271 | ajv "^6.12.4" |
271 | 272 | chalk "^4.0.0" |
272 | 273 | cross-spawn "^7.0.6" |
|
0 commit comments