|
64 | 64 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
|
65 | 65 | integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
|
66 | 66 |
|
67 |
| - |
68 |
| - version "7.27.1" |
69 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6" |
70 |
| - integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ== |
| 67 | + |
| 68 | + version "7.27.3" |
| 69 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f" |
| 70 | + integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA== |
71 | 71 | dependencies:
|
72 | 72 | "@ampproject/remapping" "^2.2.0"
|
73 | 73 | "@babel/code-frame" "^7.27.1"
|
74 |
| - "@babel/generator" "^7.27.1" |
75 |
| - "@babel/helper-compilation-targets" "^7.27.1" |
76 |
| - "@babel/helper-module-transforms" "^7.27.1" |
77 |
| - "@babel/helpers" "^7.27.1" |
78 |
| - "@babel/parser" "^7.27.1" |
79 |
| - "@babel/template" "^7.27.1" |
80 |
| - "@babel/traverse" "^7.27.1" |
81 |
| - "@babel/types" "^7.27.1" |
| 74 | + "@babel/generator" "^7.27.3" |
| 75 | + "@babel/helper-compilation-targets" "^7.27.2" |
| 76 | + "@babel/helper-module-transforms" "^7.27.3" |
| 77 | + "@babel/helpers" "^7.27.3" |
| 78 | + "@babel/parser" "^7.27.3" |
| 79 | + "@babel/template" "^7.27.2" |
| 80 | + "@babel/traverse" "^7.27.3" |
| 81 | + "@babel/types" "^7.27.3" |
82 | 82 | convert-source-map "^2.0.0"
|
83 | 83 | debug "^4.1.0"
|
84 | 84 | gensync "^1.0.0-beta.2"
|
|
126 | 126 | "@jridgewell/trace-mapping" "^0.3.25"
|
127 | 127 | jsesc "^3.0.2"
|
128 | 128 |
|
| 129 | +"@babel/generator@^7.27.3": |
| 130 | + version "7.27.3" |
| 131 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc" |
| 132 | + integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q== |
| 133 | + dependencies: |
| 134 | + "@babel/parser" "^7.27.3" |
| 135 | + "@babel/types" "^7.27.3" |
| 136 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 137 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 138 | + jsesc "^3.0.2" |
| 139 | + |
129 | 140 | "@babel/helper-annotate-as-pure@^7.14.5":
|
130 | 141 | version "7.14.5"
|
131 | 142 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
|
|
367 | 378 | "@babel/helper-validator-identifier" "^7.27.1"
|
368 | 379 | "@babel/traverse" "^7.27.1"
|
369 | 380 |
|
| 381 | +"@babel/helper-module-transforms@^7.27.3": |
| 382 | + version "7.27.3" |
| 383 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02" |
| 384 | + integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg== |
| 385 | + dependencies: |
| 386 | + "@babel/helper-module-imports" "^7.27.1" |
| 387 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 388 | + "@babel/traverse" "^7.27.3" |
| 389 | + |
370 | 390 | "@babel/helper-optimise-call-expression@^7.14.5":
|
371 | 391 | version "7.14.5"
|
372 | 392 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
|
|
540 | 560 | "@babel/traverse" "^7.14.8"
|
541 | 561 | "@babel/types" "^7.14.8"
|
542 | 562 |
|
543 |
| -"@babel/helpers@^7.27.1": |
544 |
| - version "7.27.1" |
545 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4" |
546 |
| - integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ== |
| 563 | +"@babel/helpers@^7.27.3": |
| 564 | + version "7.27.3" |
| 565 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0" |
| 566 | + integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg== |
547 | 567 | dependencies:
|
548 |
| - "@babel/template" "^7.27.1" |
549 |
| - "@babel/types" "^7.27.1" |
| 568 | + "@babel/template" "^7.27.2" |
| 569 | + "@babel/types" "^7.27.3" |
550 | 570 |
|
551 | 571 | "@babel/highlight@^7.14.5":
|
552 | 572 | version "7.14.5"
|
|
578 | 598 | dependencies:
|
579 | 599 | "@babel/types" "^7.27.1"
|
580 | 600 |
|
| 601 | +"@babel/parser@^7.27.2", "@babel/parser@^7.27.3": |
| 602 | + version "7.27.3" |
| 603 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf" |
| 604 | + integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw== |
| 605 | + dependencies: |
| 606 | + "@babel/types" "^7.27.3" |
| 607 | + |
581 | 608 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
|
582 | 609 | version "7.27.1"
|
583 | 610 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9"
|
|
1804 | 1831 | "@babel/parser" "^7.27.1"
|
1805 | 1832 | "@babel/types" "^7.27.1"
|
1806 | 1833 |
|
| 1834 | +"@babel/template@^7.27.2": |
| 1835 | + version "7.27.2" |
| 1836 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 1837 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
| 1838 | + dependencies: |
| 1839 | + "@babel/code-frame" "^7.27.1" |
| 1840 | + "@babel/parser" "^7.27.2" |
| 1841 | + "@babel/types" "^7.27.1" |
| 1842 | + |
1807 | 1843 | "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8":
|
1808 | 1844 | version "7.14.8"
|
1809 | 1845 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce"
|
|
1832 | 1868 | debug "^4.3.1"
|
1833 | 1869 | globals "^11.1.0"
|
1834 | 1870 |
|
| 1871 | +"@babel/traverse@^7.27.3": |
| 1872 | + version "7.27.3" |
| 1873 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae" |
| 1874 | + integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ== |
| 1875 | + dependencies: |
| 1876 | + "@babel/code-frame" "^7.27.1" |
| 1877 | + "@babel/generator" "^7.27.3" |
| 1878 | + "@babel/parser" "^7.27.3" |
| 1879 | + "@babel/template" "^7.27.2" |
| 1880 | + "@babel/types" "^7.27.3" |
| 1881 | + debug "^4.3.1" |
| 1882 | + globals "^11.1.0" |
| 1883 | + |
1835 | 1884 | "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.4.4":
|
1836 | 1885 | version "7.14.8"
|
1837 | 1886 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728"
|
|
1856 | 1905 | "@babel/helper-string-parser" "^7.27.1"
|
1857 | 1906 | "@babel/helper-validator-identifier" "^7.27.1"
|
1858 | 1907 |
|
| 1908 | +"@babel/types@^7.27.3": |
| 1909 | + version "7.27.3" |
| 1910 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec" |
| 1911 | + integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw== |
| 1912 | + dependencies: |
| 1913 | + "@babel/helper-string-parser" "^7.27.1" |
| 1914 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 1915 | + |
1859 | 1916 | "@bcoe/v8-coverage@^1.0.1":
|
1860 | 1917 | version "1.0.1"
|
1861 | 1918 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"
|
|
0 commit comments