|
79 | 79 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
|
80 | 80 | integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
|
81 | 81 |
|
82 |
| - |
83 |
| - version "7.26.8" |
84 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.8.tgz#7742f11c75acea6b08a8e24c5c0c8c89e89bf53e" |
85 |
| - integrity sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ== |
| 82 | + |
| 83 | + version "7.26.9" |
| 84 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2" |
| 85 | + integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw== |
86 | 86 | dependencies:
|
87 | 87 | "@ampproject/remapping" "^2.2.0"
|
88 | 88 | "@babel/code-frame" "^7.26.2"
|
89 |
| - "@babel/generator" "^7.26.8" |
| 89 | + "@babel/generator" "^7.26.9" |
90 | 90 | "@babel/helper-compilation-targets" "^7.26.5"
|
91 | 91 | "@babel/helper-module-transforms" "^7.26.0"
|
92 |
| - "@babel/helpers" "^7.26.7" |
93 |
| - "@babel/parser" "^7.26.8" |
94 |
| - "@babel/template" "^7.26.8" |
95 |
| - "@babel/traverse" "^7.26.8" |
96 |
| - "@babel/types" "^7.26.8" |
97 |
| - "@types/gensync" "^1.0.0" |
| 92 | + "@babel/helpers" "^7.26.9" |
| 93 | + "@babel/parser" "^7.26.9" |
| 94 | + "@babel/template" "^7.26.9" |
| 95 | + "@babel/traverse" "^7.26.9" |
| 96 | + "@babel/types" "^7.26.9" |
98 | 97 | convert-source-map "^2.0.0"
|
99 | 98 | debug "^4.1.0"
|
100 | 99 | gensync "^1.0.0-beta.2"
|
|
152 | 151 | "@jridgewell/trace-mapping" "^0.3.25"
|
153 | 152 | jsesc "^3.0.2"
|
154 | 153 |
|
| 154 | +"@babel/generator@^7.26.9": |
| 155 | + version "7.26.9" |
| 156 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca" |
| 157 | + integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg== |
| 158 | + dependencies: |
| 159 | + "@babel/parser" "^7.26.9" |
| 160 | + "@babel/types" "^7.26.9" |
| 161 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 162 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 163 | + jsesc "^3.0.2" |
| 164 | + |
155 | 165 | "@babel/helper-annotate-as-pure@^7.16.7":
|
156 | 166 | version "7.16.7"
|
157 | 167 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
|
|
593 | 603 | "@babel/traverse" "^7.17.0"
|
594 | 604 | "@babel/types" "^7.17.0"
|
595 | 605 |
|
596 |
| -"@babel/helpers@^7.26.7": |
597 |
| - version "7.26.7" |
598 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4" |
599 |
| - integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A== |
| 606 | +"@babel/helpers@^7.26.9": |
| 607 | + version "7.26.9" |
| 608 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
| 609 | + integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA== |
600 | 610 | dependencies:
|
601 |
| - "@babel/template" "^7.25.9" |
602 |
| - "@babel/types" "^7.26.7" |
| 611 | + "@babel/template" "^7.26.9" |
| 612 | + "@babel/types" "^7.26.9" |
603 | 613 |
|
604 | 614 | "@babel/highlight@^7.16.7":
|
605 | 615 | version "7.16.10"
|
|
648 | 658 | dependencies:
|
649 | 659 | "@babel/types" "^7.26.8"
|
650 | 660 |
|
| 661 | +"@babel/parser@^7.26.9": |
| 662 | + version "7.26.9" |
| 663 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5" |
| 664 | + integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A== |
| 665 | + dependencies: |
| 666 | + "@babel/types" "^7.26.9" |
| 667 | + |
651 | 668 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
652 | 669 | version "7.25.9"
|
653 | 670 | 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"
|
|
1207 | 1224 | dependencies:
|
1208 | 1225 | "@babel/helper-plugin-utils" "^7.16.7"
|
1209 | 1226 |
|
1210 |
| -"@babel/plugin-transform-for-of@^7.25.9": |
1211 |
| - version "7.25.9" |
1212 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz#4bdc7d42a213397905d89f02350c5267866d5755" |
1213 |
| - integrity sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A== |
| 1227 | +"@babel/plugin-transform-for-of@^7.26.9": |
| 1228 | + version "7.26.9" |
| 1229 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz#27231f79d5170ef33b5111f07fe5cafeb2c96a56" |
| 1230 | + integrity sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg== |
1214 | 1231 | dependencies:
|
1215 |
| - "@babel/helper-plugin-utils" "^7.25.9" |
| 1232 | + "@babel/helper-plugin-utils" "^7.26.5" |
1216 | 1233 | "@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
|
1217 | 1234 |
|
1218 | 1235 | "@babel/plugin-transform-function-name@^7.16.7":
|
|
1663 | 1680 | "@babel/helper-create-regexp-features-plugin" "^7.25.9"
|
1664 | 1681 | "@babel/helper-plugin-utils" "^7.25.9"
|
1665 | 1682 |
|
1666 |
| - |
1667 |
| - version "7.26.8" |
1668 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.8.tgz#7af0090829b606d2046db99679004731e1dc364d" |
1669 |
| - integrity sha512-um7Sy+2THd697S4zJEfv/U5MHGJzkN2xhtsR3T/SWRbVSic62nbISh51VVfU9JiO/L/Z97QczHTaFVkOU8IzNg== |
| 1683 | + |
| 1684 | + version "7.26.9" |
| 1685 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.9.tgz#2ec64e903d0efe743699f77a10bdf7955c2123c3" |
| 1686 | + integrity sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ== |
1670 | 1687 | dependencies:
|
1671 | 1688 | "@babel/compat-data" "^7.26.8"
|
1672 | 1689 | "@babel/helper-compilation-targets" "^7.26.5"
|
|
1697 | 1714 | "@babel/plugin-transform-dynamic-import" "^7.25.9"
|
1698 | 1715 | "@babel/plugin-transform-exponentiation-operator" "^7.26.3"
|
1699 | 1716 | "@babel/plugin-transform-export-namespace-from" "^7.25.9"
|
1700 |
| - "@babel/plugin-transform-for-of" "^7.25.9" |
| 1717 | + "@babel/plugin-transform-for-of" "^7.26.9" |
1701 | 1718 | "@babel/plugin-transform-function-name" "^7.25.9"
|
1702 | 1719 | "@babel/plugin-transform-json-strings" "^7.25.9"
|
1703 | 1720 | "@babel/plugin-transform-literals" "^7.25.9"
|
|
1893 | 1910 | "@babel/parser" "^7.26.8"
|
1894 | 1911 | "@babel/types" "^7.26.8"
|
1895 | 1912 |
|
| 1913 | +"@babel/template@^7.26.9": |
| 1914 | + version "7.26.9" |
| 1915 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 1916 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 1917 | + dependencies: |
| 1918 | + "@babel/code-frame" "^7.26.2" |
| 1919 | + "@babel/parser" "^7.26.9" |
| 1920 | + "@babel/types" "^7.26.9" |
| 1921 | + |
1896 | 1922 | "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.0", "@babel/traverse@^7.17.3":
|
1897 | 1923 | version "7.17.3"
|
1898 | 1924 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
|
|
1935 | 1961 | debug "^4.3.1"
|
1936 | 1962 | globals "^11.1.0"
|
1937 | 1963 |
|
| 1964 | +"@babel/traverse@^7.26.9": |
| 1965 | + version "7.26.9" |
| 1966 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a" |
| 1967 | + integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg== |
| 1968 | + dependencies: |
| 1969 | + "@babel/code-frame" "^7.26.2" |
| 1970 | + "@babel/generator" "^7.26.9" |
| 1971 | + "@babel/parser" "^7.26.9" |
| 1972 | + "@babel/template" "^7.26.9" |
| 1973 | + "@babel/types" "^7.26.9" |
| 1974 | + debug "^4.3.1" |
| 1975 | + globals "^11.1.0" |
| 1976 | + |
1938 | 1977 | "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.4.4":
|
1939 | 1978 | version "7.17.0"
|
1940 | 1979 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b"
|
|
1959 | 1998 | "@babel/helper-string-parser" "^7.25.9"
|
1960 | 1999 | "@babel/helper-validator-identifier" "^7.25.9"
|
1961 | 2000 |
|
1962 |
| -"@babel/types@^7.26.7": |
1963 |
| - version "7.26.7" |
1964 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a" |
1965 |
| - integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg== |
1966 |
| - dependencies: |
1967 |
| - "@babel/helper-string-parser" "^7.25.9" |
1968 |
| - "@babel/helper-validator-identifier" "^7.25.9" |
1969 |
| - |
1970 | 2001 | "@babel/types@^7.26.8":
|
1971 | 2002 | version "7.26.8"
|
1972 | 2003 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127"
|
|
1975 | 2006 | "@babel/helper-string-parser" "^7.25.9"
|
1976 | 2007 | "@babel/helper-validator-identifier" "^7.25.9"
|
1977 | 2008 |
|
| 2009 | +"@babel/types@^7.26.9": |
| 2010 | + version "7.26.9" |
| 2011 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce" |
| 2012 | + integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw== |
| 2013 | + dependencies: |
| 2014 | + "@babel/helper-string-parser" "^7.25.9" |
| 2015 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 2016 | + |
1978 | 2017 | "@bcoe/v8-coverage@^1.0.1":
|
1979 | 2018 | version "1.0.1"
|
1980 | 2019 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"
|
|
2684 | 2723 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
|
2685 | 2724 | integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
|
2686 | 2725 |
|
2687 |
| -"@types/gensync@^1.0.0": |
2688 |
| - version "1.0.4" |
2689 |
| - resolved "https://registry.yarnpkg.com/@types/gensync/-/gensync-1.0.4.tgz#7122d8f0cd3bf437f9725cc95b180197190cf50b" |
2690 |
| - integrity sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA== |
2691 |
| - |
2692 | 2726 | "@types/istanbul-lib-coverage@^2.0.1":
|
2693 | 2727 | version "2.0.4"
|
2694 | 2728 | resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz#8467d4b3c087805d63580480890791277ce35c44"
|
|
0 commit comments