|
244 | 244 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790" |
245 | 245 | integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw== |
246 | 246 |
|
247 | | -"@babel/core@^7.14.0", "@babel/core@^7.20.12", "@babel/core@^7.23.9", "@babel/core@^7.27.4", "@babel/core@^7.28.4": |
248 | | - version "7.28.4" |
249 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496" |
250 | | - integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA== |
| 247 | +"@babel/core@^7.14.0", "@babel/core@^7.20.12", "@babel/core@^7.23.9", "@babel/core@^7.27.4", "@babel/core@^7.28.5": |
| 248 | + version "7.28.5" |
| 249 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e" |
| 250 | + integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw== |
251 | 251 | dependencies: |
252 | 252 | "@babel/code-frame" "^7.27.1" |
253 | | - "@babel/generator" "^7.28.3" |
| 253 | + "@babel/generator" "^7.28.5" |
254 | 254 | "@babel/helper-compilation-targets" "^7.27.2" |
255 | 255 | "@babel/helper-module-transforms" "^7.28.3" |
256 | 256 | "@babel/helpers" "^7.28.4" |
257 | | - "@babel/parser" "^7.28.4" |
| 257 | + "@babel/parser" "^7.28.5" |
258 | 258 | "@babel/template" "^7.27.2" |
259 | | - "@babel/traverse" "^7.28.4" |
260 | | - "@babel/types" "^7.28.4" |
| 259 | + "@babel/traverse" "^7.28.5" |
| 260 | + "@babel/types" "^7.28.5" |
261 | 261 | "@jridgewell/remapping" "^2.3.5" |
262 | 262 | convert-source-map "^2.0.0" |
263 | 263 | debug "^4.1.0" |
|
274 | 274 | eslint-visitor-keys "^2.1.0" |
275 | 275 | semver "^6.3.1" |
276 | 276 |
|
277 | | -"@babel/generator@^7.14.0", "@babel/generator@^7.20.14", "@babel/generator@^7.27.5", "@babel/generator@^7.28.3": |
278 | | - version "7.28.3" |
279 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e" |
280 | | - integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw== |
| 277 | +"@babel/generator@^7.14.0", "@babel/generator@^7.20.14", "@babel/generator@^7.27.5", "@babel/generator@^7.28.5": |
| 278 | + version "7.28.5" |
| 279 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298" |
| 280 | + integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ== |
281 | 281 | dependencies: |
282 | | - "@babel/parser" "^7.28.3" |
283 | | - "@babel/types" "^7.28.2" |
| 282 | + "@babel/parser" "^7.28.5" |
| 283 | + "@babel/types" "^7.28.5" |
284 | 284 | "@jridgewell/gen-mapping" "^0.3.12" |
285 | 285 | "@jridgewell/trace-mapping" "^0.3.28" |
286 | 286 | jsesc "^3.0.2" |
|
469 | 469 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" |
470 | 470 | integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow== |
471 | 471 |
|
| 472 | +"@babel/helper-validator-identifier@^7.28.5": |
| 473 | + version "7.28.5" |
| 474 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
| 475 | + integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== |
| 476 | + |
472 | 477 | "@babel/helper-validator-option@^7.25.9": |
473 | 478 | version "7.25.9" |
474 | 479 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72" |
|
506 | 511 | js-tokens "^4.0.0" |
507 | 512 | picocolors "^1.0.0" |
508 | 513 |
|
509 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.14.0", "@babel/parser@^7.16.8", "@babel/parser@^7.20.13", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4": |
510 | | - version "7.28.4" |
511 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8" |
512 | | - integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg== |
| 514 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.0", "@babel/parser@^7.16.8", "@babel/parser@^7.20.13", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.27.2", "@babel/parser@^7.28.5": |
| 515 | + version "7.28.5" |
| 516 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08" |
| 517 | + integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ== |
513 | 518 | dependencies: |
514 | | - "@babel/types" "^7.28.4" |
| 519 | + "@babel/types" "^7.28.5" |
515 | 520 |
|
516 | 521 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9": |
517 | 522 | version "7.25.9" |
|
1148 | 1153 | dependencies: |
1149 | 1154 | "@babel/helper-plugin-utils" "^7.25.9" |
1150 | 1155 |
|
1151 | | -"@babel/plugin-transform-runtime@^7.19.6", "@babel/plugin-transform-runtime@^7.28.3": |
1152 | | - version "7.28.3" |
1153 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.3.tgz#f5990a1b2d2bde950ed493915e0719841c8d0eaa" |
1154 | | - integrity sha512-Y6ab1kGqZ0u42Zv/4a7l0l72n9DKP/MKoKWaUSBylrhNZO2prYuqFOLbn5aW5SIFXwSH93yfjbgllL8lxuGKLg== |
| 1156 | +"@babel/plugin-transform-runtime@^7.19.6", "@babel/plugin-transform-runtime@^7.28.5": |
| 1157 | + version "7.28.5" |
| 1158 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.5.tgz#ae3e21fbefe2831ebac04dfa6b463691696afe17" |
| 1159 | + integrity sha512-20NUVgOrinudkIBzQ2bNxP08YpKprUkRTiRSd2/Z5GOdPImJGkoN4Z7IQe1T5AdyKI1i5L6RBmluqdSzvaq9/w== |
1155 | 1160 | dependencies: |
1156 | 1161 | "@babel/helper-module-imports" "^7.27.1" |
1157 | 1162 | "@babel/helper-plugin-utils" "^7.27.1" |
|
1359 | 1364 | "@babel/parser" "^7.27.2" |
1360 | 1365 | "@babel/types" "^7.27.1" |
1361 | 1366 |
|
1362 | | -"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.20.13", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4": |
1363 | | - version "7.28.4" |
1364 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b" |
1365 | | - integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ== |
| 1367 | +"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.20.13", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.5": |
| 1368 | + version "7.28.5" |
| 1369 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b" |
| 1370 | + integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ== |
1366 | 1371 | dependencies: |
1367 | 1372 | "@babel/code-frame" "^7.27.1" |
1368 | | - "@babel/generator" "^7.28.3" |
| 1373 | + "@babel/generator" "^7.28.5" |
1369 | 1374 | "@babel/helper-globals" "^7.28.0" |
1370 | | - "@babel/parser" "^7.28.4" |
| 1375 | + "@babel/parser" "^7.28.5" |
1371 | 1376 | "@babel/template" "^7.27.2" |
1372 | | - "@babel/types" "^7.28.4" |
| 1377 | + "@babel/types" "^7.28.5" |
1373 | 1378 | debug "^4.3.1" |
1374 | 1379 |
|
1375 | | -"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.4.4": |
1376 | | - version "7.28.4" |
1377 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a" |
1378 | | - integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q== |
| 1380 | +"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.4", "@babel/types@^7.28.5", "@babel/types@^7.4.4": |
| 1381 | + version "7.28.5" |
| 1382 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b" |
| 1383 | + integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA== |
1379 | 1384 | dependencies: |
1380 | 1385 | "@babel/helper-string-parser" "^7.27.1" |
1381 | | - "@babel/helper-validator-identifier" "^7.27.1" |
| 1386 | + "@babel/helper-validator-identifier" "^7.28.5" |
1382 | 1387 |
|
1383 | 1388 | "@bcoe/v8-coverage@^0.2.3": |
1384 | 1389 | version "0.2.3" |
|
0 commit comments