|
69 | 69 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.6.tgz#103f466803fa0f059e82ccac271475470570d74c" |
70 | 70 | integrity sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg== |
71 | 71 |
|
72 | | -"@babel/compat-data@^7.29.0": |
73 | | - version "7.29.0" |
74 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d" |
75 | | - integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg== |
| 72 | +"@babel/compat-data@^7.29.3": |
| 73 | + version "7.29.3" |
| 74 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.3.tgz#e3f5347f0589596c91d227ccb6a541d37fb1307b" |
| 75 | + integrity sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg== |
76 | 76 |
|
77 | 77 | "@babel/core@^7.11.6", "@babel/core@^7.12.3": |
78 | 78 | version "7.22.9" |
|
542 | 542 | dependencies: |
543 | 543 | "@babel/helper-plugin-utils" "^7.27.1" |
544 | 544 |
|
| 545 | +"@babel/plugin-bugfix-safari-rest-destructuring-rhs-array@^7.29.3": |
| 546 | + version "7.29.3" |
| 547 | + 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" |
| 548 | + integrity sha512-SRS46DFR4HqzUzCVgi90/xMoL+zeBDBvWdKYXSEzh79kXswNFEglUpMKxR04//dPqwYXWUBJ3mpUd933ru9Kmg== |
| 549 | + dependencies: |
| 550 | + "@babel/helper-plugin-utils" "^7.28.6" |
| 551 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" |
| 552 | + |
545 | 553 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.27.1": |
546 | 554 | version "7.27.1" |
547 | 555 | 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" |
|
1089 | 1097 | "@babel/helper-create-regexp-features-plugin" "^7.28.5" |
1090 | 1098 | "@babel/helper-plugin-utils" "^7.28.6" |
1091 | 1099 |
|
1092 | | -"@babel/preset-env@7.29.0": |
1093 | | - version "7.29.0" |
1094 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.0.tgz#c55db400c515a303662faaefd2d87e796efa08d0" |
1095 | | - integrity sha512-fNEdfc0yi16lt6IZo2Qxk3knHVdfMYX33czNb4v8yWhemoBhibCpQK/uYHtSKIiO+p/zd3+8fYVXhQdOVV608w== |
| 1100 | +"@babel/preset-env@7.29.3": |
| 1101 | + version "7.29.3" |
| 1102 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.3.tgz#2bbd5b0162e6a762adfe356f4aecdef837a3d574" |
| 1103 | + integrity sha512-ySZypNLAIH1ClygLDQzVMoGQRViATnkHkYYV6TcNDz+8+jwZCdsguGvsb3EY5d9wyWyhmF1iSuFM0Yh5XPnqSA== |
1096 | 1104 | dependencies: |
1097 | | - "@babel/compat-data" "^7.29.0" |
| 1105 | + "@babel/compat-data" "^7.29.3" |
1098 | 1106 | "@babel/helper-compilation-targets" "^7.28.6" |
1099 | 1107 | "@babel/helper-plugin-utils" "^7.28.6" |
1100 | 1108 | "@babel/helper-validator-option" "^7.27.1" |
1101 | 1109 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.28.5" |
1102 | 1110 | "@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1" |
1103 | 1111 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1" |
| 1112 | + "@babel/plugin-bugfix-safari-rest-destructuring-rhs-array" "^7.29.3" |
1104 | 1113 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1" |
1105 | 1114 | "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.28.6" |
1106 | 1115 | "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2" |
|
0 commit comments