|
89 | 89 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
|
90 | 90 | integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
|
91 | 91 |
|
92 |
| -"@babel/core@7.26.9": |
93 |
| - version "7.26.9" |
94 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2" |
95 |
| - integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw== |
| 92 | +"@babel/core@7.26.10": |
| 93 | + version "7.26.10" |
| 94 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9" |
| 95 | + integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ== |
96 | 96 | dependencies:
|
97 | 97 | "@ampproject/remapping" "^2.2.0"
|
98 | 98 | "@babel/code-frame" "^7.26.2"
|
99 |
| - "@babel/generator" "^7.26.9" |
| 99 | + "@babel/generator" "^7.26.10" |
100 | 100 | "@babel/helper-compilation-targets" "^7.26.5"
|
101 | 101 | "@babel/helper-module-transforms" "^7.26.0"
|
102 |
| - "@babel/helpers" "^7.26.9" |
103 |
| - "@babel/parser" "^7.26.9" |
| 102 | + "@babel/helpers" "^7.26.10" |
| 103 | + "@babel/parser" "^7.26.10" |
104 | 104 | "@babel/template" "^7.26.9"
|
105 |
| - "@babel/traverse" "^7.26.9" |
106 |
| - "@babel/types" "^7.26.9" |
| 105 | + "@babel/traverse" "^7.26.10" |
| 106 | + "@babel/types" "^7.26.10" |
107 | 107 | convert-source-map "^2.0.0"
|
108 | 108 | debug "^4.1.0"
|
109 | 109 | gensync "^1.0.0-beta.2"
|
|
159 | 159 | "@jridgewell/trace-mapping" "^0.3.25"
|
160 | 160 | jsesc "^3.0.2"
|
161 | 161 |
|
| 162 | +"@babel/generator@^7.26.10": |
| 163 | + version "7.26.10" |
| 164 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7" |
| 165 | + integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang== |
| 166 | + dependencies: |
| 167 | + "@babel/parser" "^7.26.10" |
| 168 | + "@babel/types" "^7.26.10" |
| 169 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 170 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 171 | + jsesc "^3.0.2" |
| 172 | + |
162 | 173 | "@babel/generator@^7.26.8":
|
163 | 174 | version "7.26.8"
|
164 | 175 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.8.tgz#f9c5e770309e12e3099ad8271e52f6caa15442ab"
|
|
170 | 181 | "@jridgewell/trace-mapping" "^0.3.25"
|
171 | 182 | jsesc "^3.0.2"
|
172 | 183 |
|
173 |
| -"@babel/generator@^7.26.9": |
174 |
| - version "7.26.9" |
175 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca" |
176 |
| - integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg== |
177 |
| - dependencies: |
178 |
| - "@babel/parser" "^7.26.9" |
179 |
| - "@babel/types" "^7.26.9" |
180 |
| - "@jridgewell/gen-mapping" "^0.3.5" |
181 |
| - "@jridgewell/trace-mapping" "^0.3.25" |
182 |
| - jsesc "^3.0.2" |
183 |
| - |
184 | 184 | "@babel/helper-annotate-as-pure@^7.12.13":
|
185 | 185 | version "7.12.13"
|
186 | 186 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
|
|
695 | 695 | "@babel/traverse" "^7.14.5"
|
696 | 696 | "@babel/types" "^7.14.5"
|
697 | 697 |
|
698 |
| -"@babel/helpers@^7.26.9": |
699 |
| - version "7.26.9" |
700 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
701 |
| - integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA== |
| 698 | +"@babel/helpers@^7.26.10": |
| 699 | + version "7.26.10" |
| 700 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 701 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
702 | 702 | dependencies:
|
703 | 703 | "@babel/template" "^7.26.9"
|
704 |
| - "@babel/types" "^7.26.9" |
| 704 | + "@babel/types" "^7.26.10" |
705 | 705 |
|
706 | 706 | "@babel/highlight@^7.12.13":
|
707 | 707 | version "7.14.0"
|
|
762 | 762 | dependencies:
|
763 | 763 | "@babel/types" "^7.25.9"
|
764 | 764 |
|
| 765 | +"@babel/parser@^7.26.10": |
| 766 | + version "7.26.10" |
| 767 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
| 768 | + integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 769 | + dependencies: |
| 770 | + "@babel/types" "^7.26.10" |
| 771 | + |
765 | 772 | "@babel/parser@^7.26.8":
|
766 | 773 | version "7.26.8"
|
767 | 774 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.8.tgz#deca2b4d99e5e1b1553843b99823f118da6107c2"
|
|
2099 | 2106 | debug "^4.3.1"
|
2100 | 2107 | globals "^11.1.0"
|
2101 | 2108 |
|
| 2109 | +"@babel/traverse@^7.26.10": |
| 2110 | + version "7.26.10" |
| 2111 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380" |
| 2112 | + integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A== |
| 2113 | + dependencies: |
| 2114 | + "@babel/code-frame" "^7.26.2" |
| 2115 | + "@babel/generator" "^7.26.10" |
| 2116 | + "@babel/parser" "^7.26.10" |
| 2117 | + "@babel/template" "^7.26.9" |
| 2118 | + "@babel/types" "^7.26.10" |
| 2119 | + debug "^4.3.1" |
| 2120 | + globals "^11.1.0" |
| 2121 | + |
2102 | 2122 | "@babel/traverse@^7.26.8":
|
2103 | 2123 | version "7.26.8"
|
2104 | 2124 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.8.tgz#0a8a9c2b7cc9519eed14275f4fd2278ad46e8cc9"
|
|
2112 | 2132 | debug "^4.3.1"
|
2113 | 2133 | globals "^11.1.0"
|
2114 | 2134 |
|
2115 |
| -"@babel/traverse@^7.26.9": |
2116 |
| - version "7.26.9" |
2117 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a" |
2118 |
| - integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg== |
2119 |
| - dependencies: |
2120 |
| - "@babel/code-frame" "^7.26.2" |
2121 |
| - "@babel/generator" "^7.26.9" |
2122 |
| - "@babel/parser" "^7.26.9" |
2123 |
| - "@babel/template" "^7.26.9" |
2124 |
| - "@babel/types" "^7.26.9" |
2125 |
| - debug "^4.3.1" |
2126 |
| - globals "^11.1.0" |
2127 |
| - |
2128 | 2135 | "@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.14.2", "@babel/types@^7.4.4":
|
2129 | 2136 | version "7.14.2"
|
2130 | 2137 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.2.tgz#4208ae003107ef8a057ea8333e56eb64d2f6a2c3"
|
|
2157 | 2164 | "@babel/helper-string-parser" "^7.25.9"
|
2158 | 2165 | "@babel/helper-validator-identifier" "^7.25.9"
|
2159 | 2166 |
|
| 2167 | +"@babel/types@^7.26.10": |
| 2168 | + version "7.26.10" |
| 2169 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 2170 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 2171 | + dependencies: |
| 2172 | + "@babel/helper-string-parser" "^7.25.9" |
| 2173 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 2174 | + |
2160 | 2175 | "@babel/types@^7.26.8":
|
2161 | 2176 | version "7.26.8"
|
2162 | 2177 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127"
|
|
0 commit comments