|
308 | 308 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.1.tgz#361461e5cb3845d874e61731c11cfedd664d83a0"
|
309 | 309 | integrity sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA==
|
310 | 310 |
|
311 |
| -"@eslint/config-array@^0.16.0": |
312 |
| - version "0.16.0" |
313 |
| - resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.16.0.tgz#bb3364fc39ee84ec3a62abdc4b8d988d99dfd706" |
314 |
| - integrity sha512-/jmuSd74i4Czf1XXn7wGRWZCuyaUZ330NH1Bek0Pplatt4Sy1S5haN21SCLLdbeKslQ+S0wEJ+++v5YibSi+Lg== |
| 311 | +"@eslint/config-array@^0.17.0": |
| 312 | + version "0.17.0" |
| 313 | + resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.17.0.tgz#ff305e1ee618a00e6e5d0485454c8d92d94a860d" |
| 314 | + integrity sha512-A68TBu6/1mHHuc5YJL0U0VVeGNiklLAL6rRmhTCP2B5XjWLMnrX+HkO+IAXyHvks5cyyY1jjK5ITPQ1HGS2EVA== |
315 | 315 | dependencies:
|
316 | 316 | "@eslint/object-schema" "^2.1.4"
|
317 | 317 | debug "^4.3.1"
|
318 |
| - minimatch "^3.0.5" |
| 318 | + minimatch "^3.1.2" |
319 | 319 |
|
320 | 320 | "@eslint/eslintrc@^3.1.0":
|
321 | 321 | version "3.1.0"
|
|
332 | 332 | minimatch "^3.1.2"
|
333 | 333 | strip-json-comments "^3.1.1"
|
334 | 334 |
|
335 |
| -"@eslint/js@9.5.0": |
336 |
| - version "9.5.0" |
337 |
| - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.5.0.tgz#0e9c24a670b8a5c86bff97b40be13d8d8f238045" |
338 |
| - integrity sha512-A7+AOT2ICkodvtsWnxZP4Xxk3NbZ3VMHd8oihydLRGrJgqqdEz1qSeEgXYyT/Cu8h1TWWsQRejIx48mtjZ5y1w== |
| 335 | +"@eslint/js@9.6.0": |
| 336 | + version "9.6.0" |
| 337 | + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.6.0.tgz#5b0cb058cc13d9c92d4e561d3538807fa5127c95" |
| 338 | + integrity sha512-D9B0/3vNg44ZeWbYMpBoXqNP4j6eQD5vNwIlGAuFRRzK/WtT/jvDQW3Bi9kkf3PMDMlM7Yi+73VLUsn5bJcl8A== |
339 | 339 |
|
340 | 340 | "@eslint/object-schema@^2.1.4":
|
341 | 341 | version "2.1.4"
|
@@ -959,16 +959,16 @@ eslint-visitor-keys@^4.0.0:
|
959 | 959 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
|
960 | 960 | integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
|
961 | 961 |
|
962 |
| -eslint@9.5.0: |
963 |
| - version "9.5.0" |
964 |
| - resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.5.0.tgz#11856034b94a9e1a02cfcc7e96a9f0956963cd2f" |
965 |
| - integrity sha512-+NAOZFrW/jFTS3dASCGBxX1pkFD0/fsO+hfAkJ4TyYKwgsXZbqzrw+seCYFCcPCYXvnD67tAnglU7GQTz6kcVw== |
| 962 | +eslint@9.6.0: |
| 963 | + version "9.6.0" |
| 964 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.6.0.tgz#9f54373afa15e1ba356656a8d96233182027fb49" |
| 965 | + integrity sha512-ElQkdLMEEqQNM9Njff+2Y4q2afHk7JpkPvrd7Xh7xefwgQynqPxwf55J7di9+MEibWUGdNjFF9ITG9Pck5M84w== |
966 | 966 | dependencies:
|
967 | 967 | "@eslint-community/eslint-utils" "^4.2.0"
|
968 | 968 | "@eslint-community/regexpp" "^4.6.1"
|
969 |
| - "@eslint/config-array" "^0.16.0" |
| 969 | + "@eslint/config-array" "^0.17.0" |
970 | 970 | "@eslint/eslintrc" "^3.1.0"
|
971 |
| - "@eslint/js" "9.5.0" |
| 971 | + "@eslint/js" "9.6.0" |
972 | 972 | "@humanwhocodes/module-importer" "^1.0.1"
|
973 | 973 | "@humanwhocodes/retry" "^0.3.0"
|
974 | 974 | "@nodelib/fs.walk" "^1.2.8"
|
|
979 | 979 | escape-string-regexp "^4.0.0"
|
980 | 980 | eslint-scope "^8.0.1"
|
981 | 981 | eslint-visitor-keys "^4.0.0"
|
982 |
| - espree "^10.0.1" |
| 982 | + espree "^10.1.0" |
983 | 983 | esquery "^1.5.0"
|
984 | 984 | esutils "^2.0.2"
|
985 | 985 | fast-deep-equal "^3.1.3"
|
|
999 | 999 | strip-ansi "^6.0.1"
|
1000 | 1000 | text-table "^0.2.0"
|
1001 | 1001 |
|
1002 |
| -espree@^10.0.1: |
| 1002 | +espree@^10.0.1, espree@^10.1.0: |
1003 | 1003 | version "10.1.0"
|
1004 | 1004 | resolved "https://registry.yarnpkg.com/espree/-/espree-10.1.0.tgz#8788dae611574c0f070691f522e4116c5a11fc56"
|
1005 | 1005 | integrity sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==
|
@@ -1617,7 +1617,7 @@ mimic-fn@^4.0.0:
|
1617 | 1617 | resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc"
|
1618 | 1618 | integrity sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==
|
1619 | 1619 |
|
1620 |
| -minimatch@^3.0.5, minimatch@^3.1.2: |
| 1620 | +minimatch@^3.1.2: |
1621 | 1621 | version "3.1.2"
|
1622 | 1622 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
|
1623 | 1623 | integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
|
|
0 commit comments