|
71 | 71 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
|
72 | 72 | integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
|
73 | 73 |
|
74 |
| - |
75 |
| - version "7.27.1" |
76 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6" |
77 |
| - integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ== |
| 74 | + |
| 75 | + version "7.27.3" |
| 76 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f" |
| 77 | + integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA== |
78 | 78 | dependencies:
|
79 | 79 | "@ampproject/remapping" "^2.2.0"
|
80 | 80 | "@babel/code-frame" "^7.27.1"
|
81 |
| - "@babel/generator" "^7.27.1" |
82 |
| - "@babel/helper-compilation-targets" "^7.27.1" |
83 |
| - "@babel/helper-module-transforms" "^7.27.1" |
84 |
| - "@babel/helpers" "^7.27.1" |
85 |
| - "@babel/parser" "^7.27.1" |
86 |
| - "@babel/template" "^7.27.1" |
87 |
| - "@babel/traverse" "^7.27.1" |
88 |
| - "@babel/types" "^7.27.1" |
| 81 | + "@babel/generator" "^7.27.3" |
| 82 | + "@babel/helper-compilation-targets" "^7.27.2" |
| 83 | + "@babel/helper-module-transforms" "^7.27.3" |
| 84 | + "@babel/helpers" "^7.27.3" |
| 85 | + "@babel/parser" "^7.27.3" |
| 86 | + "@babel/template" "^7.27.2" |
| 87 | + "@babel/traverse" "^7.27.3" |
| 88 | + "@babel/types" "^7.27.3" |
89 | 89 | convert-source-map "^2.0.0"
|
90 | 90 | debug "^4.1.0"
|
91 | 91 | gensync "^1.0.0-beta.2"
|
|
133 | 133 | "@jridgewell/trace-mapping" "^0.3.25"
|
134 | 134 | jsesc "^3.0.2"
|
135 | 135 |
|
| 136 | +"@babel/generator@^7.27.3": |
| 137 | + version "7.27.3" |
| 138 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc" |
| 139 | + integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q== |
| 140 | + dependencies: |
| 141 | + "@babel/parser" "^7.27.3" |
| 142 | + "@babel/types" "^7.27.3" |
| 143 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 144 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 145 | + jsesc "^3.0.2" |
| 146 | + |
136 | 147 | "@babel/helper-annotate-as-pure@^7.16.7":
|
137 | 148 | version "7.16.7"
|
138 | 149 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
|
|
382 | 393 | "@babel/helper-validator-identifier" "^7.27.1"
|
383 | 394 | "@babel/traverse" "^7.27.1"
|
384 | 395 |
|
| 396 | +"@babel/helper-module-transforms@^7.27.3": |
| 397 | + version "7.27.3" |
| 398 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02" |
| 399 | + integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg== |
| 400 | + dependencies: |
| 401 | + "@babel/helper-module-imports" "^7.27.1" |
| 402 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 403 | + "@babel/traverse" "^7.27.3" |
| 404 | + |
385 | 405 | "@babel/helper-optimise-call-expression@^7.16.7":
|
386 | 406 | version "7.16.7"
|
387 | 407 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz#a34e3560605abbd31a18546bd2aad3e6d9a174f2"
|
|
556 | 576 | "@babel/traverse" "^7.17.0"
|
557 | 577 | "@babel/types" "^7.17.0"
|
558 | 578 |
|
559 |
| -"@babel/helpers@^7.27.1": |
560 |
| - version "7.27.1" |
561 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4" |
562 |
| - integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ== |
| 579 | +"@babel/helpers@^7.27.3": |
| 580 | + version "7.27.3" |
| 581 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0" |
| 582 | + integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg== |
563 | 583 | dependencies:
|
564 |
| - "@babel/template" "^7.27.1" |
565 |
| - "@babel/types" "^7.27.1" |
| 584 | + "@babel/template" "^7.27.2" |
| 585 | + "@babel/types" "^7.27.3" |
566 | 586 |
|
567 | 587 | "@babel/highlight@^7.16.7":
|
568 | 588 | version "7.16.10"
|
|
594 | 614 | dependencies:
|
595 | 615 | "@babel/types" "^7.27.1"
|
596 | 616 |
|
| 617 | +"@babel/parser@^7.27.2", "@babel/parser@^7.27.3": |
| 618 | + version "7.27.3" |
| 619 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf" |
| 620 | + integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw== |
| 621 | + dependencies: |
| 622 | + "@babel/types" "^7.27.3" |
| 623 | + |
597 | 624 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
|
598 | 625 | version "7.27.1"
|
599 | 626 | 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"
|
|
1830 | 1857 | "@babel/parser" "^7.27.1"
|
1831 | 1858 | "@babel/types" "^7.27.1"
|
1832 | 1859 |
|
| 1860 | +"@babel/template@^7.27.2": |
| 1861 | + version "7.27.2" |
| 1862 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 1863 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
| 1864 | + dependencies: |
| 1865 | + "@babel/code-frame" "^7.27.1" |
| 1866 | + "@babel/parser" "^7.27.2" |
| 1867 | + "@babel/types" "^7.27.1" |
| 1868 | + |
1833 | 1869 | "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.0", "@babel/traverse@^7.17.3":
|
1834 | 1870 | version "7.17.3"
|
1835 | 1871 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
|
|
1859 | 1895 | debug "^4.3.1"
|
1860 | 1896 | globals "^11.1.0"
|
1861 | 1897 |
|
| 1898 | +"@babel/traverse@^7.27.3": |
| 1899 | + version "7.27.3" |
| 1900 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae" |
| 1901 | + integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ== |
| 1902 | + dependencies: |
| 1903 | + "@babel/code-frame" "^7.27.1" |
| 1904 | + "@babel/generator" "^7.27.3" |
| 1905 | + "@babel/parser" "^7.27.3" |
| 1906 | + "@babel/template" "^7.27.2" |
| 1907 | + "@babel/types" "^7.27.3" |
| 1908 | + debug "^4.3.1" |
| 1909 | + globals "^11.1.0" |
| 1910 | + |
1862 | 1911 | "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.4.4":
|
1863 | 1912 | version "7.17.0"
|
1864 | 1913 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b"
|
|
1883 | 1932 | "@babel/helper-string-parser" "^7.27.1"
|
1884 | 1933 | "@babel/helper-validator-identifier" "^7.27.1"
|
1885 | 1934 |
|
| 1935 | +"@babel/types@^7.27.3": |
| 1936 | + version "7.27.3" |
| 1937 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec" |
| 1938 | + integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw== |
| 1939 | + dependencies: |
| 1940 | + "@babel/helper-string-parser" "^7.27.1" |
| 1941 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 1942 | + |
1886 | 1943 | "@bcoe/v8-coverage@^1.0.1":
|
1887 | 1944 | version "1.0.1"
|
1888 | 1945 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"
|
|
0 commit comments