Skip to content

Commit 7fcb4c6

Browse files
build(deps): bump @babel/plugin-transform-modules-systemjs
Bumps [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) from 7.28.5 to 7.29.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.4/packages/babel-plugin-transform-modules-systemjs) --- updated-dependencies: - dependency-name: "@babel/plugin-transform-modules-systemjs" dependency-version: 7.29.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c6e95a commit 7fcb4c6

1 file changed

Lines changed: 85 additions & 6 deletions

File tree

yarn.lock

Lines changed: 85 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@
5959
js-tokens "^4.0.0"
6060
picocolors "^1.1.1"
6161

62+
"@babel/code-frame@^7.28.6", "@babel/code-frame@^7.29.0":
63+
version "7.29.0"
64+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c"
65+
integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==
66+
dependencies:
67+
"@babel/helper-validator-identifier" "^7.28.5"
68+
js-tokens "^4.0.0"
69+
picocolors "^1.1.1"
70+
6271
"@babel/compat-data@^7.27.2", "@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.5":
6372
version "7.28.5"
6473
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz#a8a4962e1567121ac0b3b487f52107443b455c7f"
@@ -105,6 +114,17 @@
105114
"@jridgewell/trace-mapping" "^0.3.28"
106115
jsesc "^3.0.2"
107116

117+
"@babel/generator@^7.29.0":
118+
version "7.29.1"
119+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.1.tgz#d09876290111abbb00ef962a7b83a5307fba0d50"
120+
integrity sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==
121+
dependencies:
122+
"@babel/parser" "^7.29.0"
123+
"@babel/types" "^7.29.0"
124+
"@jridgewell/gen-mapping" "^0.3.12"
125+
"@jridgewell/trace-mapping" "^0.3.28"
126+
jsesc "^3.0.2"
127+
108128
"@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3":
109129
version "7.27.3"
110130
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5"
@@ -177,6 +197,14 @@
177197
"@babel/traverse" "^7.27.1"
178198
"@babel/types" "^7.27.1"
179199

200+
"@babel/helper-module-imports@^7.28.6":
201+
version "7.28.6"
202+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c"
203+
integrity sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==
204+
dependencies:
205+
"@babel/traverse" "^7.28.6"
206+
"@babel/types" "^7.28.6"
207+
180208
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3":
181209
version "7.28.3"
182210
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
@@ -186,6 +214,15 @@
186214
"@babel/helper-validator-identifier" "^7.27.1"
187215
"@babel/traverse" "^7.28.3"
188216

217+
"@babel/helper-module-transforms@^7.28.6":
218+
version "7.28.6"
219+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
220+
integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==
221+
dependencies:
222+
"@babel/helper-module-imports" "^7.28.6"
223+
"@babel/helper-validator-identifier" "^7.28.5"
224+
"@babel/traverse" "^7.28.6"
225+
189226
"@babel/helper-optimise-call-expression@^7.27.1":
190227
version "7.27.1"
191228
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
@@ -198,6 +235,11 @@
198235
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c"
199236
integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==
200237

238+
"@babel/helper-plugin-utils@^7.28.6":
239+
version "7.28.6"
240+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz#6f13ea251b68c8532e985fd532f28741a8af9ac8"
241+
integrity sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==
242+
201243
"@babel/helper-remap-async-to-generator@^7.27.1":
202244
version "7.27.1"
203245
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz#4601d5c7ce2eb2aea58328d43725523fcd362ce6"
@@ -263,6 +305,13 @@
263305
dependencies:
264306
"@babel/types" "^7.28.5"
265307

308+
"@babel/parser@^7.28.6", "@babel/parser@^7.29.0":
309+
version "7.29.3"
310+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.3.tgz#116f70a77958307fceac27747573032f8a62f88e"
311+
integrity sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==
312+
dependencies:
313+
"@babel/types" "^7.29.0"
314+
266315
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5":
267316
version "7.28.5"
268317
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz#fbde57974707bbfa0376d34d425ff4fa6c732421"
@@ -557,14 +606,14 @@
557606
"@babel/helper-plugin-utils" "^7.27.1"
558607

559608
"@babel/plugin-transform-modules-systemjs@^7.28.5":
560-
version "7.28.5"
561-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz#7439e592a92d7670dfcb95d0cbc04bd3e64801d2"
562-
integrity sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==
609+
version "7.29.4"
610+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.4.tgz#f621105da99919c15cf4bde6fcc7346ef95e7b20"
611+
integrity sha512-N7QmZ0xRZfjHOfZeQLJjwgX2zS9pdGHSVl/cjSGlo4dXMqvurfxXDMKY4RqEKzPozV78VMcd0lxyG13mlbKc4w==
563612
dependencies:
564-
"@babel/helper-module-transforms" "^7.28.3"
565-
"@babel/helper-plugin-utils" "^7.27.1"
613+
"@babel/helper-module-transforms" "^7.28.6"
614+
"@babel/helper-plugin-utils" "^7.28.6"
566615
"@babel/helper-validator-identifier" "^7.28.5"
567-
"@babel/traverse" "^7.28.5"
616+
"@babel/traverse" "^7.29.0"
568617

569618
"@babel/plugin-transform-modules-umd@^7.27.1":
570619
version "7.27.1"
@@ -924,6 +973,15 @@
924973
"@babel/parser" "^7.27.2"
925974
"@babel/types" "^7.27.1"
926975

976+
"@babel/template@^7.28.6":
977+
version "7.28.6"
978+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57"
979+
integrity sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==
980+
dependencies:
981+
"@babel/code-frame" "^7.28.6"
982+
"@babel/parser" "^7.28.6"
983+
"@babel/types" "^7.28.6"
984+
927985
"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4", "@babel/traverse@^7.28.5":
928986
version "7.28.5"
929987
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
@@ -937,6 +995,19 @@
937995
"@babel/types" "^7.28.5"
938996
debug "^4.3.1"
939997

998+
"@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0":
999+
version "7.29.0"
1000+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a"
1001+
integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==
1002+
dependencies:
1003+
"@babel/code-frame" "^7.29.0"
1004+
"@babel/generator" "^7.29.0"
1005+
"@babel/helper-globals" "^7.28.0"
1006+
"@babel/parser" "^7.29.0"
1007+
"@babel/template" "^7.28.6"
1008+
"@babel/types" "^7.29.0"
1009+
debug "^4.3.1"
1010+
9401011
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.28.5", "@babel/types@^7.4.4":
9411012
version "7.28.5"
9421013
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
@@ -945,6 +1016,14 @@
9451016
"@babel/helper-string-parser" "^7.27.1"
9461017
"@babel/helper-validator-identifier" "^7.28.5"
9471018

1019+
"@babel/types@^7.28.6", "@babel/types@^7.29.0":
1020+
version "7.29.0"
1021+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7"
1022+
integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==
1023+
dependencies:
1024+
"@babel/helper-string-parser" "^7.27.1"
1025+
"@babel/helper-validator-identifier" "^7.28.5"
1026+
9481027
"@bcoe/v8-coverage@^1.0.2":
9491028
version "1.0.2"
9501029
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.2.tgz#bbe12dca5b4ef983a0d0af4b07b9bc90ea0ababa"

0 commit comments

Comments
 (0)