|
27 | 27 | js-tokens "^4.0.0" |
28 | 28 | picocolors "^1.1.1" |
29 | 29 |
|
30 | | -"@babel/compat-data@^7.28.6", "@babel/compat-data@^7.29.0": |
31 | | - version "7.29.0" |
32 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d" |
33 | | - integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg== |
| 30 | +"@babel/compat-data@^7.28.6", "@babel/compat-data@^7.29.3": |
| 31 | + version "7.29.3" |
| 32 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.3.tgz#e3f5347f0589596c91d227ccb6a541d37fb1307b" |
| 33 | + integrity sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg== |
34 | 34 |
|
35 | 35 | "@babel/core@^7.23.9", "@babel/core@^7.27.4": |
36 | 36 | version "7.29.0" |
|
244 | 244 | dependencies: |
245 | 245 | "@babel/helper-plugin-utils" "^7.27.1" |
246 | 246 |
|
| 247 | +"@babel/plugin-bugfix-safari-rest-destructuring-rhs-array@^7.29.3": |
| 248 | + version "7.29.3" |
| 249 | + 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" |
| 250 | + integrity sha512-SRS46DFR4HqzUzCVgi90/xMoL+zeBDBvWdKYXSEzh79kXswNFEglUpMKxR04//dPqwYXWUBJ3mpUd933ru9Kmg== |
| 251 | + dependencies: |
| 252 | + "@babel/helper-plugin-utils" "^7.28.6" |
| 253 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" |
| 254 | + |
247 | 255 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.27.1": |
248 | 256 | version "7.27.1" |
249 | 257 | 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" |
|
798 | 806 | "@babel/helper-plugin-utils" "^7.28.6" |
799 | 807 |
|
800 | 808 | "@babel/preset-env@^7.23.9": |
801 | | - version "7.29.0" |
802 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.0.tgz#c55db400c515a303662faaefd2d87e796efa08d0" |
803 | | - integrity sha512-fNEdfc0yi16lt6IZo2Qxk3knHVdfMYX33czNb4v8yWhemoBhibCpQK/uYHtSKIiO+p/zd3+8fYVXhQdOVV608w== |
| 809 | + version "7.29.3" |
| 810 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.3.tgz#2bbd5b0162e6a762adfe356f4aecdef837a3d574" |
| 811 | + integrity sha512-ySZypNLAIH1ClygLDQzVMoGQRViATnkHkYYV6TcNDz+8+jwZCdsguGvsb3EY5d9wyWyhmF1iSuFM0Yh5XPnqSA== |
804 | 812 | dependencies: |
805 | | - "@babel/compat-data" "^7.29.0" |
| 813 | + "@babel/compat-data" "^7.29.3" |
806 | 814 | "@babel/helper-compilation-targets" "^7.28.6" |
807 | 815 | "@babel/helper-plugin-utils" "^7.28.6" |
808 | 816 | "@babel/helper-validator-option" "^7.27.1" |
809 | 817 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.28.5" |
810 | 818 | "@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1" |
811 | 819 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1" |
| 820 | + "@babel/plugin-bugfix-safari-rest-destructuring-rhs-array" "^7.29.3" |
812 | 821 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1" |
813 | 822 | "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.28.6" |
814 | 823 | "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2" |
|
0 commit comments