|
72 | 72 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
|
73 | 73 | integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
|
74 | 74 |
|
75 |
| - |
76 |
| - version "7.26.8" |
77 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.8.tgz#7742f11c75acea6b08a8e24c5c0c8c89e89bf53e" |
78 |
| - integrity sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ== |
| 75 | + |
| 76 | + version "7.26.9" |
| 77 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2" |
| 78 | + integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw== |
79 | 79 | dependencies:
|
80 | 80 | "@ampproject/remapping" "^2.2.0"
|
81 | 81 | "@babel/code-frame" "^7.26.2"
|
82 |
| - "@babel/generator" "^7.26.8" |
| 82 | + "@babel/generator" "^7.26.9" |
83 | 83 | "@babel/helper-compilation-targets" "^7.26.5"
|
84 | 84 | "@babel/helper-module-transforms" "^7.26.0"
|
85 |
| - "@babel/helpers" "^7.26.7" |
86 |
| - "@babel/parser" "^7.26.8" |
87 |
| - "@babel/template" "^7.26.8" |
88 |
| - "@babel/traverse" "^7.26.8" |
89 |
| - "@babel/types" "^7.26.8" |
90 |
| - "@types/gensync" "^1.0.0" |
| 85 | + "@babel/helpers" "^7.26.9" |
| 86 | + "@babel/parser" "^7.26.9" |
| 87 | + "@babel/template" "^7.26.9" |
| 88 | + "@babel/traverse" "^7.26.9" |
| 89 | + "@babel/types" "^7.26.9" |
91 | 90 | convert-source-map "^2.0.0"
|
92 | 91 | debug "^4.1.0"
|
93 | 92 | gensync "^1.0.0-beta.2"
|
|
145 | 144 | "@jridgewell/trace-mapping" "^0.3.25"
|
146 | 145 | jsesc "^3.0.2"
|
147 | 146 |
|
| 147 | +"@babel/generator@^7.26.9": |
| 148 | + version "7.26.9" |
| 149 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca" |
| 150 | + integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg== |
| 151 | + dependencies: |
| 152 | + "@babel/parser" "^7.26.9" |
| 153 | + "@babel/types" "^7.26.9" |
| 154 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 155 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 156 | + jsesc "^3.0.2" |
| 157 | + |
148 | 158 | "@babel/helper-annotate-as-pure@^7.16.0":
|
149 | 159 | version "7.16.0"
|
150 | 160 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
|
|
586 | 596 | "@babel/traverse" "^7.16.5"
|
587 | 597 | "@babel/types" "^7.16.0"
|
588 | 598 |
|
589 |
| -"@babel/helpers@^7.26.7": |
590 |
| - version "7.26.7" |
591 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4" |
592 |
| - integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A== |
| 599 | +"@babel/helpers@^7.26.9": |
| 600 | + version "7.26.9" |
| 601 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
| 602 | + integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA== |
593 | 603 | dependencies:
|
594 |
| - "@babel/template" "^7.25.9" |
595 |
| - "@babel/types" "^7.26.7" |
| 604 | + "@babel/template" "^7.26.9" |
| 605 | + "@babel/types" "^7.26.9" |
596 | 606 |
|
597 | 607 | "@babel/highlight@^7.16.0":
|
598 | 608 | version "7.16.0"
|
|
641 | 651 | dependencies:
|
642 | 652 | "@babel/types" "^7.26.8"
|
643 | 653 |
|
| 654 | +"@babel/parser@^7.26.9": |
| 655 | + version "7.26.9" |
| 656 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5" |
| 657 | + integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A== |
| 658 | + dependencies: |
| 659 | + "@babel/types" "^7.26.9" |
| 660 | + |
644 | 661 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
645 | 662 | version "7.25.9"
|
646 | 663 | 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"
|
|
1200 | 1217 | dependencies:
|
1201 | 1218 | "@babel/helper-plugin-utils" "^7.16.5"
|
1202 | 1219 |
|
1203 |
| -"@babel/plugin-transform-for-of@^7.25.9": |
1204 |
| - version "7.25.9" |
1205 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz#4bdc7d42a213397905d89f02350c5267866d5755" |
1206 |
| - integrity sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A== |
| 1220 | +"@babel/plugin-transform-for-of@^7.26.9": |
| 1221 | + version "7.26.9" |
| 1222 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz#27231f79d5170ef33b5111f07fe5cafeb2c96a56" |
| 1223 | + integrity sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg== |
1207 | 1224 | dependencies:
|
1208 |
| - "@babel/helper-plugin-utils" "^7.25.9" |
| 1225 | + "@babel/helper-plugin-utils" "^7.26.5" |
1209 | 1226 | "@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
|
1210 | 1227 |
|
1211 | 1228 | "@babel/plugin-transform-function-name@^7.16.5":
|
|
1655 | 1672 | "@babel/helper-create-regexp-features-plugin" "^7.25.9"
|
1656 | 1673 | "@babel/helper-plugin-utils" "^7.25.9"
|
1657 | 1674 |
|
1658 |
| - |
1659 |
| - version "7.26.8" |
1660 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.8.tgz#7af0090829b606d2046db99679004731e1dc364d" |
1661 |
| - integrity sha512-um7Sy+2THd697S4zJEfv/U5MHGJzkN2xhtsR3T/SWRbVSic62nbISh51VVfU9JiO/L/Z97QczHTaFVkOU8IzNg== |
| 1675 | + |
| 1676 | + version "7.26.9" |
| 1677 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.9.tgz#2ec64e903d0efe743699f77a10bdf7955c2123c3" |
| 1678 | + integrity sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ== |
1662 | 1679 | dependencies:
|
1663 | 1680 | "@babel/compat-data" "^7.26.8"
|
1664 | 1681 | "@babel/helper-compilation-targets" "^7.26.5"
|
|
1689 | 1706 | "@babel/plugin-transform-dynamic-import" "^7.25.9"
|
1690 | 1707 | "@babel/plugin-transform-exponentiation-operator" "^7.26.3"
|
1691 | 1708 | "@babel/plugin-transform-export-namespace-from" "^7.25.9"
|
1692 |
| - "@babel/plugin-transform-for-of" "^7.25.9" |
| 1709 | + "@babel/plugin-transform-for-of" "^7.26.9" |
1693 | 1710 | "@babel/plugin-transform-function-name" "^7.25.9"
|
1694 | 1711 | "@babel/plugin-transform-json-strings" "^7.25.9"
|
1695 | 1712 | "@babel/plugin-transform-literals" "^7.25.9"
|
|
1885 | 1902 | "@babel/parser" "^7.26.8"
|
1886 | 1903 | "@babel/types" "^7.26.8"
|
1887 | 1904 |
|
| 1905 | +"@babel/template@^7.26.9": |
| 1906 | + version "7.26.9" |
| 1907 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 1908 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 1909 | + dependencies: |
| 1910 | + "@babel/code-frame" "^7.26.2" |
| 1911 | + "@babel/parser" "^7.26.9" |
| 1912 | + "@babel/types" "^7.26.9" |
| 1913 | + |
1888 | 1914 | "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.5":
|
1889 | 1915 | version "7.16.5"
|
1890 | 1916 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.5.tgz#d7d400a8229c714a59b87624fc67b0f1fbd4b2b3"
|
|
1927 | 1953 | debug "^4.3.1"
|
1928 | 1954 | globals "^11.1.0"
|
1929 | 1955 |
|
| 1956 | +"@babel/traverse@^7.26.9": |
| 1957 | + version "7.26.9" |
| 1958 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a" |
| 1959 | + integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg== |
| 1960 | + dependencies: |
| 1961 | + "@babel/code-frame" "^7.26.2" |
| 1962 | + "@babel/generator" "^7.26.9" |
| 1963 | + "@babel/parser" "^7.26.9" |
| 1964 | + "@babel/template" "^7.26.9" |
| 1965 | + "@babel/types" "^7.26.9" |
| 1966 | + debug "^4.3.1" |
| 1967 | + globals "^11.1.0" |
| 1968 | + |
1930 | 1969 | "@babel/types@^7.16.0", "@babel/types@^7.4.4":
|
1931 | 1970 | version "7.16.0"
|
1932 | 1971 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
|
|
1951 | 1990 | "@babel/helper-string-parser" "^7.25.9"
|
1952 | 1991 | "@babel/helper-validator-identifier" "^7.25.9"
|
1953 | 1992 |
|
1954 |
| -"@babel/types@^7.26.7": |
1955 |
| - version "7.26.7" |
1956 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a" |
1957 |
| - integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg== |
1958 |
| - dependencies: |
1959 |
| - "@babel/helper-string-parser" "^7.25.9" |
1960 |
| - "@babel/helper-validator-identifier" "^7.25.9" |
1961 |
| - |
1962 | 1993 | "@babel/types@^7.26.8":
|
1963 | 1994 | version "7.26.8"
|
1964 | 1995 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127"
|
|
1967 | 1998 | "@babel/helper-string-parser" "^7.25.9"
|
1968 | 1999 | "@babel/helper-validator-identifier" "^7.25.9"
|
1969 | 2000 |
|
| 2001 | +"@babel/types@^7.26.9": |
| 2002 | + version "7.26.9" |
| 2003 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce" |
| 2004 | + integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw== |
| 2005 | + dependencies: |
| 2006 | + "@babel/helper-string-parser" "^7.25.9" |
| 2007 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 2008 | + |
1970 | 2009 | "@bcoe/v8-coverage@^1.0.1":
|
1971 | 2010 | version "1.0.1"
|
1972 | 2011 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"
|
|
2646 | 2685 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
|
2647 | 2686 | integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
|
2648 | 2687 |
|
2649 |
| -"@types/gensync@^1.0.0": |
2650 |
| - version "1.0.4" |
2651 |
| - resolved "https://registry.yarnpkg.com/@types/gensync/-/gensync-1.0.4.tgz#7122d8f0cd3bf437f9725cc95b180197190cf50b" |
2652 |
| - integrity sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA== |
2653 |
| - |
2654 | 2688 | "@types/istanbul-lib-coverage@^2.0.1":
|
2655 | 2689 | version "2.0.3"
|
2656 | 2690 | resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762"
|
|
0 commit comments