|
100 | 100 | js-tokens "^4.0.0" |
101 | 101 | picocolors "^1.1.1" |
102 | 102 |
|
103 | | -"@babel/code-frame@^7.10.4": |
| 103 | +"@babel/code-frame@^7.10.4", "@babel/code-frame@^7.29.7": |
104 | 104 | version "7.29.7" |
105 | 105 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7" |
106 | 106 | integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw== |
|
109 | 109 | js-tokens "^4.0.0" |
110 | 110 | picocolors "^1.1.1" |
111 | 111 |
|
112 | | -"@babel/compat-data@^7.28.6": |
113 | | - version "7.29.0" |
114 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d" |
115 | | - integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg== |
| 112 | +"@babel/compat-data@^7.29.7": |
| 113 | + version "7.29.7" |
| 114 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.7.tgz#6f0237f0f36d2e51c0570a636faed9d2d0efe629" |
| 115 | + integrity sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg== |
116 | 116 |
|
117 | 117 | "@babel/core@^7.28.3": |
118 | | - version "7.29.0" |
119 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.0.tgz#5286ad785df7f79d656e88ce86e650d16ca5f322" |
120 | | - integrity sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA== |
121 | | - dependencies: |
122 | | - "@babel/code-frame" "^7.29.0" |
123 | | - "@babel/generator" "^7.29.0" |
124 | | - "@babel/helper-compilation-targets" "^7.28.6" |
125 | | - "@babel/helper-module-transforms" "^7.28.6" |
126 | | - "@babel/helpers" "^7.28.6" |
127 | | - "@babel/parser" "^7.29.0" |
128 | | - "@babel/template" "^7.28.6" |
129 | | - "@babel/traverse" "^7.29.0" |
130 | | - "@babel/types" "^7.29.0" |
| 118 | + version "7.29.7" |
| 119 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.7.tgz#80c10b17248082968b57a857b91640971f2070f7" |
| 120 | + integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA== |
| 121 | + dependencies: |
| 122 | + "@babel/code-frame" "^7.29.7" |
| 123 | + "@babel/generator" "^7.29.7" |
| 124 | + "@babel/helper-compilation-targets" "^7.29.7" |
| 125 | + "@babel/helper-module-transforms" "^7.29.7" |
| 126 | + "@babel/helpers" "^7.29.7" |
| 127 | + "@babel/parser" "^7.29.7" |
| 128 | + "@babel/template" "^7.29.7" |
| 129 | + "@babel/traverse" "^7.29.7" |
| 130 | + "@babel/types" "^7.29.7" |
131 | 131 | "@jridgewell/remapping" "^2.3.5" |
132 | 132 | convert-source-map "^2.0.0" |
133 | 133 | debug "^4.1.0" |
|
146 | 146 | "@jridgewell/trace-mapping" "^0.3.28" |
147 | 147 | jsesc "^3.0.2" |
148 | 148 |
|
149 | | -"@babel/helper-compilation-targets@^7.28.6": |
150 | | - version "7.28.6" |
151 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz#32c4a3f41f12ed1532179b108a4d746e105c2b25" |
152 | | - integrity sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA== |
| 149 | +"@babel/generator@^7.29.7": |
| 150 | + version "7.29.7" |
| 151 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3" |
| 152 | + integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ== |
153 | 153 | dependencies: |
154 | | - "@babel/compat-data" "^7.28.6" |
155 | | - "@babel/helper-validator-option" "^7.27.1" |
| 154 | + "@babel/parser" "^7.29.7" |
| 155 | + "@babel/types" "^7.29.7" |
| 156 | + "@jridgewell/gen-mapping" "^0.3.12" |
| 157 | + "@jridgewell/trace-mapping" "^0.3.28" |
| 158 | + jsesc "^3.0.2" |
| 159 | + |
| 160 | +"@babel/helper-compilation-targets@^7.29.7": |
| 161 | + version "7.29.7" |
| 162 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz#7a1def704302401c47f64fa85589e974ae217042" |
| 163 | + integrity sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g== |
| 164 | + dependencies: |
| 165 | + "@babel/compat-data" "^7.29.7" |
| 166 | + "@babel/helper-validator-option" "^7.29.7" |
156 | 167 | browserslist "^4.24.0" |
157 | 168 | lru-cache "^5.1.1" |
158 | 169 | semver "^6.3.1" |
|
162 | 173 | resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674" |
163 | 174 | integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw== |
164 | 175 |
|
165 | | -"@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.28.6": |
| 176 | +"@babel/helper-globals@^7.29.7": |
| 177 | + version "7.29.7" |
| 178 | + resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b" |
| 179 | + integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA== |
| 180 | + |
| 181 | +"@babel/helper-module-imports@^7.16.7": |
166 | 182 | version "7.28.6" |
167 | 183 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c" |
168 | 184 | integrity sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw== |
169 | 185 | dependencies: |
170 | 186 | "@babel/traverse" "^7.28.6" |
171 | 187 | "@babel/types" "^7.28.6" |
172 | 188 |
|
173 | | -"@babel/helper-module-transforms@^7.28.6": |
174 | | - version "7.28.6" |
175 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e" |
176 | | - integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA== |
| 189 | +"@babel/helper-module-imports@^7.29.7": |
| 190 | + version "7.29.7" |
| 191 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396" |
| 192 | + integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g== |
177 | 193 | dependencies: |
178 | | - "@babel/helper-module-imports" "^7.28.6" |
179 | | - "@babel/helper-validator-identifier" "^7.28.5" |
180 | | - "@babel/traverse" "^7.28.6" |
| 194 | + "@babel/traverse" "^7.29.7" |
| 195 | + "@babel/types" "^7.29.7" |
| 196 | + |
| 197 | +"@babel/helper-module-transforms@^7.29.7": |
| 198 | + version "7.29.7" |
| 199 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz#b062747a5997ba138637201328bbff77960574ae" |
| 200 | + integrity sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg== |
| 201 | + dependencies: |
| 202 | + "@babel/helper-module-imports" "^7.29.7" |
| 203 | + "@babel/helper-validator-identifier" "^7.29.7" |
| 204 | + "@babel/traverse" "^7.29.7" |
181 | 205 |
|
182 | 206 | "@babel/helper-plugin-utils@^7.27.1": |
183 | 207 | version "7.28.6" |
|
189 | 213 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
190 | 214 | integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
191 | 215 |
|
| 216 | +"@babel/helper-string-parser@^7.29.7": |
| 217 | + version "7.29.7" |
| 218 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f" |
| 219 | + integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw== |
| 220 | + |
192 | 221 | "@babel/helper-validator-identifier@^7.28.5": |
193 | 222 | version "7.28.5" |
194 | 223 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
|
199 | 228 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2" |
200 | 229 | integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg== |
201 | 230 |
|
202 | | -"@babel/helper-validator-option@^7.27.1": |
203 | | - version "7.27.1" |
204 | | - resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f" |
205 | | - integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg== |
| 231 | +"@babel/helper-validator-option@^7.29.7": |
| 232 | + version "7.29.7" |
| 233 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz#cf315be940213b354eb4abcc0bd01ebe3f73bc2a" |
| 234 | + integrity sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw== |
206 | 235 |
|
207 | | -"@babel/helpers@^7.28.6": |
208 | | - version "7.29.2" |
209 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.2.tgz#9cfbccb02b8e229892c0b07038052cc1a8709c49" |
210 | | - integrity sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw== |
| 236 | +"@babel/helpers@^7.29.7": |
| 237 | + version "7.29.7" |
| 238 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.7.tgz#45abfde7548997e34376c3e69feb475cffb4a607" |
| 239 | + integrity sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg== |
211 | 240 | dependencies: |
212 | | - "@babel/template" "^7.28.6" |
213 | | - "@babel/types" "^7.29.0" |
| 241 | + "@babel/template" "^7.29.7" |
| 242 | + "@babel/types" "^7.29.7" |
214 | 243 |
|
215 | 244 | "@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.28.6", "@babel/parser@^7.29.0": |
216 | 245 | version "7.29.2" |
|
226 | 255 | dependencies: |
227 | 256 | "@babel/types" "^7.29.0" |
228 | 257 |
|
| 258 | +"@babel/parser@^7.29.7": |
| 259 | + version "7.29.7" |
| 260 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334" |
| 261 | + integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg== |
| 262 | + dependencies: |
| 263 | + "@babel/types" "^7.29.7" |
| 264 | + |
229 | 265 | "@babel/plugin-transform-react-jsx-self@^7.27.1": |
230 | 266 | version "7.27.1" |
231 | 267 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz#af678d8506acf52c577cac73ff7fe6615c85fc92" |
|
254 | 290 | "@babel/parser" "^7.28.6" |
255 | 291 | "@babel/types" "^7.28.6" |
256 | 292 |
|
257 | | -"@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0": |
| 293 | +"@babel/template@^7.29.7": |
| 294 | + version "7.29.7" |
| 295 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700" |
| 296 | + integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg== |
| 297 | + dependencies: |
| 298 | + "@babel/code-frame" "^7.29.7" |
| 299 | + "@babel/parser" "^7.29.7" |
| 300 | + "@babel/types" "^7.29.7" |
| 301 | + |
| 302 | +"@babel/traverse@^7.28.6": |
258 | 303 | version "7.29.0" |
259 | 304 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a" |
260 | 305 | integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA== |
|
267 | 312 | "@babel/types" "^7.29.0" |
268 | 313 | debug "^4.3.1" |
269 | 314 |
|
| 315 | +"@babel/traverse@^7.29.7": |
| 316 | + version "7.29.7" |
| 317 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d" |
| 318 | + integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw== |
| 319 | + dependencies: |
| 320 | + "@babel/code-frame" "^7.29.7" |
| 321 | + "@babel/generator" "^7.29.7" |
| 322 | + "@babel/helper-globals" "^7.29.7" |
| 323 | + "@babel/parser" "^7.29.7" |
| 324 | + "@babel/template" "^7.29.7" |
| 325 | + "@babel/types" "^7.29.7" |
| 326 | + debug "^4.3.1" |
| 327 | + |
270 | 328 | "@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.28.2", "@babel/types@^7.28.6", "@babel/types@^7.29.0": |
271 | 329 | version "7.29.0" |
272 | 330 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7" |
|
275 | 333 | "@babel/helper-string-parser" "^7.27.1" |
276 | 334 | "@babel/helper-validator-identifier" "^7.28.5" |
277 | 335 |
|
| 336 | +"@babel/types@^7.29.7": |
| 337 | + version "7.29.7" |
| 338 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92" |
| 339 | + integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA== |
| 340 | + dependencies: |
| 341 | + "@babel/helper-string-parser" "^7.29.7" |
| 342 | + "@babel/helper-validator-identifier" "^7.29.7" |
| 343 | + |
278 | 344 | "@bcoe/v8-coverage@^1.0.2": |
279 | 345 | version "1.0.2" |
280 | 346 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.2.tgz#bbe12dca5b4ef983a0d0af4b07b9bc90ea0ababa" |
|
0 commit comments