Skip to content

Commit 371b898

Browse files
Bump @babel/plugin-transform-modules-systemjs from 7.27.1 to 7.29.4
Bumps [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) from 7.27.1 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 449fe57 commit 371b898

1 file changed

Lines changed: 91 additions & 7 deletions

File tree

yarn.lock

Lines changed: 91 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@
1111
js-tokens "^4.0.0"
1212
picocolors "^1.1.1"
1313

14+
"@babel/code-frame@^7.28.6", "@babel/code-frame@^7.29.0":
15+
version "7.29.0"
16+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c"
17+
integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==
18+
dependencies:
19+
"@babel/helper-validator-identifier" "^7.28.5"
20+
js-tokens "^4.0.0"
21+
picocolors "^1.1.1"
22+
1423
"@babel/compat-data@^7.27.2", "@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.0":
1524
version "7.28.4"
1625
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.4.tgz#96fdf1af1b8859c8474ab39c295312bfb7c24b04"
@@ -57,6 +66,17 @@
5766
"@jridgewell/trace-mapping" "^0.3.28"
5867
jsesc "^3.0.2"
5968

69+
"@babel/generator@^7.29.0":
70+
version "7.29.1"
71+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.1.tgz#d09876290111abbb00ef962a7b83a5307fba0d50"
72+
integrity sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==
73+
dependencies:
74+
"@babel/parser" "^7.29.0"
75+
"@babel/types" "^7.29.0"
76+
"@jridgewell/gen-mapping" "^0.3.12"
77+
"@jridgewell/trace-mapping" "^0.3.28"
78+
jsesc "^3.0.2"
79+
6080
"@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3":
6181
version "7.27.3"
6282
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5"
@@ -129,6 +149,14 @@
129149
"@babel/traverse" "^7.27.1"
130150
"@babel/types" "^7.27.1"
131151

152+
"@babel/helper-module-imports@^7.28.6":
153+
version "7.28.6"
154+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c"
155+
integrity sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==
156+
dependencies:
157+
"@babel/traverse" "^7.28.6"
158+
"@babel/types" "^7.28.6"
159+
132160
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3":
133161
version "7.28.3"
134162
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
@@ -138,6 +166,15 @@
138166
"@babel/helper-validator-identifier" "^7.27.1"
139167
"@babel/traverse" "^7.28.3"
140168

169+
"@babel/helper-module-transforms@^7.28.6":
170+
version "7.28.6"
171+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
172+
integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==
173+
dependencies:
174+
"@babel/helper-module-imports" "^7.28.6"
175+
"@babel/helper-validator-identifier" "^7.28.5"
176+
"@babel/traverse" "^7.28.6"
177+
141178
"@babel/helper-optimise-call-expression@^7.27.1":
142179
version "7.27.1"
143180
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
@@ -150,6 +187,11 @@
150187
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c"
151188
integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==
152189

190+
"@babel/helper-plugin-utils@^7.28.6":
191+
version "7.28.6"
192+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz#6f13ea251b68c8532e985fd532f28741a8af9ac8"
193+
integrity sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==
194+
153195
"@babel/helper-remap-async-to-generator@^7.27.1":
154196
version "7.27.1"
155197
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz#4601d5c7ce2eb2aea58328d43725523fcd362ce6"
@@ -186,6 +228,11 @@
186228
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
187229
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
188230

231+
"@babel/helper-validator-identifier@^7.28.5":
232+
version "7.28.5"
233+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
234+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
235+
189236
"@babel/helper-validator-option@^7.27.1":
190237
version "7.27.1"
191238
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
@@ -215,6 +262,13 @@
215262
dependencies:
216263
"@babel/types" "^7.28.4"
217264

265+
"@babel/parser@^7.28.6", "@babel/parser@^7.29.0":
266+
version "7.29.3"
267+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.3.tgz#116f70a77958307fceac27747573032f8a62f88e"
268+
integrity sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==
269+
dependencies:
270+
"@babel/types" "^7.29.0"
271+
218272
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
219273
version "7.27.1"
220274
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9"
@@ -626,14 +680,14 @@
626680
"@babel/helper-plugin-utils" "^7.27.1"
627681

628682
"@babel/plugin-transform-modules-systemjs@^7.27.1":
629-
version "7.27.1"
630-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz#00e05b61863070d0f3292a00126c16c0e024c4ed"
631-
integrity sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==
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==
632686
dependencies:
633-
"@babel/helper-module-transforms" "^7.27.1"
634-
"@babel/helper-plugin-utils" "^7.27.1"
635-
"@babel/helper-validator-identifier" "^7.27.1"
636-
"@babel/traverse" "^7.27.1"
687+
"@babel/helper-module-transforms" "^7.28.6"
688+
"@babel/helper-plugin-utils" "^7.28.6"
689+
"@babel/helper-validator-identifier" "^7.28.5"
690+
"@babel/traverse" "^7.29.0"
637691

638692
"@babel/plugin-transform-modules-umd@^7.27.1":
639693
version "7.27.1"
@@ -980,6 +1034,15 @@
9801034
"@babel/parser" "^7.27.2"
9811035
"@babel/types" "^7.27.1"
9821036

1037+
"@babel/template@^7.28.6":
1038+
version "7.28.6"
1039+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57"
1040+
integrity sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==
1041+
dependencies:
1042+
"@babel/code-frame" "^7.28.6"
1043+
"@babel/parser" "^7.28.6"
1044+
"@babel/types" "^7.28.6"
1045+
9831046
"@babel/traverse--for-generate-function-map@npm:@babel/traverse@^7.25.3":
9841047
version "7.28.4"
9851048
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b"
@@ -1006,6 +1069,19 @@
10061069
"@babel/types" "^7.28.4"
10071070
debug "^4.3.1"
10081071

1072+
"@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0":
1073+
version "7.29.0"
1074+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a"
1075+
integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==
1076+
dependencies:
1077+
"@babel/code-frame" "^7.29.0"
1078+
"@babel/generator" "^7.29.0"
1079+
"@babel/helper-globals" "^7.28.0"
1080+
"@babel/parser" "^7.29.0"
1081+
"@babel/template" "^7.28.6"
1082+
"@babel/types" "^7.29.0"
1083+
debug "^4.3.1"
1084+
10091085
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.2", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
10101086
version "7.28.4"
10111087
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
@@ -1014,6 +1090,14 @@
10141090
"@babel/helper-string-parser" "^7.27.1"
10151091
"@babel/helper-validator-identifier" "^7.27.1"
10161092

1093+
"@babel/types@^7.28.6", "@babel/types@^7.29.0":
1094+
version "7.29.0"
1095+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7"
1096+
integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==
1097+
dependencies:
1098+
"@babel/helper-string-parser" "^7.27.1"
1099+
"@babel/helper-validator-identifier" "^7.28.5"
1100+
10171101
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
10181102
version "4.9.0"
10191103
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"

0 commit comments

Comments
 (0)