Skip to content

Commit eaeaca2

Browse files
chore(deps): bump @babel/plugin-transform-modules-systemjs in /website
Bumps [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) from 7.29.0 to 7.29.7. - [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.7/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 332b416 commit eaeaca2

1 file changed

Lines changed: 101 additions & 7 deletions

File tree

website/yarn.lock

Lines changed: 101 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,15 @@
182182
js-tokens "^4.0.0"
183183
picocolors "^1.1.1"
184184

185+
"@babel/code-frame@^7.29.7":
186+
version "7.29.7"
187+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7"
188+
integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==
189+
dependencies:
190+
"@babel/helper-validator-identifier" "^7.29.7"
191+
js-tokens "^4.0.0"
192+
picocolors "^1.1.1"
193+
185194
"@babel/compat-data@^7.28.6", "@babel/compat-data@^7.29.0":
186195
version "7.29.0"
187196
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d"
@@ -219,6 +228,17 @@
219228
"@jridgewell/trace-mapping" "^0.3.28"
220229
jsesc "^3.0.2"
221230

231+
"@babel/generator@^7.29.7":
232+
version "7.29.7"
233+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3"
234+
integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==
235+
dependencies:
236+
"@babel/parser" "^7.29.7"
237+
"@babel/types" "^7.29.7"
238+
"@jridgewell/gen-mapping" "^0.3.12"
239+
"@jridgewell/trace-mapping" "^0.3.28"
240+
jsesc "^3.0.2"
241+
222242
"@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3":
223243
version "7.27.3"
224244
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5"
@@ -275,6 +295,11 @@
275295
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
276296
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
277297

298+
"@babel/helper-globals@^7.29.7":
299+
version "7.29.7"
300+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b"
301+
integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==
302+
278303
"@babel/helper-member-expression-to-functions@^7.28.5":
279304
version "7.28.5"
280305
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz#f3e07a10be37ed7a63461c63e6929575945a6150"
@@ -291,6 +316,14 @@
291316
"@babel/traverse" "^7.28.6"
292317
"@babel/types" "^7.28.6"
293318

319+
"@babel/helper-module-imports@^7.29.7":
320+
version "7.29.7"
321+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396"
322+
integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==
323+
dependencies:
324+
"@babel/traverse" "^7.29.7"
325+
"@babel/types" "^7.29.7"
326+
294327
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.6":
295328
version "7.28.6"
296329
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
@@ -300,6 +333,15 @@
300333
"@babel/helper-validator-identifier" "^7.28.5"
301334
"@babel/traverse" "^7.28.6"
302335

336+
"@babel/helper-module-transforms@^7.29.7":
337+
version "7.29.7"
338+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz#b062747a5997ba138637201328bbff77960574ae"
339+
integrity sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==
340+
dependencies:
341+
"@babel/helper-module-imports" "^7.29.7"
342+
"@babel/helper-validator-identifier" "^7.29.7"
343+
"@babel/traverse" "^7.29.7"
344+
303345
"@babel/helper-optimise-call-expression@^7.27.1":
304346
version "7.27.1"
305347
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
@@ -312,6 +354,11 @@
312354
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz#6f13ea251b68c8532e985fd532f28741a8af9ac8"
313355
integrity sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==
314356

357+
"@babel/helper-plugin-utils@^7.29.7":
358+
version "7.29.7"
359+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.29.7.tgz#c0a0766f1a13617d8a17407d7ab8f9d486225ea4"
360+
integrity sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==
361+
315362
"@babel/helper-remap-async-to-generator@^7.27.1":
316363
version "7.27.1"
317364
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz#4601d5c7ce2eb2aea58328d43725523fcd362ce6"
@@ -343,11 +390,21 @@
343390
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
344391
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
345392

393+
"@babel/helper-string-parser@^7.29.7":
394+
version "7.29.7"
395+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f"
396+
integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==
397+
346398
"@babel/helper-validator-identifier@^7.28.5":
347399
version "7.28.5"
348400
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
349401
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
350402

403+
"@babel/helper-validator-identifier@^7.29.7":
404+
version "7.29.7"
405+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2"
406+
integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==
407+
351408
"@babel/helper-validator-option@^7.27.1":
352409
version "7.27.1"
353410
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
@@ -377,6 +434,13 @@
377434
dependencies:
378435
"@babel/types" "^7.29.0"
379436

437+
"@babel/parser@^7.29.7":
438+
version "7.29.7"
439+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334"
440+
integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==
441+
dependencies:
442+
"@babel/types" "^7.29.7"
443+
380444
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5":
381445
version "7.28.5"
382446
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"
@@ -661,14 +725,14 @@
661725
"@babel/helper-plugin-utils" "^7.28.6"
662726

663727
"@babel/plugin-transform-modules-systemjs@^7.29.0":
664-
version "7.29.0"
665-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.0.tgz#e458a95a17807c415924106a3ff188a3b8dee964"
666-
integrity sha512-PrujnVFbOdUpw4UHiVwKvKRLMMic8+eC0CuNlxjsyZUiBjhFdPsewdXCkveh2KqBA9/waD0W1b4hXSOBQJezpQ==
728+
version "7.29.7"
729+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.7.tgz#e575dd2ab9882906de120ff7dc9dee9914d8b6f3"
730+
integrity sha512-TM2ZcQLoG2/y4HODiStCo10DibYhWhGWAwVv+EQKmG/7GFl0N+AAmUiXOMKM+aiJ9XBJ9AHVZBvTzMnJ2sM3cQ==
667731
dependencies:
668-
"@babel/helper-module-transforms" "^7.28.6"
669-
"@babel/helper-plugin-utils" "^7.28.6"
670-
"@babel/helper-validator-identifier" "^7.28.5"
671-
"@babel/traverse" "^7.29.0"
732+
"@babel/helper-module-transforms" "^7.29.7"
733+
"@babel/helper-plugin-utils" "^7.29.7"
734+
"@babel/helper-validator-identifier" "^7.29.7"
735+
"@babel/traverse" "^7.29.7"
672736

673737
"@babel/plugin-transform-modules-umd@^7.27.1":
674738
version "7.27.1"
@@ -1046,6 +1110,15 @@
10461110
"@babel/parser" "^7.28.6"
10471111
"@babel/types" "^7.28.6"
10481112

1113+
"@babel/template@^7.29.7":
1114+
version "7.29.7"
1115+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700"
1116+
integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==
1117+
dependencies:
1118+
"@babel/code-frame" "^7.29.7"
1119+
"@babel/parser" "^7.29.7"
1120+
"@babel/types" "^7.29.7"
1121+
10491122
"@babel/traverse@^7.25.9", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.5", "@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0":
10501123
version "7.29.0"
10511124
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a"
@@ -1059,6 +1132,19 @@
10591132
"@babel/types" "^7.29.0"
10601133
debug "^4.3.1"
10611134

1135+
"@babel/traverse@^7.29.7":
1136+
version "7.29.7"
1137+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d"
1138+
integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==
1139+
dependencies:
1140+
"@babel/code-frame" "^7.29.7"
1141+
"@babel/generator" "^7.29.7"
1142+
"@babel/helper-globals" "^7.29.7"
1143+
"@babel/parser" "^7.29.7"
1144+
"@babel/template" "^7.29.7"
1145+
"@babel/types" "^7.29.7"
1146+
debug "^4.3.1"
1147+
10621148
"@babel/types@^7.21.3", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.5", "@babel/types@^7.28.6", "@babel/types@^7.29.0", "@babel/types@^7.4.4":
10631149
version "7.29.0"
10641150
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7"
@@ -1067,6 +1153,14 @@
10671153
"@babel/helper-string-parser" "^7.27.1"
10681154
"@babel/helper-validator-identifier" "^7.28.5"
10691155

1156+
"@babel/types@^7.29.7":
1157+
version "7.29.7"
1158+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92"
1159+
integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==
1160+
dependencies:
1161+
"@babel/helper-string-parser" "^7.29.7"
1162+
"@babel/helper-validator-identifier" "^7.29.7"
1163+
10701164
"@colors/colors@1.5.0":
10711165
version "1.5.0"
10721166
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"

0 commit comments

Comments
 (0)