|
146 | 146 | "@babel/traverse" "^7.28.5" |
147 | 147 | "@babel/types" "^7.28.5" |
148 | 148 |
|
149 | | -"@babel/helper-module-imports@^7.22.15": |
| 149 | +"@babel/helper-module-imports@^7.22.15", "@babel/helper-module-imports@^7.28.6": |
150 | 150 | version "7.28.6" |
151 | 151 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c" |
152 | 152 | integrity sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw== |
|
171 | 171 | "@babel/helper-validator-identifier" "^7.27.1" |
172 | 172 | "@babel/traverse" "^7.28.3" |
173 | 173 |
|
| 174 | +"@babel/helper-module-transforms@^7.28.6": |
| 175 | + version "7.28.6" |
| 176 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e" |
| 177 | + integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA== |
| 178 | + dependencies: |
| 179 | + "@babel/helper-module-imports" "^7.28.6" |
| 180 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 181 | + "@babel/traverse" "^7.28.6" |
| 182 | + |
174 | 183 | "@babel/helper-optimise-call-expression@^7.27.1": |
175 | 184 | version "7.27.1" |
176 | 185 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200" |
|
183 | 192 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c" |
184 | 193 | integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw== |
185 | 194 |
|
| 195 | +"@babel/helper-plugin-utils@^7.28.6": |
| 196 | + version "7.28.6" |
| 197 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz#6f13ea251b68c8532e985fd532f28741a8af9ac8" |
| 198 | + integrity sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug== |
| 199 | + |
186 | 200 | "@babel/helper-remap-async-to-generator@^7.27.1": |
187 | 201 | version "7.27.1" |
188 | 202 | resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz#4601d5c7ce2eb2aea58328d43725523fcd362ce6" |
|
666 | 680 | "@babel/helper-plugin-utils" "^7.27.1" |
667 | 681 |
|
668 | 682 | "@babel/plugin-transform-modules-systemjs@^7.28.5": |
669 | | - version "7.28.5" |
670 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz#7439e592a92d7670dfcb95d0cbc04bd3e64801d2" |
671 | | - integrity sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew== |
| 683 | + version "7.29.4" |
| 684 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.4.tgz#f621105da99919c15cf4bde6fcc7346ef95e7b20" |
| 685 | + integrity sha512-N7QmZ0xRZfjHOfZeQLJjwgX2zS9pdGHSVl/cjSGlo4dXMqvurfxXDMKY4RqEKzPozV78VMcd0lxyG13mlbKc4w== |
672 | 686 | dependencies: |
673 | | - "@babel/helper-module-transforms" "^7.28.3" |
674 | | - "@babel/helper-plugin-utils" "^7.27.1" |
| 687 | + "@babel/helper-module-transforms" "^7.28.6" |
| 688 | + "@babel/helper-plugin-utils" "^7.28.6" |
675 | 689 | "@babel/helper-validator-identifier" "^7.28.5" |
676 | | - "@babel/traverse" "^7.28.5" |
| 690 | + "@babel/traverse" "^7.29.0" |
677 | 691 |
|
678 | 692 | "@babel/plugin-transform-modules-umd@^7.27.1": |
679 | 693 | version "7.27.1" |
|
0 commit comments