|
47 | 47 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
|
48 | 48 | integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
|
49 | 49 |
|
50 |
| -"@babel/core@7.27.1": |
51 |
| - version "7.27.1" |
52 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6" |
53 |
| - integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ== |
| 50 | +"@babel/core@7.27.3": |
| 51 | + version "7.27.3" |
| 52 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f" |
| 53 | + integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA== |
54 | 54 | dependencies:
|
55 | 55 | "@ampproject/remapping" "^2.2.0"
|
56 | 56 | "@babel/code-frame" "^7.27.1"
|
57 |
| - "@babel/generator" "^7.27.1" |
58 |
| - "@babel/helper-compilation-targets" "^7.27.1" |
59 |
| - "@babel/helper-module-transforms" "^7.27.1" |
60 |
| - "@babel/helpers" "^7.27.1" |
61 |
| - "@babel/parser" "^7.27.1" |
62 |
| - "@babel/template" "^7.27.1" |
63 |
| - "@babel/traverse" "^7.27.1" |
64 |
| - "@babel/types" "^7.27.1" |
| 57 | + "@babel/generator" "^7.27.3" |
| 58 | + "@babel/helper-compilation-targets" "^7.27.2" |
| 59 | + "@babel/helper-module-transforms" "^7.27.3" |
| 60 | + "@babel/helpers" "^7.27.3" |
| 61 | + "@babel/parser" "^7.27.3" |
| 62 | + "@babel/template" "^7.27.2" |
| 63 | + "@babel/traverse" "^7.27.3" |
| 64 | + "@babel/types" "^7.27.3" |
65 | 65 | convert-source-map "^2.0.0"
|
66 | 66 | debug "^4.1.0"
|
67 | 67 | gensync "^1.0.0-beta.2"
|
|
110 | 110 | "@jridgewell/trace-mapping" "^0.3.25"
|
111 | 111 | jsesc "^3.0.2"
|
112 | 112 |
|
| 113 | +"@babel/generator@^7.27.3": |
| 114 | + version "7.27.3" |
| 115 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc" |
| 116 | + integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q== |
| 117 | + dependencies: |
| 118 | + "@babel/parser" "^7.27.3" |
| 119 | + "@babel/types" "^7.27.3" |
| 120 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 121 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 122 | + jsesc "^3.0.2" |
| 123 | + |
113 | 124 | "@babel/helper-annotate-as-pure@^7.22.5":
|
114 | 125 | version "7.22.5"
|
115 | 126 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
|
|
313 | 324 | "@babel/helper-validator-identifier" "^7.27.1"
|
314 | 325 | "@babel/traverse" "^7.27.1"
|
315 | 326 |
|
| 327 | +"@babel/helper-module-transforms@^7.27.3": |
| 328 | + version "7.27.3" |
| 329 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02" |
| 330 | + integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg== |
| 331 | + dependencies: |
| 332 | + "@babel/helper-module-imports" "^7.27.1" |
| 333 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 334 | + "@babel/traverse" "^7.27.3" |
| 335 | + |
316 | 336 | "@babel/helper-optimise-call-expression@^7.22.5":
|
317 | 337 | version "7.22.5"
|
318 | 338 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e"
|
|
464 | 484 | "@babel/traverse" "^7.23.9"
|
465 | 485 | "@babel/types" "^7.23.9"
|
466 | 486 |
|
467 |
| -"@babel/helpers@^7.27.1": |
468 |
| - version "7.27.1" |
469 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4" |
470 |
| - integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ== |
| 487 | +"@babel/helpers@^7.27.3": |
| 488 | + version "7.27.3" |
| 489 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0" |
| 490 | + integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg== |
471 | 491 | dependencies:
|
472 |
| - "@babel/template" "^7.27.1" |
473 |
| - "@babel/types" "^7.27.1" |
| 492 | + "@babel/template" "^7.27.2" |
| 493 | + "@babel/types" "^7.27.3" |
474 | 494 |
|
475 | 495 | "@babel/highlight@^7.23.4":
|
476 | 496 | version "7.23.4"
|
|
493 | 513 | dependencies:
|
494 | 514 | "@babel/types" "^7.27.1"
|
495 | 515 |
|
| 516 | +"@babel/parser@^7.27.2", "@babel/parser@^7.27.3": |
| 517 | + version "7.27.3" |
| 518 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf" |
| 519 | + integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw== |
| 520 | + dependencies: |
| 521 | + "@babel/types" "^7.27.3" |
| 522 | + |
496 | 523 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
|
497 | 524 | version "7.27.1"
|
498 | 525 | 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"
|
|
1761 | 1788 | "@babel/parser" "^7.27.1"
|
1762 | 1789 | "@babel/types" "^7.27.1"
|
1763 | 1790 |
|
| 1791 | +"@babel/template@^7.27.2": |
| 1792 | + version "7.27.2" |
| 1793 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 1794 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
| 1795 | + dependencies: |
| 1796 | + "@babel/code-frame" "^7.27.1" |
| 1797 | + "@babel/parser" "^7.27.2" |
| 1798 | + "@babel/types" "^7.27.1" |
| 1799 | + |
1764 | 1800 | "@babel/traverse@^7.23.9":
|
1765 | 1801 | version "7.23.9"
|
1766 | 1802 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950"
|
|
1790 | 1826 | debug "^4.3.1"
|
1791 | 1827 | globals "^11.1.0"
|
1792 | 1828 |
|
| 1829 | +"@babel/traverse@^7.27.3": |
| 1830 | + version "7.27.3" |
| 1831 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae" |
| 1832 | + integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ== |
| 1833 | + dependencies: |
| 1834 | + "@babel/code-frame" "^7.27.1" |
| 1835 | + "@babel/generator" "^7.27.3" |
| 1836 | + "@babel/parser" "^7.27.3" |
| 1837 | + "@babel/template" "^7.27.2" |
| 1838 | + "@babel/types" "^7.27.3" |
| 1839 | + debug "^4.3.1" |
| 1840 | + globals "^11.1.0" |
| 1841 | + |
1793 | 1842 | "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.23.6", "@babel/types@^7.23.9", "@babel/types@^7.4.4":
|
1794 | 1843 | version "7.23.9"
|
1795 | 1844 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002"
|
|
1807 | 1856 | "@babel/helper-string-parser" "^7.27.1"
|
1808 | 1857 | "@babel/helper-validator-identifier" "^7.27.1"
|
1809 | 1858 |
|
| 1859 | +"@babel/types@^7.27.3": |
| 1860 | + version "7.27.3" |
| 1861 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec" |
| 1862 | + integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw== |
| 1863 | + dependencies: |
| 1864 | + "@babel/helper-string-parser" "^7.27.1" |
| 1865 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 1866 | + |
1810 | 1867 | "@bcoe/v8-coverage@^1.0.1":
|
1811 | 1868 | version "1.0.1"
|
1812 | 1869 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"
|
|
0 commit comments