|
84 | 84 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
|
85 | 85 | integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
|
86 | 86 |
|
87 |
| - |
88 |
| - version "7.26.8" |
89 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.8.tgz#7742f11c75acea6b08a8e24c5c0c8c89e89bf53e" |
90 |
| - integrity sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ== |
| 87 | + |
| 88 | + version "7.26.9" |
| 89 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2" |
| 90 | + integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw== |
91 | 91 | dependencies:
|
92 | 92 | "@ampproject/remapping" "^2.2.0"
|
93 | 93 | "@babel/code-frame" "^7.26.2"
|
94 |
| - "@babel/generator" "^7.26.8" |
| 94 | + "@babel/generator" "^7.26.9" |
95 | 95 | "@babel/helper-compilation-targets" "^7.26.5"
|
96 | 96 | "@babel/helper-module-transforms" "^7.26.0"
|
97 |
| - "@babel/helpers" "^7.26.7" |
98 |
| - "@babel/parser" "^7.26.8" |
99 |
| - "@babel/template" "^7.26.8" |
100 |
| - "@babel/traverse" "^7.26.8" |
101 |
| - "@babel/types" "^7.26.8" |
102 |
| - "@types/gensync" "^1.0.0" |
| 97 | + "@babel/helpers" "^7.26.9" |
| 98 | + "@babel/parser" "^7.26.9" |
| 99 | + "@babel/template" "^7.26.9" |
| 100 | + "@babel/traverse" "^7.26.9" |
| 101 | + "@babel/types" "^7.26.9" |
103 | 102 | convert-source-map "^2.0.0"
|
104 | 103 | debug "^4.1.0"
|
105 | 104 | gensync "^1.0.0-beta.2"
|
|
157 | 156 | "@jridgewell/trace-mapping" "^0.3.25"
|
158 | 157 | jsesc "^3.0.2"
|
159 | 158 |
|
| 159 | +"@babel/generator@^7.26.9": |
| 160 | + version "7.26.9" |
| 161 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca" |
| 162 | + integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg== |
| 163 | + dependencies: |
| 164 | + "@babel/parser" "^7.26.9" |
| 165 | + "@babel/types" "^7.26.9" |
| 166 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 167 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 168 | + jsesc "^3.0.2" |
| 169 | + |
160 | 170 | "@babel/helper-annotate-as-pure@^7.16.0":
|
161 | 171 | version "7.16.0"
|
162 | 172 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
|
|
603 | 613 | "@babel/traverse" "^7.16.5"
|
604 | 614 | "@babel/types" "^7.16.0"
|
605 | 615 |
|
606 |
| -"@babel/helpers@^7.26.7": |
607 |
| - version "7.26.7" |
608 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4" |
609 |
| - integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A== |
| 616 | +"@babel/helpers@^7.26.9": |
| 617 | + version "7.26.9" |
| 618 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
| 619 | + integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA== |
610 | 620 | dependencies:
|
611 |
| - "@babel/template" "^7.25.9" |
612 |
| - "@babel/types" "^7.26.7" |
| 621 | + "@babel/template" "^7.26.9" |
| 622 | + "@babel/types" "^7.26.9" |
613 | 623 |
|
614 | 624 | "@babel/highlight@^7.16.0":
|
615 | 625 | version "7.16.0"
|
|
658 | 668 | dependencies:
|
659 | 669 | "@babel/types" "^7.26.8"
|
660 | 670 |
|
| 671 | +"@babel/parser@^7.26.9": |
| 672 | + version "7.26.9" |
| 673 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5" |
| 674 | + integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A== |
| 675 | + dependencies: |
| 676 | + "@babel/types" "^7.26.9" |
| 677 | + |
661 | 678 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
662 | 679 | version "7.25.9"
|
663 | 680 | 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"
|
|
1217 | 1234 | dependencies:
|
1218 | 1235 | "@babel/helper-plugin-utils" "^7.16.5"
|
1219 | 1236 |
|
1220 |
| -"@babel/plugin-transform-for-of@^7.25.9": |
1221 |
| - version "7.25.9" |
1222 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz#4bdc7d42a213397905d89f02350c5267866d5755" |
1223 |
| - integrity sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A== |
| 1237 | +"@babel/plugin-transform-for-of@^7.26.9": |
| 1238 | + version "7.26.9" |
| 1239 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz#27231f79d5170ef33b5111f07fe5cafeb2c96a56" |
| 1240 | + integrity sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg== |
1224 | 1241 | dependencies:
|
1225 |
| - "@babel/helper-plugin-utils" "^7.25.9" |
| 1242 | + "@babel/helper-plugin-utils" "^7.26.5" |
1226 | 1243 | "@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
|
1227 | 1244 |
|
1228 | 1245 | "@babel/plugin-transform-function-name@^7.16.5":
|
|
1672 | 1689 | "@babel/helper-create-regexp-features-plugin" "^7.25.9"
|
1673 | 1690 | "@babel/helper-plugin-utils" "^7.25.9"
|
1674 | 1691 |
|
1675 |
| - |
1676 |
| - version "7.26.8" |
1677 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.8.tgz#7af0090829b606d2046db99679004731e1dc364d" |
1678 |
| - integrity sha512-um7Sy+2THd697S4zJEfv/U5MHGJzkN2xhtsR3T/SWRbVSic62nbISh51VVfU9JiO/L/Z97QczHTaFVkOU8IzNg== |
| 1692 | + |
| 1693 | + version "7.26.9" |
| 1694 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.9.tgz#2ec64e903d0efe743699f77a10bdf7955c2123c3" |
| 1695 | + integrity sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ== |
1679 | 1696 | dependencies:
|
1680 | 1697 | "@babel/compat-data" "^7.26.8"
|
1681 | 1698 | "@babel/helper-compilation-targets" "^7.26.5"
|
|
1706 | 1723 | "@babel/plugin-transform-dynamic-import" "^7.25.9"
|
1707 | 1724 | "@babel/plugin-transform-exponentiation-operator" "^7.26.3"
|
1708 | 1725 | "@babel/plugin-transform-export-namespace-from" "^7.25.9"
|
1709 |
| - "@babel/plugin-transform-for-of" "^7.25.9" |
| 1726 | + "@babel/plugin-transform-for-of" "^7.26.9" |
1710 | 1727 | "@babel/plugin-transform-function-name" "^7.25.9"
|
1711 | 1728 | "@babel/plugin-transform-json-strings" "^7.25.9"
|
1712 | 1729 | "@babel/plugin-transform-literals" "^7.25.9"
|
|
1902 | 1919 | "@babel/parser" "^7.26.8"
|
1903 | 1920 | "@babel/types" "^7.26.8"
|
1904 | 1921 |
|
| 1922 | +"@babel/template@^7.26.9": |
| 1923 | + version "7.26.9" |
| 1924 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 1925 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 1926 | + dependencies: |
| 1927 | + "@babel/code-frame" "^7.26.2" |
| 1928 | + "@babel/parser" "^7.26.9" |
| 1929 | + "@babel/types" "^7.26.9" |
| 1930 | + |
1905 | 1931 | "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.5":
|
1906 | 1932 | version "7.16.5"
|
1907 | 1933 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.5.tgz#d7d400a8229c714a59b87624fc67b0f1fbd4b2b3"
|
|
1944 | 1970 | debug "^4.3.1"
|
1945 | 1971 | globals "^11.1.0"
|
1946 | 1972 |
|
| 1973 | +"@babel/traverse@^7.26.9": |
| 1974 | + version "7.26.9" |
| 1975 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a" |
| 1976 | + integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg== |
| 1977 | + dependencies: |
| 1978 | + "@babel/code-frame" "^7.26.2" |
| 1979 | + "@babel/generator" "^7.26.9" |
| 1980 | + "@babel/parser" "^7.26.9" |
| 1981 | + "@babel/template" "^7.26.9" |
| 1982 | + "@babel/types" "^7.26.9" |
| 1983 | + debug "^4.3.1" |
| 1984 | + globals "^11.1.0" |
| 1985 | + |
1947 | 1986 | "@babel/types@^7.16.0", "@babel/types@^7.4.4":
|
1948 | 1987 | version "7.16.0"
|
1949 | 1988 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
|
|
1968 | 2007 | "@babel/helper-string-parser" "^7.25.9"
|
1969 | 2008 | "@babel/helper-validator-identifier" "^7.25.9"
|
1970 | 2009 |
|
1971 |
| -"@babel/types@^7.26.7": |
1972 |
| - version "7.26.7" |
1973 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a" |
1974 |
| - integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg== |
1975 |
| - dependencies: |
1976 |
| - "@babel/helper-string-parser" "^7.25.9" |
1977 |
| - "@babel/helper-validator-identifier" "^7.25.9" |
1978 |
| - |
1979 | 2010 | "@babel/types@^7.26.8":
|
1980 | 2011 | version "7.26.8"
|
1981 | 2012 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127"
|
|
1984 | 2015 | "@babel/helper-string-parser" "^7.25.9"
|
1985 | 2016 | "@babel/helper-validator-identifier" "^7.25.9"
|
1986 | 2017 |
|
| 2018 | +"@babel/types@^7.26.9": |
| 2019 | + version "7.26.9" |
| 2020 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce" |
| 2021 | + integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw== |
| 2022 | + dependencies: |
| 2023 | + "@babel/helper-string-parser" "^7.25.9" |
| 2024 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 2025 | + |
1987 | 2026 | "@bcoe/v8-coverage@^1.0.1":
|
1988 | 2027 | version "1.0.1"
|
1989 | 2028 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"
|
|
2655 | 2694 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
|
2656 | 2695 | integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
|
2657 | 2696 |
|
2658 |
| -"@types/gensync@^1.0.0": |
2659 |
| - version "1.0.4" |
2660 |
| - resolved "https://registry.yarnpkg.com/@types/gensync/-/gensync-1.0.4.tgz#7122d8f0cd3bf437f9725cc95b180197190cf50b" |
2661 |
| - integrity sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA== |
2662 |
| - |
2663 | 2697 | "@types/istanbul-lib-coverage@^2.0.1":
|
2664 | 2698 | version "2.0.3"
|
2665 | 2699 | resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762"
|
|
0 commit comments