|
18 | 18 | js-tokens "^4.0.0" |
19 | 19 | picocolors "^1.1.1" |
20 | 20 |
|
21 | | -"@babel/compat-data@^7.28.6", "@babel/compat-data@^7.29.0": |
22 | | - version "7.29.0" |
23 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d" |
24 | | - integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg== |
| 21 | +"@babel/compat-data@^7.28.6", "@babel/compat-data@^7.29.3": |
| 22 | + version "7.29.3" |
| 23 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.3.tgz#e3f5347f0589596c91d227ccb6a541d37fb1307b" |
| 24 | + integrity sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg== |
25 | 25 |
|
26 | 26 | "@babel/core@^7.1.2", "@babel/core@^7.12.3", "@babel/core@^7.23.9", "@babel/core@^7.27.4": |
27 | 27 | version "7.29.0" |
|
297 | 297 | dependencies: |
298 | 298 | "@babel/helper-plugin-utils" "^7.27.1" |
299 | 299 |
|
| 300 | +"@babel/plugin-bugfix-safari-rest-destructuring-rhs-array@^7.29.3": |
| 301 | + version "7.29.3" |
| 302 | + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-rest-destructuring-rhs-array/-/plugin-bugfix-safari-rest-destructuring-rhs-array-7.29.3.tgz#2e14f9335803d892ccb67ef487e23cf9726156fe" |
| 303 | + integrity sha512-SRS46DFR4HqzUzCVgi90/xMoL+zeBDBvWdKYXSEzh79kXswNFEglUpMKxR04//dPqwYXWUBJ3mpUd933ru9Kmg== |
| 304 | + dependencies: |
| 305 | + "@babel/helper-plugin-utils" "^7.28.6" |
| 306 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" |
| 307 | + |
300 | 308 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.27.1": |
301 | 309 | version "7.27.1" |
302 | 310 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz#e134a5479eb2ba9c02714e8c1ebf1ec9076124fd" |
|
851 | 859 | "@babel/helper-plugin-utils" "^7.28.6" |
852 | 860 |
|
853 | 861 | "@babel/preset-env@^7.1.0": |
854 | | - version "7.29.2" |
855 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.2.tgz#5a173f22c7d8df362af1c9fe31facd320de4a86c" |
856 | | - integrity sha512-DYD23veRYGvBFhcTY1iUvJnDNpuqNd/BzBwCvzOTKUnJjKg5kpUBh3/u9585Agdkgj+QuygG7jLfOPWMa2KVNw== |
| 862 | + version "7.29.3" |
| 863 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.3.tgz#2bbd5b0162e6a762adfe356f4aecdef837a3d574" |
| 864 | + integrity sha512-ySZypNLAIH1ClygLDQzVMoGQRViATnkHkYYV6TcNDz+8+jwZCdsguGvsb3EY5d9wyWyhmF1iSuFM0Yh5XPnqSA== |
857 | 865 | dependencies: |
858 | | - "@babel/compat-data" "^7.29.0" |
| 866 | + "@babel/compat-data" "^7.29.3" |
859 | 867 | "@babel/helper-compilation-targets" "^7.28.6" |
860 | 868 | "@babel/helper-plugin-utils" "^7.28.6" |
861 | 869 | "@babel/helper-validator-option" "^7.27.1" |
862 | 870 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.28.5" |
863 | 871 | "@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1" |
864 | 872 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1" |
| 873 | + "@babel/plugin-bugfix-safari-rest-destructuring-rhs-array" "^7.29.3" |
865 | 874 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1" |
866 | 875 | "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.28.6" |
867 | 876 | "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2" |
|
0 commit comments