|
183 | 183 | debug "^4.3.1" |
184 | 184 | minimatch "^3.1.2" |
185 | 185 |
|
186 | | -"@eslint/config-helpers@^0.3.1": |
187 | | - version "0.3.1" |
188 | | - resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.3.1.tgz#d316e47905bd0a1a931fa50e669b9af4104d1617" |
189 | | - integrity sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA== |
| 186 | +"@eslint/config-helpers@^0.4.0": |
| 187 | + version "0.4.1" |
| 188 | + resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.1.tgz#7d173a1a35fe256f0989a0fdd8d911ebbbf50037" |
| 189 | + integrity sha512-csZAzkNhsgwb0I/UAV6/RGFTbiakPCf0ZrGmrIxQpYvGZ00PhTkSnyKNolphgIvmnJeGw6rcGVEXfTzUnFuEvw== |
| 190 | + dependencies: |
| 191 | + "@eslint/core" "^0.16.0" |
190 | 192 |
|
191 | | -"@eslint/core@^0.15.2": |
192 | | - version "0.15.2" |
193 | | - resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.2.tgz#59386327d7862cc3603ebc7c78159d2dcc4a868f" |
194 | | - integrity sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg== |
| 193 | +"@eslint/core@^0.16.0": |
| 194 | + version "0.16.0" |
| 195 | + resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.16.0.tgz#490254f275ba9667ddbab344f4f0a6b7a7bd7209" |
| 196 | + integrity sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q== |
195 | 197 | dependencies: |
196 | 198 | "@types/json-schema" "^7.0.15" |
197 | 199 |
|
|
210 | 212 | minimatch "^3.1.2" |
211 | 213 | strip-json-comments "^3.1.1" |
212 | 214 |
|
213 | | -"@eslint/js@9.35.0": |
214 | | - version "9.35.0" |
215 | | - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.35.0.tgz#ffbc7e13cf1204db18552e9cd9d4a8e17c692d07" |
216 | | - integrity sha512-30iXE9whjlILfWobBkNerJo+TXYsgVM5ERQwMcMKCHckHflCmf7wXDAHlARoWnh0s1U72WqlbeyE7iAcCzuCPw== |
| 215 | +"@eslint/js@9.37.0": |
| 216 | + version "9.37.0" |
| 217 | + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.37.0.tgz#0cfd5aa763fe5d1ee60bedf84cd14f54bcf9e21b" |
| 218 | + integrity sha512-jaS+NJ+hximswBG6pjNX0uEJZkrT0zwpVi3BA3vX22aFGjJjmgSTSmPpZCRKmoBL5VY/M6p0xsSJx7rk7sy5gg== |
217 | 219 |
|
218 | 220 | "@eslint/object-schema@^2.1.6": |
219 | 221 | version "2.1.6" |
220 | 222 | resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f" |
221 | 223 | integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA== |
222 | 224 |
|
223 | | -"@eslint/plugin-kit@^0.3.5": |
224 | | - version "0.3.5" |
225 | | - resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz#fd8764f0ee79c8ddab4da65460c641cefee017c5" |
226 | | - integrity sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w== |
| 225 | +"@eslint/plugin-kit@^0.4.0": |
| 226 | + version "0.4.0" |
| 227 | + resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.0.tgz#f6a245b42886abf6fc9c7ab7744a932250335ab2" |
| 228 | + integrity sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A== |
227 | 229 | dependencies: |
228 | | - "@eslint/core" "^0.15.2" |
| 230 | + "@eslint/core" "^0.16.0" |
229 | 231 | levn "^0.4.1" |
230 | 232 |
|
231 | 233 | "@humanfs/core@^0.19.1": |
@@ -2163,19 +2165,19 @@ eslint-visitor-keys@^4.2.1: |
2163 | 2165 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1" |
2164 | 2166 | integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ== |
2165 | 2167 |
|
2166 | | -eslint@9.35.0: |
2167 | | - version "9.35.0" |
2168 | | - resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.35.0.tgz#7a89054b7b9ee1dfd1b62035d8ce75547773f47e" |
2169 | | - integrity sha512-QePbBFMJFjgmlE+cXAlbHZbHpdFVS2E/6vzCy7aKlebddvl1vadiC4JFV5u/wqTkNUwEV8WrQi257jf5f06hrg== |
| 2168 | +eslint@9.37.0: |
| 2169 | + version "9.37.0" |
| 2170 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.37.0.tgz#ac0222127f76b09c0db63036f4fe289562072d74" |
| 2171 | + integrity sha512-XyLmROnACWqSxiGYArdef1fItQd47weqB7iwtfr9JHwRrqIXZdcFMvvEcL9xHCmL0SNsOvF0c42lWyM1U5dgig== |
2170 | 2172 | dependencies: |
2171 | 2173 | "@eslint-community/eslint-utils" "^4.8.0" |
2172 | 2174 | "@eslint-community/regexpp" "^4.12.1" |
2173 | 2175 | "@eslint/config-array" "^0.21.0" |
2174 | | - "@eslint/config-helpers" "^0.3.1" |
2175 | | - "@eslint/core" "^0.15.2" |
| 2176 | + "@eslint/config-helpers" "^0.4.0" |
| 2177 | + "@eslint/core" "^0.16.0" |
2176 | 2178 | "@eslint/eslintrc" "^3.3.1" |
2177 | | - "@eslint/js" "9.35.0" |
2178 | | - "@eslint/plugin-kit" "^0.3.5" |
| 2179 | + "@eslint/js" "9.37.0" |
| 2180 | + "@eslint/plugin-kit" "^0.4.0" |
2179 | 2181 | "@humanfs/node" "^0.16.6" |
2180 | 2182 | "@humanwhocodes/module-importer" "^1.0.1" |
2181 | 2183 | "@humanwhocodes/retry" "^0.4.2" |
|
0 commit comments