|
542 | 542 | dependencies:
|
543 | 543 | eslint-visitor-keys "^3.3.0"
|
544 | 544 |
|
545 |
| -"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1": |
| 545 | +"@eslint-community/regexpp@^4.10.0": |
546 | 546 | version "4.10.0"
|
547 | 547 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
|
548 | 548 | integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
|
549 | 549 |
|
550 |
| -"@eslint/eslintrc@^2.1.4": |
551 |
| - version "2.1.4" |
552 |
| - resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad" |
553 |
| - integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ== |
| 550 | +"@eslint-community/regexpp@^4.11.0": |
| 551 | + version "4.11.1" |
| 552 | + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz#a547badfc719eb3e5f4b556325e542fbe9d7a18f" |
| 553 | + integrity sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q== |
| 554 | + |
| 555 | +"@eslint/config-array@^0.18.0": |
| 556 | + version "0.18.0" |
| 557 | + resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.18.0.tgz#37d8fe656e0d5e3dbaea7758ea56540867fd074d" |
| 558 | + integrity sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw== |
| 559 | + dependencies: |
| 560 | + "@eslint/object-schema" "^2.1.4" |
| 561 | + debug "^4.3.1" |
| 562 | + minimatch "^3.1.2" |
| 563 | + |
| 564 | +"@eslint/core@^0.6.0": |
| 565 | + version "0.6.0" |
| 566 | + resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.6.0.tgz#9930b5ba24c406d67a1760e94cdbac616a6eb674" |
| 567 | + integrity sha512-8I2Q8ykA4J0x0o7cg67FPVnehcqWTBehu/lmY+bolPFHGjh49YzGBMXTvpqVgEbBdvNCSxj6iFgiIyHzf03lzg== |
| 568 | + |
| 569 | +"@eslint/eslintrc@^3.1.0": |
| 570 | + version "3.1.0" |
| 571 | + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.1.0.tgz#dbd3482bfd91efa663cbe7aa1f506839868207b6" |
| 572 | + integrity sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ== |
554 | 573 | dependencies:
|
555 | 574 | ajv "^6.12.4"
|
556 | 575 | debug "^4.3.2"
|
557 |
| - espree "^9.6.0" |
558 |
| - globals "^13.19.0" |
| 576 | + espree "^10.0.1" |
| 577 | + globals "^14.0.0" |
559 | 578 | ignore "^5.2.0"
|
560 | 579 | import-fresh "^3.2.1"
|
561 | 580 | js-yaml "^4.1.0"
|
562 | 581 | minimatch "^3.1.2"
|
563 | 582 | strip-json-comments "^3.1.1"
|
564 | 583 |
|
565 |
| -"@eslint/js@8.57.1": |
566 |
| - version "8.57.1" |
567 |
| - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2" |
568 |
| - integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q== |
| 584 | +"@eslint/js@9.12.0": |
| 585 | + version "9.12.0" |
| 586 | + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.12.0.tgz#69ca3ca9fab9a808ec6d67b8f6edb156cbac91e1" |
| 587 | + integrity sha512-eohesHH8WFRUprDNyEREgqP6beG6htMeUYeCpkEgBCieCMme5r9zFWjzAJp//9S+Kub4rqE+jXe9Cp1a7IYIIA== |
| 588 | + |
| 589 | +"@eslint/object-schema@^2.1.4": |
| 590 | + version "2.1.4" |
| 591 | + resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843" |
| 592 | + integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ== |
| 593 | + |
| 594 | +"@eslint/plugin-kit@^0.2.0": |
| 595 | + version "0.2.0" |
| 596 | + resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.0.tgz#8712dccae365d24e9eeecb7b346f85e750ba343d" |
| 597 | + integrity sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig== |
| 598 | + dependencies: |
| 599 | + levn "^0.4.1" |
569 | 600 |
|
570 | 601 | "@fastify/busboy@^2.0.0":
|
571 | 602 | version "2.1.1"
|
572 | 603 | resolved "https://registry.yarnpkg.com/@fastify/busboy/-/busboy-2.1.1.tgz#b9da6a878a371829a0502c9b6c1c143ef6663f4d"
|
573 | 604 | integrity sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==
|
574 | 605 |
|
575 |
| -"@humanwhocodes/config-array@^0.13.0": |
576 |
| - version "0.13.0" |
577 |
| - resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz#fb907624df3256d04b9aa2df50d7aa97ec648748" |
578 |
| - integrity sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw== |
| 606 | +"@humanfs/core@^0.19.0": |
| 607 | + version "0.19.0" |
| 608 | + resolved "https://registry.yarnpkg.com/@humanfs/core/-/core-0.19.0.tgz#08db7a8c73bb07673d9ebd925f2dad746411fcec" |
| 609 | + integrity sha512-2cbWIHbZVEweE853g8jymffCA+NCMiuqeECeBBLm8dg2oFdjuGJhgN4UAbI+6v0CKbbhvtXA4qV8YR5Ji86nmw== |
| 610 | + |
| 611 | +"@humanfs/node@^0.16.5": |
| 612 | + version "0.16.5" |
| 613 | + resolved "https://registry.yarnpkg.com/@humanfs/node/-/node-0.16.5.tgz#a9febb7e7ad2aff65890fdc630938f8d20aa84ba" |
| 614 | + integrity sha512-KSPA4umqSG4LHYRodq31VDwKAvaTF4xmVlzM8Aeh4PlU1JQ3IG0wiA8C25d3RQ9nJyM3mBHyI53K06VVL/oFFg== |
579 | 615 | dependencies:
|
580 |
| - "@humanwhocodes/object-schema" "^2.0.3" |
581 |
| - debug "^4.3.1" |
582 |
| - minimatch "^3.0.5" |
| 616 | + "@humanfs/core" "^0.19.0" |
| 617 | + "@humanwhocodes/retry" "^0.3.0" |
583 | 618 |
|
584 | 619 | "@humanwhocodes/module-importer@^1.0.1":
|
585 | 620 | version "1.0.1"
|
586 | 621 | resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
|
587 | 622 | integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
|
588 | 623 |
|
589 |
| -"@humanwhocodes/object-schema@^2.0.3": |
590 |
| - version "2.0.3" |
591 |
| - resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3" |
592 |
| - integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA== |
| 624 | +"@humanwhocodes/retry@^0.3.0", "@humanwhocodes/retry@^0.3.1": |
| 625 | + version "0.3.1" |
| 626 | + resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.1.tgz#c72a5c76a9fbaf3488e231b13dc52c0da7bab42a" |
| 627 | + integrity sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA== |
593 | 628 |
|
594 | 629 | "@img/sharp-darwin-arm64@0.33.5":
|
595 | 630 | version "0.33.5"
|
|
796 | 831 | resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
|
797 | 832 | integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
|
798 | 833 |
|
799 |
| -"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8": |
| 834 | +"@nodelib/fs.walk@^1.2.3": |
800 | 835 | version "1.2.8"
|
801 | 836 | resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
|
802 | 837 | integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
|
|
1074 | 1109 | dependencies:
|
1075 | 1110 | dotenv "*"
|
1076 | 1111 |
|
1077 |
| -"@types/estree@1.0.6", "@types/estree@^1.0.0": |
| 1112 | +"@types/estree@1.0.6", "@types/estree@^1.0.0", "@types/estree@^1.0.6": |
1078 | 1113 | version "1.0.6"
|
1079 | 1114 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
|
1080 | 1115 | integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
|
|
1290 | 1325 | "@typescript-eslint/types" "7.7.1"
|
1291 | 1326 | eslint-visitor-keys "^3.4.3"
|
1292 | 1327 |
|
1293 |
| -"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0": |
| 1328 | +"@ungap/structured-clone@^1.0.0": |
1294 | 1329 | version "1.2.0"
|
1295 | 1330 | resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
1296 | 1331 | integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
|
@@ -1518,12 +1553,12 @@ acorn-walk@^8.3.2:
|
1518 | 1553 | resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.3.2.tgz#7703af9415f1b6db9315d6895503862e231d34aa"
|
1519 | 1554 | integrity sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==
|
1520 | 1555 |
|
1521 |
| -acorn@^8.11.0, acorn@^8.12.1, acorn@^8.4.1, acorn@^8.6.0: |
| 1556 | +acorn@^8.11.0, acorn@^8.12.0, acorn@^8.12.1, acorn@^8.4.1, acorn@^8.6.0: |
1522 | 1557 | version "8.12.1"
|
1523 | 1558 | resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
|
1524 | 1559 | integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
|
1525 | 1560 |
|
1526 |
| -acorn@^8.11.3, acorn@^8.9.0: |
| 1561 | +acorn@^8.11.3: |
1527 | 1562 | version "8.11.3"
|
1528 | 1563 | resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
|
1529 | 1564 | integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
|
@@ -2279,13 +2314,6 @@ dlv@^1.1.3:
|
2279 | 2314 | resolved "https://registry.yarnpkg.com/dlv/-/dlv-1.1.3.tgz#5c198a8a11453596e751494d49874bc7732f2e79"
|
2280 | 2315 | integrity sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==
|
2281 | 2316 |
|
2282 |
| -doctrine@^3.0.0: |
2283 |
| - version "3.0.0" |
2284 |
| - resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961" |
2285 |
| - integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== |
2286 |
| - dependencies: |
2287 |
| - esutils "^2.0.2" |
2288 |
| - |
2289 | 2317 | dotenv@*, dotenv@16.4.5:
|
2290 | 2318 | version "16.4.5"
|
2291 | 2319 | resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f"
|
@@ -2561,81 +2589,83 @@ eslint-plugin-functional@6.6.3:
|
2561 | 2589 | semver "^7.6.0"
|
2562 | 2590 | ts-api-utils "^1.3.0"
|
2563 | 2591 |
|
2564 |
| -eslint-scope@^7.2.2: |
2565 |
| - version "7.2.2" |
2566 |
| - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f" |
2567 |
| - integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg== |
| 2592 | +eslint-scope@^8.1.0: |
| 2593 | + version "8.1.0" |
| 2594 | + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.1.0.tgz#70214a174d4cbffbc3e8a26911d8bf51b9ae9d30" |
| 2595 | + integrity sha512-14dSvlhaVhKKsa9Fx1l8A17s7ah7Ef7wCakJ10LYk6+GYmP9yDti2oq2SEwcyndt6knfcZyhyxwY3i9yL78EQw== |
2568 | 2596 | dependencies:
|
2569 | 2597 | esrecurse "^4.3.0"
|
2570 | 2598 | estraverse "^5.2.0"
|
2571 | 2599 |
|
2572 |
| -eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3: |
| 2600 | +eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.3: |
2573 | 2601 | version "3.4.3"
|
2574 | 2602 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
2575 | 2603 | integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
2576 | 2604 |
|
2577 |
| -eslint@8.57.1: |
2578 |
| - version "8.57.1" |
2579 |
| - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9" |
2580 |
| - integrity sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA== |
| 2605 | +eslint-visitor-keys@^4.1.0: |
| 2606 | + version "4.1.0" |
| 2607 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz#1f785cc5e81eb7534523d85922248232077d2f8c" |
| 2608 | + integrity sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg== |
| 2609 | + |
| 2610 | +eslint@9.12.0: |
| 2611 | + version "9.12.0" |
| 2612 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.12.0.tgz#54fcba2876c90528396da0fa44b6446329031e86" |
| 2613 | + integrity sha512-UVIOlTEWxwIopRL1wgSQYdnVDcEvs2wyaO6DGo5mXqe3r16IoCNWkR29iHhyaP4cICWjbgbmFUGAhh0GJRuGZw== |
2581 | 2614 | dependencies:
|
2582 | 2615 | "@eslint-community/eslint-utils" "^4.2.0"
|
2583 |
| - "@eslint-community/regexpp" "^4.6.1" |
2584 |
| - "@eslint/eslintrc" "^2.1.4" |
2585 |
| - "@eslint/js" "8.57.1" |
2586 |
| - "@humanwhocodes/config-array" "^0.13.0" |
| 2616 | + "@eslint-community/regexpp" "^4.11.0" |
| 2617 | + "@eslint/config-array" "^0.18.0" |
| 2618 | + "@eslint/core" "^0.6.0" |
| 2619 | + "@eslint/eslintrc" "^3.1.0" |
| 2620 | + "@eslint/js" "9.12.0" |
| 2621 | + "@eslint/plugin-kit" "^0.2.0" |
| 2622 | + "@humanfs/node" "^0.16.5" |
2587 | 2623 | "@humanwhocodes/module-importer" "^1.0.1"
|
2588 |
| - "@nodelib/fs.walk" "^1.2.8" |
2589 |
| - "@ungap/structured-clone" "^1.2.0" |
| 2624 | + "@humanwhocodes/retry" "^0.3.1" |
| 2625 | + "@types/estree" "^1.0.6" |
| 2626 | + "@types/json-schema" "^7.0.15" |
2590 | 2627 | ajv "^6.12.4"
|
2591 | 2628 | chalk "^4.0.0"
|
2592 | 2629 | cross-spawn "^7.0.2"
|
2593 | 2630 | debug "^4.3.2"
|
2594 |
| - doctrine "^3.0.0" |
2595 | 2631 | escape-string-regexp "^4.0.0"
|
2596 |
| - eslint-scope "^7.2.2" |
2597 |
| - eslint-visitor-keys "^3.4.3" |
2598 |
| - espree "^9.6.1" |
2599 |
| - esquery "^1.4.2" |
| 2632 | + eslint-scope "^8.1.0" |
| 2633 | + eslint-visitor-keys "^4.1.0" |
| 2634 | + espree "^10.2.0" |
| 2635 | + esquery "^1.5.0" |
2600 | 2636 | esutils "^2.0.2"
|
2601 | 2637 | fast-deep-equal "^3.1.3"
|
2602 |
| - file-entry-cache "^6.0.1" |
| 2638 | + file-entry-cache "^8.0.0" |
2603 | 2639 | find-up "^5.0.0"
|
2604 | 2640 | glob-parent "^6.0.2"
|
2605 |
| - globals "^13.19.0" |
2606 |
| - graphemer "^1.4.0" |
2607 | 2641 | ignore "^5.2.0"
|
2608 | 2642 | imurmurhash "^0.1.4"
|
2609 | 2643 | is-glob "^4.0.0"
|
2610 |
| - is-path-inside "^3.0.3" |
2611 |
| - js-yaml "^4.1.0" |
2612 | 2644 | json-stable-stringify-without-jsonify "^1.0.1"
|
2613 |
| - levn "^0.4.1" |
2614 | 2645 | lodash.merge "^4.6.2"
|
2615 | 2646 | minimatch "^3.1.2"
|
2616 | 2647 | natural-compare "^1.4.0"
|
2617 | 2648 | optionator "^0.9.3"
|
2618 |
| - strip-ansi "^6.0.1" |
2619 | 2649 | text-table "^0.2.0"
|
2620 | 2650 |
|
2621 |
| -espree@^9.6.0, espree@^9.6.1: |
2622 |
| - version "9.6.1" |
2623 |
| - resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f" |
2624 |
| - integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ== |
| 2651 | +espree@^10.0.1, espree@^10.2.0: |
| 2652 | + version "10.2.0" |
| 2653 | + resolved "https://registry.yarnpkg.com/espree/-/espree-10.2.0.tgz#f4bcead9e05b0615c968e85f83816bc386a45df6" |
| 2654 | + integrity sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g== |
2625 | 2655 | dependencies:
|
2626 |
| - acorn "^8.9.0" |
| 2656 | + acorn "^8.12.0" |
2627 | 2657 | acorn-jsx "^5.3.2"
|
2628 |
| - eslint-visitor-keys "^3.4.1" |
| 2658 | + eslint-visitor-keys "^4.1.0" |
2629 | 2659 |
|
2630 | 2660 | esprima@^4.0.0:
|
2631 | 2661 | version "4.0.1"
|
2632 | 2662 | resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
|
2633 | 2663 | integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
|
2634 | 2664 |
|
2635 |
| -esquery@^1.4.2: |
2636 |
| - version "1.5.0" |
2637 |
| - resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b" |
2638 |
| - integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg== |
| 2665 | +esquery@^1.5.0: |
| 2666 | + version "1.6.0" |
| 2667 | + resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7" |
| 2668 | + integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg== |
2639 | 2669 | dependencies:
|
2640 | 2670 | estraverse "^5.1.0"
|
2641 | 2671 |
|
@@ -2773,12 +2803,12 @@ figures@^6.0.1:
|
2773 | 2803 | dependencies:
|
2774 | 2804 | is-unicode-supported "^2.0.0"
|
2775 | 2805 |
|
2776 |
| -file-entry-cache@^6.0.1: |
2777 |
| - version "6.0.1" |
2778 |
| - resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027" |
2779 |
| - integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg== |
| 2806 | +file-entry-cache@^8.0.0: |
| 2807 | + version "8.0.0" |
| 2808 | + resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f" |
| 2809 | + integrity sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ== |
2780 | 2810 | dependencies:
|
2781 |
| - flat-cache "^3.0.4" |
| 2811 | + flat-cache "^4.0.0" |
2782 | 2812 |
|
2783 | 2813 | file-uri-to-path@1.0.0:
|
2784 | 2814 | version "1.0.0"
|
@@ -2821,14 +2851,13 @@ find-yarn-workspace-root2@1.2.16:
|
2821 | 2851 | micromatch "^4.0.2"
|
2822 | 2852 | pkg-dir "^4.2.0"
|
2823 | 2853 |
|
2824 |
| -flat-cache@^3.0.4: |
2825 |
| - version "3.2.0" |
2826 |
| - resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee" |
2827 |
| - integrity sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw== |
| 2854 | +flat-cache@^4.0.0: |
| 2855 | + version "4.0.1" |
| 2856 | + resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-4.0.1.tgz#0ece39fcb14ee012f4b0410bd33dd9c1f011127c" |
| 2857 | + integrity sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw== |
2828 | 2858 | dependencies:
|
2829 | 2859 | flatted "^3.2.9"
|
2830 |
| - keyv "^4.5.3" |
2831 |
| - rimraf "^3.0.2" |
| 2860 | + keyv "^4.5.4" |
2832 | 2861 |
|
2833 | 2862 | flatted@^3.2.9:
|
2834 | 2863 | version "3.3.1"
|
@@ -2952,12 +2981,10 @@ globals@^11.1.0:
|
2952 | 2981 | resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
|
2953 | 2982 | integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
|
2954 | 2983 |
|
2955 |
| -globals@^13.19.0: |
2956 |
| - version "13.24.0" |
2957 |
| - resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171" |
2958 |
| - integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ== |
2959 |
| - dependencies: |
2960 |
| - type-fest "^0.20.2" |
| 2984 | +globals@^14.0.0: |
| 2985 | + version "14.0.0" |
| 2986 | + resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e" |
| 2987 | + integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ== |
2961 | 2988 |
|
2962 | 2989 | globby@^11.1.0:
|
2963 | 2990 | version "11.1.0"
|
@@ -3282,11 +3309,6 @@ is-number@^7.0.0:
|
3282 | 3309 | resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
|
3283 | 3310 | integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
|
3284 | 3311 |
|
3285 |
| -is-path-inside@^3.0.3: |
3286 |
| - version "3.0.3" |
3287 |
| - resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283" |
3288 |
| - integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== |
3289 |
| - |
3290 | 3312 | is-plain-obj@^4.0.0:
|
3291 | 3313 | version "4.1.0"
|
3292 | 3314 | resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz#d65025edec3657ce032fd7db63c97883eaed71f0"
|
@@ -3416,7 +3438,7 @@ jsonc-parser@^3.0.0:
|
3416 | 3438 | resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.3.1.tgz#f2a524b4f7fd11e3d791e559977ad60b98b798b4"
|
3417 | 3439 | integrity sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==
|
3418 | 3440 |
|
3419 |
| -keyv@^4.5.3: |
| 3441 | +keyv@^4.5.4: |
3420 | 3442 | version "4.5.4"
|
3421 | 3443 | resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
|
3422 | 3444 | integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
|
@@ -4018,7 +4040,7 @@ mimic-function@^5.0.0:
|
4018 | 4040 | resolved "https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz#acbe2b3349f99b9deaca7fb70e48b83e94e67076"
|
4019 | 4041 | integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==
|
4020 | 4042 |
|
4021 |
| -minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: |
| 4043 | +minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2: |
4022 | 4044 | version "3.1.2"
|
4023 | 4045 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
|
4024 | 4046 | integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
|
@@ -5179,11 +5201,6 @@ type-fest@^0.13.1:
|
5179 | 5201 | resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz#0172cb5bce80b0bd542ea348db50c7e21834d934"
|
5180 | 5202 | integrity sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==
|
5181 | 5203 |
|
5182 |
| -type-fest@^0.20.2: |
5183 |
| - version "0.20.2" |
5184 |
| - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" |
5185 |
| - integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== |
5186 |
| - |
5187 | 5204 | type-fest@^4.21.0, type-fest@^4.3.1:
|
5188 | 5205 | version "4.26.1"
|
5189 | 5206 | resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.26.1.tgz#a4a17fa314f976dd3e6d6675ef6c775c16d7955e"
|
|
0 commit comments