|
54 | 54 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9" |
55 | 55 | integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ== |
56 | 56 |
|
57 | | - |
58 | | - version "7.27.4" |
59 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce" |
60 | | - integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g== |
| 57 | + |
| 58 | + version "7.27.7" |
| 59 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.7.tgz#0ddeab1e7b17317dad8c3c3a887716f66b5c4428" |
| 60 | + integrity sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w== |
61 | 61 | dependencies: |
62 | 62 | "@ampproject/remapping" "^2.2.0" |
63 | 63 | "@babel/code-frame" "^7.27.1" |
64 | | - "@babel/generator" "^7.27.3" |
| 64 | + "@babel/generator" "^7.27.5" |
65 | 65 | "@babel/helper-compilation-targets" "^7.27.2" |
66 | 66 | "@babel/helper-module-transforms" "^7.27.3" |
67 | | - "@babel/helpers" "^7.27.4" |
68 | | - "@babel/parser" "^7.27.4" |
| 67 | + "@babel/helpers" "^7.27.6" |
| 68 | + "@babel/parser" "^7.27.7" |
69 | 69 | "@babel/template" "^7.27.2" |
70 | | - "@babel/traverse" "^7.27.4" |
71 | | - "@babel/types" "^7.27.3" |
| 70 | + "@babel/traverse" "^7.27.7" |
| 71 | + "@babel/types" "^7.27.7" |
72 | 72 | convert-source-map "^2.0.0" |
73 | 73 | debug "^4.1.0" |
74 | 74 | gensync "^1.0.0-beta.2" |
|
115 | 115 | "@jridgewell/trace-mapping" "^0.3.25" |
116 | 116 | jsesc "^3.0.2" |
117 | 117 |
|
| 118 | +"@babel/generator@^7.27.5": |
| 119 | + version "7.27.5" |
| 120 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c" |
| 121 | + integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw== |
| 122 | + dependencies: |
| 123 | + "@babel/parser" "^7.27.5" |
| 124 | + "@babel/types" "^7.27.3" |
| 125 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 126 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 127 | + jsesc "^3.0.2" |
| 128 | + |
118 | 129 | "@babel/helper-annotate-as-pure@^7.18.6": |
119 | 130 | version "7.18.6" |
120 | 131 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" |
|
263 | 274 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f" |
264 | 275 | integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg== |
265 | 276 |
|
266 | | -"@babel/helpers@^7.27.4": |
267 | | - version "7.27.4" |
268 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7" |
269 | | - integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ== |
| 277 | +"@babel/helpers@^7.27.6": |
| 278 | + version "7.27.6" |
| 279 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c" |
| 280 | + integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug== |
270 | 281 | dependencies: |
271 | 282 | "@babel/template" "^7.27.2" |
272 | | - "@babel/types" "^7.27.3" |
| 283 | + "@babel/types" "^7.27.6" |
273 | 284 |
|
274 | 285 | "@babel/highlight@^7.10.4": |
275 | 286 | version "7.12.13" |
|
308 | 319 | dependencies: |
309 | 320 | "@babel/types" "^7.27.3" |
310 | 321 |
|
311 | | -"@babel/parser@^7.27.4": |
312 | | - version "7.27.4" |
313 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.4.tgz#f92e89e4f51847be05427285836fc88341c956df" |
314 | | - integrity sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g== |
| 322 | +"@babel/parser@^7.27.5", "@babel/parser@^7.27.7": |
| 323 | + version "7.27.7" |
| 324 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9" |
| 325 | + integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q== |
315 | 326 | dependencies: |
316 | | - "@babel/types" "^7.27.3" |
| 327 | + "@babel/types" "^7.27.7" |
317 | 328 |
|
318 | 329 | |
319 | 330 | version "7.18.6" |
|
412 | 423 | debug "^4.3.1" |
413 | 424 | globals "^11.1.0" |
414 | 425 |
|
415 | | -"@babel/traverse@^7.27.4": |
416 | | - version "7.27.4" |
417 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea" |
418 | | - integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA== |
| 426 | +"@babel/traverse@^7.27.7": |
| 427 | + version "7.27.7" |
| 428 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.7.tgz#8355c39be6818362eace058cf7f3e25ac2ec3b55" |
| 429 | + integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw== |
419 | 430 | dependencies: |
420 | 431 | "@babel/code-frame" "^7.27.1" |
421 | | - "@babel/generator" "^7.27.3" |
422 | | - "@babel/parser" "^7.27.4" |
| 432 | + "@babel/generator" "^7.27.5" |
| 433 | + "@babel/parser" "^7.27.7" |
423 | 434 | "@babel/template" "^7.27.2" |
424 | | - "@babel/types" "^7.27.3" |
| 435 | + "@babel/types" "^7.27.7" |
425 | 436 | debug "^4.3.1" |
426 | 437 | globals "^11.1.0" |
427 | 438 |
|
|
457 | 468 | "@babel/helper-string-parser" "^7.27.1" |
458 | 469 | "@babel/helper-validator-identifier" "^7.27.1" |
459 | 470 |
|
| 471 | +"@babel/types@^7.27.6", "@babel/types@^7.27.7": |
| 472 | + version "7.27.7" |
| 473 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f" |
| 474 | + integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw== |
| 475 | + dependencies: |
| 476 | + "@babel/helper-string-parser" "^7.27.1" |
| 477 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 478 | + |
460 | 479 | "@eslint/eslintrc@^0.4.3": |
461 | 480 | version "0.4.3" |
462 | 481 | resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c" |
|
0 commit comments