|
206 | 206 | js-tokens "^4.0.0"
|
207 | 207 | picocolors "^1.0.0"
|
208 | 208 |
|
| 209 | +"@babel/code-frame@^7.26.2": |
| 210 | + version "7.26.2" |
| 211 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 212 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 213 | + dependencies: |
| 214 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 215 | + js-tokens "^4.0.0" |
| 216 | + picocolors "^1.0.0" |
| 217 | + |
209 | 218 | "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.9", "@babel/compat-data@^7.26.0":
|
210 | 219 | version "7.26.0"
|
211 | 220 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819"
|
|
445 | 454 | "@babel/types" "^7.25.9"
|
446 | 455 |
|
447 | 456 | "@babel/helpers@^7.26.0":
|
448 |
| - version "7.26.0" |
449 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" |
450 |
| - integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== |
| 457 | + version "7.26.10" |
| 458 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 459 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
451 | 460 | dependencies:
|
452 |
| - "@babel/template" "^7.25.9" |
453 |
| - "@babel/types" "^7.26.0" |
| 461 | + "@babel/template" "^7.26.9" |
| 462 | + "@babel/types" "^7.26.10" |
454 | 463 |
|
455 | 464 | "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.15", "@babel/parser@^7.20.5", "@babel/parser@^7.20.7", "@babel/parser@^7.23.0", "@babel/parser@^7.23.9", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0":
|
456 | 465 | version "7.26.1"
|
|
459 | 468 | dependencies:
|
460 | 469 | "@babel/types" "^7.26.0"
|
461 | 470 |
|
| 471 | +"@babel/parser@^7.26.9": |
| 472 | + version "7.26.10" |
| 473 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
| 474 | + integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 475 | + dependencies: |
| 476 | + "@babel/types" "^7.26.10" |
| 477 | + |
462 | 478 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
463 | 479 | version "7.25.9"
|
464 | 480 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz#cc2e53ebf0a0340777fff5ed521943e253b4d8fe"
|
|
1303 | 1319 | "@babel/parser" "^7.25.9"
|
1304 | 1320 | "@babel/types" "^7.25.9"
|
1305 | 1321 |
|
| 1322 | +"@babel/template@^7.26.9": |
| 1323 | + version "7.26.9" |
| 1324 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 1325 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 1326 | + dependencies: |
| 1327 | + "@babel/code-frame" "^7.26.2" |
| 1328 | + "@babel/parser" "^7.26.9" |
| 1329 | + "@babel/types" "^7.26.9" |
| 1330 | + |
1306 | 1331 |
|
1307 | 1332 | version "7.23.2"
|
1308 | 1333 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
|
|
1348 | 1373 | "@babel/helper-string-parser" "^7.25.9"
|
1349 | 1374 | "@babel/helper-validator-identifier" "^7.25.9"
|
1350 | 1375 |
|
| 1376 | +"@babel/types@^7.26.10", "@babel/types@^7.26.9": |
| 1377 | + version "7.26.10" |
| 1378 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 1379 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 1380 | + dependencies: |
| 1381 | + "@babel/helper-string-parser" "^7.25.9" |
| 1382 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1383 | + |
1351 | 1384 |
|
1352 | 1385 | version "1.0.1"
|
1353 | 1386 | resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.1.tgz#371ba8be66d556812dc7fb169ebc3c08378f69d4"
|
|
0 commit comments