|
946 | 946 | esquery "^1.5.0" |
947 | 947 | jsdoc-type-pratt-parser "~4.0.0" |
948 | 948 |
|
949 | | -"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0": |
| 949 | +"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0", "@eslint-community/eslint-utils@^4.7.0": |
950 | 950 | version "4.7.0" |
951 | 951 | resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a" |
952 | 952 | integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw== |
|
958 | 958 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0" |
959 | 959 | integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ== |
960 | 960 |
|
| 961 | +"@eslint/core@^0.12.0": |
| 962 | + version "0.12.0" |
| 963 | + resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e" |
| 964 | + integrity sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg== |
| 965 | + dependencies: |
| 966 | + "@types/json-schema" "^7.0.15" |
| 967 | + |
| 968 | +"@eslint/core@^0.13.0": |
| 969 | + version "0.13.0" |
| 970 | + resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.13.0.tgz#bf02f209846d3bf996f9e8009db62df2739b458c" |
| 971 | + integrity sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw== |
| 972 | + dependencies: |
| 973 | + "@types/json-schema" "^7.0.15" |
| 974 | + |
| 975 | +"@eslint/css-tree@^3.3.3": |
| 976 | + version "3.6.3" |
| 977 | + resolved "https://registry.yarnpkg.com/@eslint/css-tree/-/css-tree-3.6.3.tgz#c85a0572043db628686e15a6f9bda875dcfba96e" |
| 978 | + integrity sha512-M9iq4Brt/MG+5/B4Jrla5XZqaCgaHjfZyMSUJM3KNpBU61u8gMYg4TTaNTP/mUGR/rnRrVV7RXmh5qI4pIk0Yw== |
| 979 | + dependencies: |
| 980 | + mdn-data "2.21.0" |
| 981 | + source-map-js "^1.0.1" |
| 982 | + |
| 983 | +"@eslint/css@^0.7.0": |
| 984 | + version "0.7.0" |
| 985 | + resolved "https://registry.yarnpkg.com/@eslint/css/-/css-0.7.0.tgz#e864fb73334fefef3385e28832ce9f3ae846d034" |
| 986 | + integrity sha512-d6mo8etv4igrTGxgvWSgA5+TsppfObM/Xhlu8JWbkqNBiaJXztUNH45R1B4i1GL2PNIFMLREI3Kh9lTBi19l7g== |
| 987 | + dependencies: |
| 988 | + "@eslint/core" "^0.13.0" |
| 989 | + "@eslint/css-tree" "^3.3.3" |
| 990 | + "@eslint/plugin-kit" "^0.2.5" |
| 991 | + |
961 | 992 | "@eslint/eslintrc@^2.1.4": |
962 | 993 | version "2.1.4" |
963 | 994 | resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad" |
|
978 | 1009 | resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2" |
979 | 1010 | integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q== |
980 | 1011 |
|
| 1012 | +"@eslint/json@^0.12.0": |
| 1013 | + version "0.12.0" |
| 1014 | + resolved "https://registry.yarnpkg.com/@eslint/json/-/json-0.12.0.tgz#7d1cb7152d01f3837703c154a5b38233f409395e" |
| 1015 | + integrity sha512-n/7dz8HFStpEe4o5eYk0tdkBdGUS/ZGb0GQCeDWN1ZmRq67HMHK4vC33b0rQlTT6xdZoX935P4vstiWVk5Ying== |
| 1016 | + dependencies: |
| 1017 | + "@eslint/core" "^0.12.0" |
| 1018 | + "@eslint/plugin-kit" "^0.2.7" |
| 1019 | + "@humanwhocodes/momoa" "^3.3.4" |
| 1020 | + natural-compare "^1.4.0" |
| 1021 | + |
| 1022 | +"@eslint/plugin-kit@^0.2.5", "@eslint/plugin-kit@^0.2.7": |
| 1023 | + version "0.2.8" |
| 1024 | + resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.8.tgz#47488d8f8171b5d4613e833313f3ce708e3525f8" |
| 1025 | + integrity sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA== |
| 1026 | + dependencies: |
| 1027 | + "@eslint/core" "^0.13.0" |
| 1028 | + levn "^0.4.1" |
| 1029 | + |
981 | 1030 | "@humanwhocodes/config-array@^0.13.0": |
982 | 1031 | version "0.13.0" |
983 | 1032 | resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz#fb907624df3256d04b9aa2df50d7aa97ec648748" |
|
992 | 1041 | resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c" |
993 | 1042 | integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA== |
994 | 1043 |
|
| 1044 | +"@humanwhocodes/momoa@^3.3.4": |
| 1045 | + version "3.3.9" |
| 1046 | + resolved "https://registry.yarnpkg.com/@humanwhocodes/momoa/-/momoa-3.3.9.tgz#513ff7fb5e3ce08fb5ddbd3a5730e195cab2dd36" |
| 1047 | + integrity sha512-LHw6Op4bJb3/3KZgOgwflJx5zY9XOy0NU1NuyUFKGdTwHYmP+PbnQGCYQJ8NVNlulLfQish34b0VuUlLYP3AXA== |
| 1048 | + |
995 | 1049 | "@humanwhocodes/object-schema@^2.0.3": |
996 | 1050 | version "2.0.3" |
997 | 1051 | resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3" |
|
2303 | 2357 | "@smithy/types" "^4.3.1" |
2304 | 2358 | tslib "^2.6.2" |
2305 | 2359 |
|
| 2360 | +"@stylistic/eslint-plugin@^4.2.0": |
| 2361 | + version "4.4.1" |
| 2362 | + resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-4.4.1.tgz#410ac332887fb3d61cad1df4e6b55ae35d87c632" |
| 2363 | + integrity sha512-CEigAk7eOLyHvdgmpZsKFwtiqS2wFwI1fn4j09IU9GmD4euFM4jEBAViWeCqaNLlbX2k2+A/Fq9cje4HQBXuJQ== |
| 2364 | + dependencies: |
| 2365 | + "@typescript-eslint/utils" "^8.32.1" |
| 2366 | + eslint-visitor-keys "^4.2.0" |
| 2367 | + espree "^10.3.0" |
| 2368 | + estraverse "^5.3.0" |
| 2369 | + picomatch "^4.0.2" |
| 2370 | + |
2306 | 2371 | "@szmarczak/http-timer@^4.0.5": |
2307 | 2372 | version "4.0.6" |
2308 | 2373 | resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-4.0.6.tgz#b4a914bb62e7c272d4e5989fe4440f812ab1d807" |
|
2558 | 2623 | "@typescript-eslint/visitor-keys" "6.21.0" |
2559 | 2624 | debug "^4.3.4" |
2560 | 2625 |
|
| 2626 | +"@typescript-eslint/project-service@8.39.1": |
| 2627 | + version "8.39.1" |
| 2628 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.39.1.tgz#63525878d488ebf27c485f295e83434a1398f52d" |
| 2629 | + integrity sha512-8fZxek3ONTwBu9ptw5nCKqZOSkXshZB7uAxuFF0J/wTMkKydjXCzqqga7MlFMpHi9DoG4BadhmTkITBcg8Aybw== |
| 2630 | + dependencies: |
| 2631 | + "@typescript-eslint/tsconfig-utils" "^8.39.1" |
| 2632 | + "@typescript-eslint/types" "^8.39.1" |
| 2633 | + debug "^4.3.4" |
| 2634 | + |
2561 | 2635 | "@typescript-eslint/scope-manager@6.21.0": |
2562 | 2636 | version "6.21.0" |
2563 | 2637 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1" |
|
2574 | 2648 | "@typescript-eslint/types" "7.18.0" |
2575 | 2649 | "@typescript-eslint/visitor-keys" "7.18.0" |
2576 | 2650 |
|
| 2651 | +"@typescript-eslint/scope-manager@8.39.1": |
| 2652 | + version "8.39.1" |
| 2653 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.39.1.tgz#1253fe3e1f2f33f08a3e438a05b5dd7faf9fbca6" |
| 2654 | + integrity sha512-RkBKGBrjgskFGWuyUGz/EtD8AF/GW49S21J8dvMzpJitOF1slLEbbHnNEtAHtnDAnx8qDEdRrULRnWVx27wGBw== |
| 2655 | + dependencies: |
| 2656 | + "@typescript-eslint/types" "8.39.1" |
| 2657 | + "@typescript-eslint/visitor-keys" "8.39.1" |
| 2658 | + |
| 2659 | +"@typescript-eslint/tsconfig-utils@8.39.1", "@typescript-eslint/tsconfig-utils@^8.39.1": |
| 2660 | + version "8.39.1" |
| 2661 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.1.tgz#17f13b4ad481e7bec7c249ee1854078645b34b12" |
| 2662 | + integrity sha512-ePUPGVtTMR8XMU2Hee8kD0Pu4NDE1CN9Q1sxGSGd/mbOtGZDM7pnhXNJnzW63zk/q+Z54zVzj44HtwXln5CvHA== |
| 2663 | + |
2577 | 2664 | "@typescript-eslint/type-utils@6.21.0": |
2578 | 2665 | version "6.21.0" |
2579 | 2666 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e" |
|
2594 | 2681 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9" |
2595 | 2682 | integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ== |
2596 | 2683 |
|
| 2684 | +"@typescript-eslint/types@8.39.1", "@typescript-eslint/types@^8.39.1": |
| 2685 | + version "8.39.1" |
| 2686 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.1.tgz#f0ab996c8ab2c3b046bbf86bb1990b03529869a1" |
| 2687 | + integrity sha512-7sPDKQQp+S11laqTrhHqeAbsCfMkwJMrV7oTDvtDds4mEofJYir414bYKUEb8YPUm9QL3U+8f6L6YExSoAGdQw== |
| 2688 | + |
2597 | 2689 | "@typescript-eslint/typescript-estree@6.21.0": |
2598 | 2690 | version "6.21.0" |
2599 | 2691 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46" |
|
2622 | 2714 | semver "^7.6.0" |
2623 | 2715 | ts-api-utils "^1.3.0" |
2624 | 2716 |
|
| 2717 | +"@typescript-eslint/typescript-estree@8.39.1": |
| 2718 | + version "8.39.1" |
| 2719 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.1.tgz#8825d3ea7ea2144c577859ae489eec24ef7318a5" |
| 2720 | + integrity sha512-EKkpcPuIux48dddVDXyQBlKdeTPMmALqBUbEk38McWv0qVEZwOpVJBi7ugK5qVNgeuYjGNQxrrnoM/5+TI/BPw== |
| 2721 | + dependencies: |
| 2722 | + "@typescript-eslint/project-service" "8.39.1" |
| 2723 | + "@typescript-eslint/tsconfig-utils" "8.39.1" |
| 2724 | + "@typescript-eslint/types" "8.39.1" |
| 2725 | + "@typescript-eslint/visitor-keys" "8.39.1" |
| 2726 | + debug "^4.3.4" |
| 2727 | + fast-glob "^3.3.2" |
| 2728 | + is-glob "^4.0.3" |
| 2729 | + minimatch "^9.0.4" |
| 2730 | + semver "^7.6.0" |
| 2731 | + ts-api-utils "^2.1.0" |
| 2732 | + |
2625 | 2733 | "@typescript-eslint/utils@6.21.0": |
2626 | 2734 | version "6.21.0" |
2627 | 2735 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134" |
|
2645 | 2753 | "@typescript-eslint/types" "7.18.0" |
2646 | 2754 | "@typescript-eslint/typescript-estree" "7.18.0" |
2647 | 2755 |
|
| 2756 | +"@typescript-eslint/utils@^8.32.1": |
| 2757 | + version "8.39.1" |
| 2758 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.1.tgz#58a834f89f93b786ada2cd14d77fa63c3c8f408b" |
| 2759 | + integrity sha512-VF5tZ2XnUSTuiqZFXCZfZs1cgkdd3O/sSYmdo2EpSyDlC86UM/8YytTmKnehOW3TGAlivqTDT6bS87B/GQ/jyg== |
| 2760 | + dependencies: |
| 2761 | + "@eslint-community/eslint-utils" "^4.7.0" |
| 2762 | + "@typescript-eslint/scope-manager" "8.39.1" |
| 2763 | + "@typescript-eslint/types" "8.39.1" |
| 2764 | + "@typescript-eslint/typescript-estree" "8.39.1" |
| 2765 | + |
2648 | 2766 | "@typescript-eslint/visitor-keys@6.21.0": |
2649 | 2767 | version "6.21.0" |
2650 | 2768 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47" |
|
2661 | 2779 | "@typescript-eslint/types" "7.18.0" |
2662 | 2780 | eslint-visitor-keys "^3.4.3" |
2663 | 2781 |
|
| 2782 | +"@typescript-eslint/visitor-keys@8.39.1": |
| 2783 | + version "8.39.1" |
| 2784 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.1.tgz#a467742a98f2fa3c03d7bed4979dc0db3850a77a" |
| 2785 | + integrity sha512-W8FQi6kEh2e8zVhQ0eeRnxdvIoOkAp/CPAahcNio6nO9dsIwb9b34z90KOlheoyuVf6LSOEdjlkxSkapNEc+4A== |
| 2786 | + dependencies: |
| 2787 | + "@typescript-eslint/types" "8.39.1" |
| 2788 | + eslint-visitor-keys "^4.2.1" |
| 2789 | + |
2664 | 2790 | "@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0": |
2665 | 2791 | version "1.3.0" |
2666 | 2792 | resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8" |
@@ -2693,7 +2819,7 @@ acorn-walk@^8.1.1: |
2693 | 2819 | dependencies: |
2694 | 2820 | acorn "^8.11.0" |
2695 | 2821 |
|
2696 | | -acorn@^8.11.0, acorn@^8.4.1, acorn@^8.9.0: |
| 2822 | +acorn@^8.11.0, acorn@^8.15.0, acorn@^8.4.1, acorn@^8.9.0: |
2697 | 2823 | version "8.15.0" |
2698 | 2824 | resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816" |
2699 | 2825 | integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg== |
@@ -4118,12 +4244,16 @@ eslint-config-xo-react@^0.27.0: |
4118 | 4244 | resolved "https://registry.yarnpkg.com/eslint-config-xo-react/-/eslint-config-xo-react-0.27.0.tgz#aeb7593bf3d8fb9fc7fecfcbd7240f0daddb5cb0" |
4119 | 4245 | integrity sha512-wiV215xQIn71XZyyVfaOXHaFpR1B14IJttwOjMi/eqUK1s+ojJdHr7eHqTLaGUfh6FKgWha1QNwePlIXx7mBUg== |
4120 | 4246 |
|
4121 | | -eslint-config-xo@^0.45.0: |
4122 | | - version "0.45.0" |
4123 | | - resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.45.0.tgz#80e11c386aad07070bf103c04057dfa3d07b9705" |
4124 | | - integrity sha512-T30F2S2HKKmr/RoHopKE7wMUMWrsLMab1qFl2WyFJjETbD+l7p4hSQWpTVGW7TEbSKG1QBekwf6Jn9ZDPA6thA== |
| 4247 | +eslint-config-xo@^0.48.0: |
| 4248 | + version "0.48.0" |
| 4249 | + resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.48.0.tgz#c23028b4b10d56f8f55ed241a43afda3b699180b" |
| 4250 | + integrity sha512-zINsjr18HJQtTRfod95Vz5wAwcIuN1ss8tRqFdSqj8fvXxJNYLrnEpE+Vderxu4Ydm3yIhYNyEUuP/c4wZerWA== |
4125 | 4251 | dependencies: |
| 4252 | + "@eslint/css" "^0.7.0" |
| 4253 | + "@eslint/json" "^0.12.0" |
| 4254 | + "@stylistic/eslint-plugin" "^4.2.0" |
4126 | 4255 | confusing-browser-globals "1.0.11" |
| 4256 | + globals "^16.0.0" |
4127 | 4257 |
|
4128 | 4258 | eslint-import-resolver-node@^0.3.9: |
4129 | 4259 | version "0.3.9" |
@@ -4258,6 +4388,11 @@ eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3: |
4258 | 4388 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800" |
4259 | 4389 | integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== |
4260 | 4390 |
|
| 4391 | +eslint-visitor-keys@^4.2.0, eslint-visitor-keys@^4.2.1: |
| 4392 | + version "4.2.1" |
| 4393 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1" |
| 4394 | + integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ== |
| 4395 | + |
4261 | 4396 | eslint@^8.56.0: |
4262 | 4397 | version "8.57.1" |
4263 | 4398 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9" |
@@ -4307,6 +4442,15 @@ esmock@^2.7.1: |
4307 | 4442 | resolved "https://registry.yarnpkg.com/esmock/-/esmock-2.7.1.tgz#b425fe78c41163d92a74c245ad151c45b224bc0b" |
4308 | 4443 | integrity sha512-YgtZ6TSwRbdqFLkJwxVCYkt0rzKpjHb0tbDqSjWvbkm8Uy5Tm5W6ixICb3FVRkAd1uQlLOXiIn7OPY4F4f18cw== |
4309 | 4444 |
|
| 4445 | +espree@^10.3.0: |
| 4446 | + version "10.4.0" |
| 4447 | + resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837" |
| 4448 | + integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ== |
| 4449 | + dependencies: |
| 4450 | + acorn "^8.15.0" |
| 4451 | + acorn-jsx "^5.3.2" |
| 4452 | + eslint-visitor-keys "^4.2.1" |
| 4453 | + |
4310 | 4454 | espree@^9.6.0, espree@^9.6.1: |
4311 | 4455 | version "9.6.1" |
4312 | 4456 | resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f" |
@@ -4409,7 +4553,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: |
4409 | 4553 | resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" |
4410 | 4554 | integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== |
4411 | 4555 |
|
4412 | | -fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.3: |
| 4556 | +fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.2, fast-glob@^3.3.3: |
4413 | 4557 | version "3.3.3" |
4414 | 4558 | resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818" |
4415 | 4559 | integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg== |
@@ -4881,6 +5025,11 @@ globals@^13.19.0: |
4881 | 5025 | dependencies: |
4882 | 5026 | type-fest "^0.20.2" |
4883 | 5027 |
|
| 5028 | +globals@^16.0.0: |
| 5029 | + version "16.3.0" |
| 5030 | + resolved "https://registry.yarnpkg.com/globals/-/globals-16.3.0.tgz#66118e765ddaf9e2d880f7e17658543f93f1f667" |
| 5031 | + integrity sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ== |
| 5032 | + |
4884 | 5033 | globalthis@^1.0.4: |
4885 | 5034 | version "1.0.4" |
4886 | 5035 | resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236" |
@@ -6272,6 +6421,11 @@ mdast-util-to-hast@^13.0.0: |
6272 | 6421 | unist-util-visit "^5.0.0" |
6273 | 6422 | vfile "^6.0.0" |
6274 | 6423 |
|
| 6424 | +mdn-data@2.21.0: |
| 6425 | + version "2.21.0" |
| 6426 | + resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.21.0.tgz#f3a495e8b1e60cb4fbeaf9136aefba2f987a56e1" |
| 6427 | + integrity sha512-+ZKPQezM5vYJIkCxaC+4DTnRrVZR1CgsKLu5zsQERQx6Tea8Y+wMx5A24rq8A8NepCeatIQufVAekKNgiBMsGQ== |
| 6428 | + |
6275 | 6429 | mdurl@^2.0.0: |
6276 | 6430 | version "2.0.0" |
6277 | 6431 | resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-2.0.0.tgz#80676ec0433025dd3e17ee983d0fe8de5a2237e0" |
@@ -7910,6 +8064,11 @@ sort-package-json@^2.15.1: |
7910 | 8064 | sort-object-keys "^1.1.3" |
7911 | 8065 | tinyglobby "^0.2.9" |
7912 | 8066 |
|
| 8067 | +source-map-js@^1.0.1: |
| 8068 | + version "1.2.1" |
| 8069 | + resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46" |
| 8070 | + integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA== |
| 8071 | + |
7913 | 8072 | source-map-support@^0.5.21: |
7914 | 8073 | version "0.5.21" |
7915 | 8074 | resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f" |
@@ -8340,6 +8499,11 @@ ts-api-utils@^1.0.1, ts-api-utils@^1.3.0: |
8340 | 8499 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064" |
8341 | 8500 | integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw== |
8342 | 8501 |
|
| 8502 | +ts-api-utils@^2.1.0: |
| 8503 | + version "2.1.0" |
| 8504 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91" |
| 8505 | + integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ== |
| 8506 | + |
8343 | 8507 | ts-json-schema-generator@^1.5.1: |
8344 | 8508 | version "1.5.1" |
8345 | 8509 | resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz#7759c421240be86d393a884ad186f926b22332db" |
|
0 commit comments