|
102 | 102 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9" |
103 | 103 | integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ== |
104 | 104 |
|
105 | | -"@babel/core@7.27.1", "@babel/core@^7.26.10": |
106 | | - version "7.27.1" |
107 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6" |
108 | | - integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ== |
| 105 | +"@babel/core@7.27.3": |
| 106 | + version "7.27.3" |
| 107 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f" |
| 108 | + integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA== |
109 | 109 | dependencies: |
110 | 110 | "@ampproject/remapping" "^2.2.0" |
111 | 111 | "@babel/code-frame" "^7.27.1" |
112 | | - "@babel/generator" "^7.27.1" |
113 | | - "@babel/helper-compilation-targets" "^7.27.1" |
114 | | - "@babel/helper-module-transforms" "^7.27.1" |
115 | | - "@babel/helpers" "^7.27.1" |
116 | | - "@babel/parser" "^7.27.1" |
117 | | - "@babel/template" "^7.27.1" |
118 | | - "@babel/traverse" "^7.27.1" |
119 | | - "@babel/types" "^7.27.1" |
| 112 | + "@babel/generator" "^7.27.3" |
| 113 | + "@babel/helper-compilation-targets" "^7.27.2" |
| 114 | + "@babel/helper-module-transforms" "^7.27.3" |
| 115 | + "@babel/helpers" "^7.27.3" |
| 116 | + "@babel/parser" "^7.27.3" |
| 117 | + "@babel/template" "^7.27.2" |
| 118 | + "@babel/traverse" "^7.27.3" |
| 119 | + "@babel/types" "^7.27.3" |
120 | 120 | convert-source-map "^2.0.0" |
121 | 121 | debug "^4.1.0" |
122 | 122 | gensync "^1.0.0-beta.2" |
|
186 | 186 | json5 "^2.2.3" |
187 | 187 | semver "^6.3.1" |
188 | 188 |
|
| 189 | +"@babel/core@^7.26.10": |
| 190 | + version "7.27.1" |
| 191 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6" |
| 192 | + integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ== |
| 193 | + dependencies: |
| 194 | + "@ampproject/remapping" "^2.2.0" |
| 195 | + "@babel/code-frame" "^7.27.1" |
| 196 | + "@babel/generator" "^7.27.1" |
| 197 | + "@babel/helper-compilation-targets" "^7.27.1" |
| 198 | + "@babel/helper-module-transforms" "^7.27.1" |
| 199 | + "@babel/helpers" "^7.27.1" |
| 200 | + "@babel/parser" "^7.27.1" |
| 201 | + "@babel/template" "^7.27.1" |
| 202 | + "@babel/traverse" "^7.27.1" |
| 203 | + "@babel/types" "^7.27.1" |
| 204 | + convert-source-map "^2.0.0" |
| 205 | + debug "^4.1.0" |
| 206 | + gensync "^1.0.0-beta.2" |
| 207 | + json5 "^2.2.3" |
| 208 | + semver "^6.3.1" |
| 209 | + |
189 | 210 | "@babel/generator@^7.22.5": |
190 | 211 | version "7.22.5" |
191 | 212 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.5.tgz#1e7bf768688acfb05cf30b2369ef855e82d984f7" |
|
228 | 249 | "@jridgewell/trace-mapping" "^0.3.25" |
229 | 250 | jsesc "^3.0.2" |
230 | 251 |
|
| 252 | +"@babel/generator@^7.27.3": |
| 253 | + version "7.27.3" |
| 254 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc" |
| 255 | + integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q== |
| 256 | + dependencies: |
| 257 | + "@babel/parser" "^7.27.3" |
| 258 | + "@babel/types" "^7.27.3" |
| 259 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 260 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 261 | + jsesc "^3.0.2" |
| 262 | + |
231 | 263 | "@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.22.5": |
232 | 264 | version "7.22.5" |
233 | 265 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882" |
|
471 | 503 | "@babel/helper-validator-identifier" "^7.27.1" |
472 | 504 | "@babel/traverse" "^7.27.1" |
473 | 505 |
|
| 506 | +"@babel/helper-module-transforms@^7.27.3": |
| 507 | + version "7.27.3" |
| 508 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02" |
| 509 | + integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg== |
| 510 | + dependencies: |
| 511 | + "@babel/helper-module-imports" "^7.27.1" |
| 512 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 513 | + "@babel/traverse" "^7.27.3" |
| 514 | + |
474 | 515 | "@babel/helper-optimise-call-expression@^7.22.5": |
475 | 516 | version "7.22.5" |
476 | 517 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e" |
|
674 | 715 | "@babel/template" "^7.27.1" |
675 | 716 | "@babel/types" "^7.27.1" |
676 | 717 |
|
| 718 | +"@babel/helpers@^7.27.3": |
| 719 | + version "7.27.3" |
| 720 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0" |
| 721 | + integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg== |
| 722 | + dependencies: |
| 723 | + "@babel/template" "^7.27.2" |
| 724 | + "@babel/types" "^7.27.3" |
| 725 | + |
677 | 726 | "@babel/highlight@^7.22.13": |
678 | 727 | version "7.22.13" |
679 | 728 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.13.tgz#9cda839e5d3be9ca9e8c26b6dd69e7548f0cbf16" |
|
730 | 779 | dependencies: |
731 | 780 | "@babel/types" "^7.27.1" |
732 | 781 |
|
| 782 | +"@babel/parser@^7.27.3": |
| 783 | + version "7.27.3" |
| 784 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf" |
| 785 | + integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw== |
| 786 | + dependencies: |
| 787 | + "@babel/types" "^7.27.3" |
| 788 | + |
733 | 789 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1": |
734 | 790 | version "7.27.1" |
735 | 791 | 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" |
|
1478 | 1534 | "@babel/parser" "^7.26.9" |
1479 | 1535 | "@babel/types" "^7.26.9" |
1480 | 1536 |
|
1481 | | -"@babel/template@^7.27.1": |
| 1537 | +"@babel/template@^7.27.1", "@babel/template@^7.27.2": |
1482 | 1538 | version "7.27.2" |
1483 | 1539 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
1484 | 1540 | integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
|
1529 | 1585 | debug "^4.3.1" |
1530 | 1586 | globals "^11.1.0" |
1531 | 1587 |
|
| 1588 | +"@babel/traverse@^7.27.3": |
| 1589 | + version "7.27.3" |
| 1590 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae" |
| 1591 | + integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ== |
| 1592 | + dependencies: |
| 1593 | + "@babel/code-frame" "^7.27.1" |
| 1594 | + "@babel/generator" "^7.27.3" |
| 1595 | + "@babel/parser" "^7.27.3" |
| 1596 | + "@babel/template" "^7.27.2" |
| 1597 | + "@babel/types" "^7.27.3" |
| 1598 | + debug "^4.3.1" |
| 1599 | + globals "^11.1.0" |
| 1600 | + |
1532 | 1601 | "@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.5", "@babel/types@^7.3.3": |
1533 | 1602 | version "7.22.5" |
1534 | 1603 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe" |
|
1581 | 1650 | "@babel/helper-string-parser" "^7.27.1" |
1582 | 1651 | "@babel/helper-validator-identifier" "^7.27.1" |
1583 | 1652 |
|
| 1653 | +"@babel/types@^7.27.3": |
| 1654 | + version "7.27.3" |
| 1655 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec" |
| 1656 | + integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw== |
| 1657 | + dependencies: |
| 1658 | + "@babel/helper-string-parser" "^7.27.1" |
| 1659 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 1660 | + |
1584 | 1661 | "@bcoe/v8-coverage@^0.2.3": |
1585 | 1662 | version "0.2.3" |
1586 | 1663 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
0 commit comments