|
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.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== |
| 63 | +"@babel/core@7.26.10": |
| 64 | + version "7.26.10" |
| 65 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9" |
| 66 | + integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ== |
67 | 67 | dependencies:
|
68 | 68 | "@ampproject/remapping" "^2.2.0"
|
69 | 69 | "@babel/code-frame" "^7.26.2"
|
70 |
| - "@babel/generator" "^7.26.9" |
| 70 | + "@babel/generator" "^7.26.10" |
71 | 71 | "@babel/helper-compilation-targets" "^7.26.5"
|
72 | 72 | "@babel/helper-module-transforms" "^7.26.0"
|
73 |
| - "@babel/helpers" "^7.26.9" |
74 |
| - "@babel/parser" "^7.26.9" |
| 73 | + "@babel/helpers" "^7.26.10" |
| 74 | + "@babel/parser" "^7.26.10" |
75 | 75 | "@babel/template" "^7.26.9"
|
76 |
| - "@babel/traverse" "^7.26.9" |
77 |
| - "@babel/types" "^7.26.9" |
| 76 | + "@babel/traverse" "^7.26.10" |
| 77 | + "@babel/types" "^7.26.10" |
78 | 78 | convert-source-map "^2.0.0"
|
79 | 79 | debug "^4.1.0"
|
80 | 80 | gensync "^1.0.0-beta.2"
|
|
122 | 122 | "@jridgewell/trace-mapping" "^0.3.25"
|
123 | 123 | jsesc "^3.0.2"
|
124 | 124 |
|
| 125 | +"@babel/generator@^7.26.10": |
| 126 | + version "7.26.10" |
| 127 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7" |
| 128 | + integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang== |
| 129 | + dependencies: |
| 130 | + "@babel/parser" "^7.26.10" |
| 131 | + "@babel/types" "^7.26.10" |
| 132 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 133 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 134 | + jsesc "^3.0.2" |
| 135 | + |
125 | 136 | "@babel/generator@^7.26.8":
|
126 | 137 | version "7.26.8"
|
127 | 138 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.8.tgz#f9c5e770309e12e3099ad8271e52f6caa15442ab"
|
|
133 | 144 | "@jridgewell/trace-mapping" "^0.3.25"
|
134 | 145 | jsesc "^3.0.2"
|
135 | 146 |
|
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 |
| - |
147 | 147 | "@babel/helper-annotate-as-pure@^7.22.5":
|
148 | 148 | version "7.22.5"
|
149 | 149 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
|
|
516 | 516 | "@babel/traverse" "^7.23.9"
|
517 | 517 | "@babel/types" "^7.23.9"
|
518 | 518 |
|
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== |
| 519 | +"@babel/helpers@^7.26.10": |
| 520 | + version "7.26.10" |
| 521 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 522 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
523 | 523 | dependencies:
|
524 | 524 | "@babel/template" "^7.26.9"
|
525 |
| - "@babel/types" "^7.26.9" |
| 525 | + "@babel/types" "^7.26.10" |
526 | 526 |
|
527 | 527 | "@babel/highlight@^7.23.4":
|
528 | 528 | version "7.23.4"
|
|
555 | 555 | dependencies:
|
556 | 556 | "@babel/types" "^7.25.9"
|
557 | 557 |
|
| 558 | +"@babel/parser@^7.26.10": |
| 559 | + version "7.26.10" |
| 560 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
| 561 | + integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 562 | + dependencies: |
| 563 | + "@babel/types" "^7.26.10" |
| 564 | + |
558 | 565 | "@babel/parser@^7.26.8":
|
559 | 566 | version "7.26.8"
|
560 | 567 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.8.tgz#deca2b4d99e5e1b1553843b99823f118da6107c2"
|
|
1884 | 1891 | debug "^4.3.1"
|
1885 | 1892 | globals "^11.1.0"
|
1886 | 1893 |
|
| 1894 | +"@babel/traverse@^7.26.10": |
| 1895 | + version "7.26.10" |
| 1896 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380" |
| 1897 | + integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A== |
| 1898 | + dependencies: |
| 1899 | + "@babel/code-frame" "^7.26.2" |
| 1900 | + "@babel/generator" "^7.26.10" |
| 1901 | + "@babel/parser" "^7.26.10" |
| 1902 | + "@babel/template" "^7.26.9" |
| 1903 | + "@babel/types" "^7.26.10" |
| 1904 | + debug "^4.3.1" |
| 1905 | + globals "^11.1.0" |
| 1906 | + |
1887 | 1907 | "@babel/traverse@^7.26.8":
|
1888 | 1908 | version "7.26.8"
|
1889 | 1909 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.8.tgz#0a8a9c2b7cc9519eed14275f4fd2278ad46e8cc9"
|
|
1897 | 1917 | debug "^4.3.1"
|
1898 | 1918 | globals "^11.1.0"
|
1899 | 1919 |
|
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 |
| - |
1913 | 1920 | "@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":
|
1914 | 1921 | version "7.23.9"
|
1915 | 1922 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002"
|
|
1927 | 1934 | "@babel/helper-string-parser" "^7.25.9"
|
1928 | 1935 | "@babel/helper-validator-identifier" "^7.25.9"
|
1929 | 1936 |
|
| 1937 | +"@babel/types@^7.26.10": |
| 1938 | + version "7.26.10" |
| 1939 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 1940 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 1941 | + dependencies: |
| 1942 | + "@babel/helper-string-parser" "^7.25.9" |
| 1943 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1944 | + |
1930 | 1945 | "@babel/types@^7.26.8":
|
1931 | 1946 | version "7.26.8"
|
1932 | 1947 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127"
|
|
0 commit comments