|
86 | 86 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
|
87 | 87 | integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
|
88 | 88 |
|
89 |
| -"@babel/core@7.27.1": |
90 |
| - version "7.27.1" |
91 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6" |
92 |
| - integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ== |
| 89 | +"@babel/core@7.27.3": |
| 90 | + version "7.27.3" |
| 91 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f" |
| 92 | + integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA== |
93 | 93 | dependencies:
|
94 | 94 | "@ampproject/remapping" "^2.2.0"
|
95 | 95 | "@babel/code-frame" "^7.27.1"
|
96 |
| - "@babel/generator" "^7.27.1" |
97 |
| - "@babel/helper-compilation-targets" "^7.27.1" |
98 |
| - "@babel/helper-module-transforms" "^7.27.1" |
99 |
| - "@babel/helpers" "^7.27.1" |
100 |
| - "@babel/parser" "^7.27.1" |
101 |
| - "@babel/template" "^7.27.1" |
102 |
| - "@babel/traverse" "^7.27.1" |
103 |
| - "@babel/types" "^7.27.1" |
| 96 | + "@babel/generator" "^7.27.3" |
| 97 | + "@babel/helper-compilation-targets" "^7.27.2" |
| 98 | + "@babel/helper-module-transforms" "^7.27.3" |
| 99 | + "@babel/helpers" "^7.27.3" |
| 100 | + "@babel/parser" "^7.27.3" |
| 101 | + "@babel/template" "^7.27.2" |
| 102 | + "@babel/traverse" "^7.27.3" |
| 103 | + "@babel/types" "^7.27.3" |
104 | 104 | convert-source-map "^2.0.0"
|
105 | 105 | debug "^4.1.0"
|
106 | 106 | gensync "^1.0.0-beta.2"
|
|
148 | 148 | "@jridgewell/trace-mapping" "^0.3.25"
|
149 | 149 | jsesc "^3.0.2"
|
150 | 150 |
|
| 151 | +"@babel/generator@^7.27.3": |
| 152 | + version "7.27.3" |
| 153 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc" |
| 154 | + integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q== |
| 155 | + dependencies: |
| 156 | + "@babel/parser" "^7.27.3" |
| 157 | + "@babel/types" "^7.27.3" |
| 158 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 159 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 160 | + jsesc "^3.0.2" |
| 161 | + |
151 | 162 | "@babel/helper-annotate-as-pure@^7.16.0":
|
152 | 163 | version "7.16.0"
|
153 | 164 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
|
|
397 | 408 | "@babel/helper-validator-identifier" "^7.27.1"
|
398 | 409 | "@babel/traverse" "^7.27.1"
|
399 | 410 |
|
| 411 | +"@babel/helper-module-transforms@^7.27.3": |
| 412 | + version "7.27.3" |
| 413 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02" |
| 414 | + integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg== |
| 415 | + dependencies: |
| 416 | + "@babel/helper-module-imports" "^7.27.1" |
| 417 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 418 | + "@babel/traverse" "^7.27.3" |
| 419 | + |
400 | 420 | "@babel/helper-optimise-call-expression@^7.16.0":
|
401 | 421 | version "7.16.0"
|
402 | 422 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338"
|
|
571 | 591 | "@babel/traverse" "^7.16.5"
|
572 | 592 | "@babel/types" "^7.16.0"
|
573 | 593 |
|
574 |
| -"@babel/helpers@^7.27.1": |
575 |
| - version "7.27.1" |
576 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4" |
577 |
| - integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ== |
| 594 | +"@babel/helpers@^7.27.3": |
| 595 | + version "7.27.3" |
| 596 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0" |
| 597 | + integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg== |
578 | 598 | dependencies:
|
579 |
| - "@babel/template" "^7.27.1" |
580 |
| - "@babel/types" "^7.27.1" |
| 599 | + "@babel/template" "^7.27.2" |
| 600 | + "@babel/types" "^7.27.3" |
581 | 601 |
|
582 | 602 | "@babel/highlight@^7.16.0":
|
583 | 603 | version "7.16.0"
|
|
609 | 629 | dependencies:
|
610 | 630 | "@babel/types" "^7.27.1"
|
611 | 631 |
|
| 632 | +"@babel/parser@^7.27.2", "@babel/parser@^7.27.3": |
| 633 | + version "7.27.3" |
| 634 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf" |
| 635 | + integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw== |
| 636 | + dependencies: |
| 637 | + "@babel/types" "^7.27.3" |
| 638 | + |
612 | 639 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
|
613 | 640 | version "7.27.1"
|
614 | 641 | 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"
|
|
1844 | 1871 | "@babel/parser" "^7.27.1"
|
1845 | 1872 | "@babel/types" "^7.27.1"
|
1846 | 1873 |
|
| 1874 | +"@babel/template@^7.27.2": |
| 1875 | + version "7.27.2" |
| 1876 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 1877 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
| 1878 | + dependencies: |
| 1879 | + "@babel/code-frame" "^7.27.1" |
| 1880 | + "@babel/parser" "^7.27.2" |
| 1881 | + "@babel/types" "^7.27.1" |
| 1882 | + |
1847 | 1883 | "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.5":
|
1848 | 1884 | version "7.16.5"
|
1849 | 1885 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.5.tgz#d7d400a8229c714a59b87624fc67b0f1fbd4b2b3"
|
|
1873 | 1909 | debug "^4.3.1"
|
1874 | 1910 | globals "^11.1.0"
|
1875 | 1911 |
|
| 1912 | +"@babel/traverse@^7.27.3": |
| 1913 | + version "7.27.3" |
| 1914 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae" |
| 1915 | + integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ== |
| 1916 | + dependencies: |
| 1917 | + "@babel/code-frame" "^7.27.1" |
| 1918 | + "@babel/generator" "^7.27.3" |
| 1919 | + "@babel/parser" "^7.27.3" |
| 1920 | + "@babel/template" "^7.27.2" |
| 1921 | + "@babel/types" "^7.27.3" |
| 1922 | + debug "^4.3.1" |
| 1923 | + globals "^11.1.0" |
| 1924 | + |
1876 | 1925 | "@babel/types@^7.16.0", "@babel/types@^7.4.4":
|
1877 | 1926 | version "7.16.0"
|
1878 | 1927 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
|
|
1897 | 1946 | "@babel/helper-string-parser" "^7.27.1"
|
1898 | 1947 | "@babel/helper-validator-identifier" "^7.27.1"
|
1899 | 1948 |
|
| 1949 | +"@babel/types@^7.27.3": |
| 1950 | + version "7.27.3" |
| 1951 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec" |
| 1952 | + integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw== |
| 1953 | + dependencies: |
| 1954 | + "@babel/helper-string-parser" "^7.27.1" |
| 1955 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 1956 | + |
1900 | 1957 | "@bcoe/v8-coverage@^1.0.1":
|
1901 | 1958 | version "1.0.1"
|
1902 | 1959 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"
|
|
0 commit comments