|
89 | 89 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9" |
90 | 90 | integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ== |
91 | 91 |
|
92 | | - |
93 | | - version "7.27.4" |
94 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce" |
95 | | - integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g== |
| 92 | + |
| 93 | + version "7.27.7" |
| 94 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.7.tgz#0ddeab1e7b17317dad8c3c3a887716f66b5c4428" |
| 95 | + integrity sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w== |
96 | 96 | dependencies: |
97 | 97 | "@ampproject/remapping" "^2.2.0" |
98 | 98 | "@babel/code-frame" "^7.27.1" |
99 | | - "@babel/generator" "^7.27.3" |
| 99 | + "@babel/generator" "^7.27.5" |
100 | 100 | "@babel/helper-compilation-targets" "^7.27.2" |
101 | 101 | "@babel/helper-module-transforms" "^7.27.3" |
102 | | - "@babel/helpers" "^7.27.4" |
103 | | - "@babel/parser" "^7.27.4" |
| 102 | + "@babel/helpers" "^7.27.6" |
| 103 | + "@babel/parser" "^7.27.7" |
104 | 104 | "@babel/template" "^7.27.2" |
105 | | - "@babel/traverse" "^7.27.4" |
106 | | - "@babel/types" "^7.27.3" |
| 105 | + "@babel/traverse" "^7.27.7" |
| 106 | + "@babel/types" "^7.27.7" |
107 | 107 | convert-source-map "^2.0.0" |
108 | 108 | debug "^4.1.0" |
109 | 109 | gensync "^1.0.0-beta.2" |
|
141 | 141 | "@jridgewell/trace-mapping" "^0.3.25" |
142 | 142 | jsesc "^3.0.2" |
143 | 143 |
|
| 144 | +"@babel/generator@^7.27.5": |
| 145 | + version "7.27.5" |
| 146 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c" |
| 147 | + integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw== |
| 148 | + dependencies: |
| 149 | + "@babel/parser" "^7.27.5" |
| 150 | + "@babel/types" "^7.27.3" |
| 151 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 152 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 153 | + jsesc "^3.0.2" |
| 154 | + |
144 | 155 | "@babel/helper-annotate-as-pure@^7.18.6": |
145 | 156 | version "7.18.6" |
146 | 157 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" |
|
371 | 382 | "@babel/traverse" "^7.27.1" |
372 | 383 | "@babel/types" "^7.27.1" |
373 | 384 |
|
374 | | -"@babel/helpers@^7.27.4": |
375 | | - version "7.27.4" |
376 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7" |
377 | | - integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ== |
| 385 | +"@babel/helpers@^7.27.6": |
| 386 | + version "7.27.6" |
| 387 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c" |
| 388 | + integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug== |
378 | 389 | dependencies: |
379 | 390 | "@babel/template" "^7.27.2" |
380 | | - "@babel/types" "^7.27.3" |
| 391 | + "@babel/types" "^7.27.6" |
381 | 392 |
|
382 | 393 | "@babel/highlight@^7.18.6": |
383 | 394 | version "7.18.6" |
|
416 | 427 | dependencies: |
417 | 428 | "@babel/types" "^7.27.3" |
418 | 429 |
|
419 | | -"@babel/parser@^7.27.4": |
420 | | - version "7.27.4" |
421 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.4.tgz#f92e89e4f51847be05427285836fc88341c956df" |
422 | | - integrity sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g== |
| 430 | +"@babel/parser@^7.27.5", "@babel/parser@^7.27.7": |
| 431 | + version "7.27.7" |
| 432 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9" |
| 433 | + integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q== |
423 | 434 | dependencies: |
424 | | - "@babel/types" "^7.27.3" |
| 435 | + "@babel/types" "^7.27.7" |
425 | 436 |
|
426 | 437 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1": |
427 | 438 | version "7.27.1" |
|
1015 | 1026 | debug "^4.3.1" |
1016 | 1027 | globals "^11.1.0" |
1017 | 1028 |
|
1018 | | -"@babel/traverse@^7.27.4": |
1019 | | - version "7.27.4" |
1020 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea" |
1021 | | - integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA== |
| 1029 | +"@babel/traverse@^7.27.7": |
| 1030 | + version "7.27.7" |
| 1031 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.7.tgz#8355c39be6818362eace058cf7f3e25ac2ec3b55" |
| 1032 | + integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw== |
1022 | 1033 | dependencies: |
1023 | 1034 | "@babel/code-frame" "^7.27.1" |
1024 | | - "@babel/generator" "^7.27.3" |
1025 | | - "@babel/parser" "^7.27.4" |
| 1035 | + "@babel/generator" "^7.27.5" |
| 1036 | + "@babel/parser" "^7.27.7" |
1026 | 1037 | "@babel/template" "^7.27.2" |
1027 | | - "@babel/types" "^7.27.3" |
| 1038 | + "@babel/types" "^7.27.7" |
1028 | 1039 | debug "^4.3.1" |
1029 | 1040 | globals "^11.1.0" |
1030 | 1041 |
|
|
1053 | 1064 | "@babel/helper-string-parser" "^7.27.1" |
1054 | 1065 | "@babel/helper-validator-identifier" "^7.27.1" |
1055 | 1066 |
|
| 1067 | +"@babel/types@^7.27.6", "@babel/types@^7.27.7": |
| 1068 | + version "7.27.7" |
| 1069 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f" |
| 1070 | + integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw== |
| 1071 | + dependencies: |
| 1072 | + "@babel/helper-string-parser" "^7.27.1" |
| 1073 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 1074 | + |
1056 | 1075 | "@bcoe/v8-coverage@^1.0.1": |
1057 | 1076 | version "1.0.2" |
1058 | 1077 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.2.tgz#bbe12dca5b4ef983a0d0af4b07b9bc90ea0ababa" |
|
0 commit comments