|
60 | 60 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
|
61 | 61 | integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
|
62 | 62 |
|
63 |
| -"@babel/core@7.26.8": |
64 |
| - version "7.26.8" |
65 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.8.tgz#7742f11c75acea6b08a8e24c5c0c8c89e89bf53e" |
66 |
| - integrity sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ== |
| 63 | +"@babel/core@7.26.9": |
| 64 | + version "7.26.9" |
| 65 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2" |
| 66 | + integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw== |
67 | 67 | dependencies:
|
68 | 68 | "@ampproject/remapping" "^2.2.0"
|
69 | 69 | "@babel/code-frame" "^7.26.2"
|
70 |
| - "@babel/generator" "^7.26.8" |
| 70 | + "@babel/generator" "^7.26.9" |
71 | 71 | "@babel/helper-compilation-targets" "^7.26.5"
|
72 | 72 | "@babel/helper-module-transforms" "^7.26.0"
|
73 |
| - "@babel/helpers" "^7.26.7" |
74 |
| - "@babel/parser" "^7.26.8" |
75 |
| - "@babel/template" "^7.26.8" |
76 |
| - "@babel/traverse" "^7.26.8" |
77 |
| - "@babel/types" "^7.26.8" |
78 |
| - "@types/gensync" "^1.0.0" |
| 73 | + "@babel/helpers" "^7.26.9" |
| 74 | + "@babel/parser" "^7.26.9" |
| 75 | + "@babel/template" "^7.26.9" |
| 76 | + "@babel/traverse" "^7.26.9" |
| 77 | + "@babel/types" "^7.26.9" |
79 | 78 | convert-source-map "^2.0.0"
|
80 | 79 | debug "^4.1.0"
|
81 | 80 | gensync "^1.0.0-beta.2"
|
|
134 | 133 | "@jridgewell/trace-mapping" "^0.3.25"
|
135 | 134 | jsesc "^3.0.2"
|
136 | 135 |
|
| 136 | +"@babel/generator@^7.26.9": |
| 137 | + version "7.26.9" |
| 138 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca" |
| 139 | + integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg== |
| 140 | + dependencies: |
| 141 | + "@babel/parser" "^7.26.9" |
| 142 | + "@babel/types" "^7.26.9" |
| 143 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 144 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 145 | + jsesc "^3.0.2" |
| 146 | + |
137 | 147 | "@babel/helper-annotate-as-pure@^7.22.5":
|
138 | 148 | version "7.22.5"
|
139 | 149 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
|
|
506 | 516 | "@babel/traverse" "^7.23.9"
|
507 | 517 | "@babel/types" "^7.23.9"
|
508 | 518 |
|
509 |
| -"@babel/helpers@^7.26.7": |
510 |
| - version "7.26.7" |
511 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4" |
512 |
| - integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A== |
| 519 | +"@babel/helpers@^7.26.9": |
| 520 | + version "7.26.9" |
| 521 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
| 522 | + integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA== |
513 | 523 | dependencies:
|
514 |
| - "@babel/template" "^7.25.9" |
515 |
| - "@babel/types" "^7.26.7" |
| 524 | + "@babel/template" "^7.26.9" |
| 525 | + "@babel/types" "^7.26.9" |
516 | 526 |
|
517 | 527 | "@babel/highlight@^7.23.4":
|
518 | 528 | version "7.23.4"
|
|
552 | 562 | dependencies:
|
553 | 563 | "@babel/types" "^7.26.8"
|
554 | 564 |
|
| 565 | +"@babel/parser@^7.26.9": |
| 566 | + version "7.26.9" |
| 567 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5" |
| 568 | + integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A== |
| 569 | + dependencies: |
| 570 | + "@babel/types" "^7.26.9" |
| 571 | + |
555 | 572 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
556 | 573 | version "7.25.9"
|
557 | 574 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz#cc2e53ebf0a0340777fff5ed521943e253b4d8fe"
|
|
1050 | 1067 | "@babel/helper-plugin-utils" "^7.22.5"
|
1051 | 1068 | "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
1052 | 1069 |
|
1053 |
| -"@babel/plugin-transform-for-of@^7.25.9": |
1054 |
| - version "7.25.9" |
1055 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz#4bdc7d42a213397905d89f02350c5267866d5755" |
1056 |
| - integrity sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A== |
| 1070 | +"@babel/plugin-transform-for-of@^7.26.9": |
| 1071 | + version "7.26.9" |
| 1072 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz#27231f79d5170ef33b5111f07fe5cafeb2c96a56" |
| 1073 | + integrity sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg== |
1057 | 1074 | dependencies:
|
1058 |
| - "@babel/helper-plugin-utils" "^7.25.9" |
| 1075 | + "@babel/helper-plugin-utils" "^7.26.5" |
1059 | 1076 | "@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
|
1060 | 1077 |
|
1061 | 1078 | "@babel/plugin-transform-function-name@^7.23.3":
|
|
1599 | 1616 | "@babel/helper-create-regexp-features-plugin" "^7.25.9"
|
1600 | 1617 | "@babel/helper-plugin-utils" "^7.25.9"
|
1601 | 1618 |
|
1602 |
| -"@babel/preset-env@7.26.8": |
1603 |
| - version "7.26.8" |
1604 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.8.tgz#7af0090829b606d2046db99679004731e1dc364d" |
1605 |
| - integrity sha512-um7Sy+2THd697S4zJEfv/U5MHGJzkN2xhtsR3T/SWRbVSic62nbISh51VVfU9JiO/L/Z97QczHTaFVkOU8IzNg== |
| 1619 | +"@babel/preset-env@7.26.9": |
| 1620 | + version "7.26.9" |
| 1621 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.9.tgz#2ec64e903d0efe743699f77a10bdf7955c2123c3" |
| 1622 | + integrity sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ== |
1606 | 1623 | dependencies:
|
1607 | 1624 | "@babel/compat-data" "^7.26.8"
|
1608 | 1625 | "@babel/helper-compilation-targets" "^7.26.5"
|
|
1633 | 1650 | "@babel/plugin-transform-dynamic-import" "^7.25.9"
|
1634 | 1651 | "@babel/plugin-transform-exponentiation-operator" "^7.26.3"
|
1635 | 1652 | "@babel/plugin-transform-export-namespace-from" "^7.25.9"
|
1636 |
| - "@babel/plugin-transform-for-of" "^7.25.9" |
| 1653 | + "@babel/plugin-transform-for-of" "^7.26.9" |
1637 | 1654 | "@babel/plugin-transform-function-name" "^7.25.9"
|
1638 | 1655 | "@babel/plugin-transform-json-strings" "^7.25.9"
|
1639 | 1656 | "@babel/plugin-transform-literals" "^7.25.9"
|
|
1829 | 1846 | "@babel/parser" "^7.26.8"
|
1830 | 1847 | "@babel/types" "^7.26.8"
|
1831 | 1848 |
|
| 1849 | +"@babel/template@^7.26.9": |
| 1850 | + version "7.26.9" |
| 1851 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 1852 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 1853 | + dependencies: |
| 1854 | + "@babel/code-frame" "^7.26.2" |
| 1855 | + "@babel/parser" "^7.26.9" |
| 1856 | + "@babel/types" "^7.26.9" |
| 1857 | + |
1832 | 1858 | "@babel/traverse@^7.23.9":
|
1833 | 1859 | version "7.23.9"
|
1834 | 1860 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950"
|
|
1871 | 1897 | debug "^4.3.1"
|
1872 | 1898 | globals "^11.1.0"
|
1873 | 1899 |
|
| 1900 | +"@babel/traverse@^7.26.9": |
| 1901 | + version "7.26.9" |
| 1902 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a" |
| 1903 | + integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg== |
| 1904 | + dependencies: |
| 1905 | + "@babel/code-frame" "^7.26.2" |
| 1906 | + "@babel/generator" "^7.26.9" |
| 1907 | + "@babel/parser" "^7.26.9" |
| 1908 | + "@babel/template" "^7.26.9" |
| 1909 | + "@babel/types" "^7.26.9" |
| 1910 | + debug "^4.3.1" |
| 1911 | + globals "^11.1.0" |
| 1912 | + |
1874 | 1913 | "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.23.6", "@babel/types@^7.23.9", "@babel/types@^7.4.4":
|
1875 | 1914 | version "7.23.9"
|
1876 | 1915 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002"
|
|
1888 | 1927 | "@babel/helper-string-parser" "^7.25.9"
|
1889 | 1928 | "@babel/helper-validator-identifier" "^7.25.9"
|
1890 | 1929 |
|
1891 |
| -"@babel/types@^7.26.7": |
1892 |
| - version "7.26.7" |
1893 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a" |
1894 |
| - integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg== |
1895 |
| - dependencies: |
1896 |
| - "@babel/helper-string-parser" "^7.25.9" |
1897 |
| - "@babel/helper-validator-identifier" "^7.25.9" |
1898 |
| - |
1899 | 1930 | "@babel/types@^7.26.8":
|
1900 | 1931 | version "7.26.8"
|
1901 | 1932 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127"
|
|
1904 | 1935 | "@babel/helper-string-parser" "^7.25.9"
|
1905 | 1936 | "@babel/helper-validator-identifier" "^7.25.9"
|
1906 | 1937 |
|
| 1938 | +"@babel/types@^7.26.9": |
| 1939 | + version "7.26.9" |
| 1940 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce" |
| 1941 | + integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw== |
| 1942 | + dependencies: |
| 1943 | + "@babel/helper-string-parser" "^7.25.9" |
| 1944 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1945 | + |
1907 | 1946 | "@bcoe/v8-coverage@^1.0.1":
|
1908 | 1947 | version "1.0.1"
|
1909 | 1948 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"
|
|
2676 | 2715 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
|
2677 | 2716 | integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
|
2678 | 2717 |
|
2679 |
| -"@types/gensync@^1.0.0": |
2680 |
| - version "1.0.4" |
2681 |
| - resolved "https://registry.yarnpkg.com/@types/gensync/-/gensync-1.0.4.tgz#7122d8f0cd3bf437f9725cc95b180197190cf50b" |
2682 |
| - integrity sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA== |
2683 |
| - |
2684 | 2718 | "@types/istanbul-lib-coverage@^2.0.1":
|
2685 | 2719 | version "2.0.6"
|
2686 | 2720 | resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz#7739c232a1fee9b4d3ce8985f314c0c6d33549d7"
|
|
0 commit comments