|
87 | 87 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
|
88 | 88 | integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
|
89 | 89 |
|
90 |
| - |
91 |
| - version "7.26.8" |
92 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.8.tgz#7742f11c75acea6b08a8e24c5c0c8c89e89bf53e" |
93 |
| - integrity sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ== |
| 90 | + |
| 91 | + version "7.26.9" |
| 92 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2" |
| 93 | + integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw== |
94 | 94 | dependencies:
|
95 | 95 | "@ampproject/remapping" "^2.2.0"
|
96 | 96 | "@babel/code-frame" "^7.26.2"
|
97 |
| - "@babel/generator" "^7.26.8" |
| 97 | + "@babel/generator" "^7.26.9" |
98 | 98 | "@babel/helper-compilation-targets" "^7.26.5"
|
99 | 99 | "@babel/helper-module-transforms" "^7.26.0"
|
100 |
| - "@babel/helpers" "^7.26.7" |
101 |
| - "@babel/parser" "^7.26.8" |
102 |
| - "@babel/template" "^7.26.8" |
103 |
| - "@babel/traverse" "^7.26.8" |
104 |
| - "@babel/types" "^7.26.8" |
105 |
| - "@types/gensync" "^1.0.0" |
| 100 | + "@babel/helpers" "^7.26.9" |
| 101 | + "@babel/parser" "^7.26.9" |
| 102 | + "@babel/template" "^7.26.9" |
| 103 | + "@babel/traverse" "^7.26.9" |
| 104 | + "@babel/types" "^7.26.9" |
106 | 105 | convert-source-map "^2.0.0"
|
107 | 106 | debug "^4.1.0"
|
108 | 107 | gensync "^1.0.0-beta.2"
|
|
160 | 159 | "@jridgewell/trace-mapping" "^0.3.25"
|
161 | 160 | jsesc "^3.0.2"
|
162 | 161 |
|
| 162 | +"@babel/generator@^7.26.9": |
| 163 | + version "7.26.9" |
| 164 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca" |
| 165 | + integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg== |
| 166 | + dependencies: |
| 167 | + "@babel/parser" "^7.26.9" |
| 168 | + "@babel/types" "^7.26.9" |
| 169 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 170 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 171 | + jsesc "^3.0.2" |
| 172 | + |
163 | 173 | "@babel/helper-annotate-as-pure@^7.14.5":
|
164 | 174 | version "7.14.5"
|
165 | 175 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
|
|
592 | 602 | "@babel/traverse" "^7.14.8"
|
593 | 603 | "@babel/types" "^7.14.8"
|
594 | 604 |
|
595 |
| -"@babel/helpers@^7.26.7": |
596 |
| - version "7.26.7" |
597 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4" |
598 |
| - integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A== |
| 605 | +"@babel/helpers@^7.26.9": |
| 606 | + version "7.26.9" |
| 607 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
| 608 | + integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA== |
599 | 609 | dependencies:
|
600 |
| - "@babel/template" "^7.25.9" |
601 |
| - "@babel/types" "^7.26.7" |
| 610 | + "@babel/template" "^7.26.9" |
| 611 | + "@babel/types" "^7.26.9" |
602 | 612 |
|
603 | 613 | "@babel/highlight@^7.14.5":
|
604 | 614 | version "7.14.5"
|
|
647 | 657 | dependencies:
|
648 | 658 | "@babel/types" "^7.26.8"
|
649 | 659 |
|
| 660 | +"@babel/parser@^7.26.9": |
| 661 | + version "7.26.9" |
| 662 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5" |
| 663 | + integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A== |
| 664 | + dependencies: |
| 665 | + "@babel/types" "^7.26.9" |
| 666 | + |
650 | 667 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
651 | 668 | version "7.25.9"
|
652 | 669 | 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"
|
|
1198 | 1215 | dependencies:
|
1199 | 1216 | "@babel/helper-plugin-utils" "^7.14.5"
|
1200 | 1217 |
|
1201 |
| -"@babel/plugin-transform-for-of@^7.25.9": |
1202 |
| - version "7.25.9" |
1203 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz#4bdc7d42a213397905d89f02350c5267866d5755" |
1204 |
| - integrity sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A== |
| 1218 | +"@babel/plugin-transform-for-of@^7.26.9": |
| 1219 | + version "7.26.9" |
| 1220 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz#27231f79d5170ef33b5111f07fe5cafeb2c96a56" |
| 1221 | + integrity sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg== |
1205 | 1222 | dependencies:
|
1206 |
| - "@babel/helper-plugin-utils" "^7.25.9" |
| 1223 | + "@babel/helper-plugin-utils" "^7.26.5" |
1207 | 1224 | "@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
|
1208 | 1225 |
|
1209 | 1226 | "@babel/plugin-transform-function-name@^7.14.5":
|
|
1653 | 1670 | "@babel/helper-create-regexp-features-plugin" "^7.25.9"
|
1654 | 1671 | "@babel/helper-plugin-utils" "^7.25.9"
|
1655 | 1672 |
|
1656 |
| - |
1657 |
| - version "7.26.8" |
1658 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.8.tgz#7af0090829b606d2046db99679004731e1dc364d" |
1659 |
| - integrity sha512-um7Sy+2THd697S4zJEfv/U5MHGJzkN2xhtsR3T/SWRbVSic62nbISh51VVfU9JiO/L/Z97QczHTaFVkOU8IzNg== |
| 1673 | + |
| 1674 | + version "7.26.9" |
| 1675 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.9.tgz#2ec64e903d0efe743699f77a10bdf7955c2123c3" |
| 1676 | + integrity sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ== |
1660 | 1677 | dependencies:
|
1661 | 1678 | "@babel/compat-data" "^7.26.8"
|
1662 | 1679 | "@babel/helper-compilation-targets" "^7.26.5"
|
|
1687 | 1704 | "@babel/plugin-transform-dynamic-import" "^7.25.9"
|
1688 | 1705 | "@babel/plugin-transform-exponentiation-operator" "^7.26.3"
|
1689 | 1706 | "@babel/plugin-transform-export-namespace-from" "^7.25.9"
|
1690 |
| - "@babel/plugin-transform-for-of" "^7.25.9" |
| 1707 | + "@babel/plugin-transform-for-of" "^7.26.9" |
1691 | 1708 | "@babel/plugin-transform-function-name" "^7.25.9"
|
1692 | 1709 | "@babel/plugin-transform-json-strings" "^7.25.9"
|
1693 | 1710 | "@babel/plugin-transform-literals" "^7.25.9"
|
|
1882 | 1899 | "@babel/parser" "^7.26.8"
|
1883 | 1900 | "@babel/types" "^7.26.8"
|
1884 | 1901 |
|
| 1902 | +"@babel/template@^7.26.9": |
| 1903 | + version "7.26.9" |
| 1904 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 1905 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 1906 | + dependencies: |
| 1907 | + "@babel/code-frame" "^7.26.2" |
| 1908 | + "@babel/parser" "^7.26.9" |
| 1909 | + "@babel/types" "^7.26.9" |
| 1910 | + |
1885 | 1911 | "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8":
|
1886 | 1912 | version "7.14.8"
|
1887 | 1913 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce"
|
|
1923 | 1949 | debug "^4.3.1"
|
1924 | 1950 | globals "^11.1.0"
|
1925 | 1951 |
|
| 1952 | +"@babel/traverse@^7.26.9": |
| 1953 | + version "7.26.9" |
| 1954 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a" |
| 1955 | + integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg== |
| 1956 | + dependencies: |
| 1957 | + "@babel/code-frame" "^7.26.2" |
| 1958 | + "@babel/generator" "^7.26.9" |
| 1959 | + "@babel/parser" "^7.26.9" |
| 1960 | + "@babel/template" "^7.26.9" |
| 1961 | + "@babel/types" "^7.26.9" |
| 1962 | + debug "^4.3.1" |
| 1963 | + globals "^11.1.0" |
| 1964 | + |
1926 | 1965 | "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.4.4":
|
1927 | 1966 | version "7.14.8"
|
1928 | 1967 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728"
|
|
1947 | 1986 | "@babel/helper-string-parser" "^7.25.9"
|
1948 | 1987 | "@babel/helper-validator-identifier" "^7.25.9"
|
1949 | 1988 |
|
1950 |
| -"@babel/types@^7.26.7": |
1951 |
| - version "7.26.7" |
1952 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a" |
1953 |
| - integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg== |
1954 |
| - dependencies: |
1955 |
| - "@babel/helper-string-parser" "^7.25.9" |
1956 |
| - "@babel/helper-validator-identifier" "^7.25.9" |
1957 |
| - |
1958 | 1989 | "@babel/types@^7.26.8":
|
1959 | 1990 | version "7.26.8"
|
1960 | 1991 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127"
|
|
1963 | 1994 | "@babel/helper-string-parser" "^7.25.9"
|
1964 | 1995 | "@babel/helper-validator-identifier" "^7.25.9"
|
1965 | 1996 |
|
| 1997 | +"@babel/types@^7.26.9": |
| 1998 | + version "7.26.9" |
| 1999 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce" |
| 2000 | + integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw== |
| 2001 | + dependencies: |
| 2002 | + "@babel/helper-string-parser" "^7.25.9" |
| 2003 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 2004 | + |
1966 | 2005 | "@bcoe/v8-coverage@^1.0.1":
|
1967 | 2006 | version "1.0.1"
|
1968 | 2007 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"
|
|
2631 | 2670 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
|
2632 | 2671 | integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
|
2633 | 2672 |
|
2634 |
| -"@types/gensync@^1.0.0": |
2635 |
| - version "1.0.4" |
2636 |
| - resolved "https://registry.yarnpkg.com/@types/gensync/-/gensync-1.0.4.tgz#7122d8f0cd3bf437f9725cc95b180197190cf50b" |
2637 |
| - integrity sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA== |
2638 |
| - |
2639 | 2673 | "@types/istanbul-lib-coverage@^2.0.1":
|
2640 | 2674 | version "2.0.3"
|
2641 | 2675 | resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762"
|
|
0 commit comments