Skip to content

Commit 1590626

Browse files
chore(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.19.6 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 218c380 commit 1590626

1 file changed

Lines changed: 127 additions & 14 deletions

File tree

yarn.lock

Lines changed: 127 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,15 @@
315315
"@babel/highlight" "^7.22.13"
316316
chalk "^2.4.2"
317317

318+
"@babel/code-frame@^7.28.6", "@babel/code-frame@^7.29.0":
319+
version "7.29.0"
320+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c"
321+
integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==
322+
dependencies:
323+
"@babel/helper-validator-identifier" "^7.28.5"
324+
js-tokens "^4.0.0"
325+
picocolors "^1.1.1"
326+
318327
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8", "@babel/compat-data@^7.20.0", "@babel/compat-data@^7.20.1":
319328
version "7.20.1"
320329
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30"
@@ -390,6 +399,17 @@
390399
"@jridgewell/trace-mapping" "^0.3.17"
391400
jsesc "^2.5.1"
392401

402+
"@babel/generator@^7.29.0":
403+
version "7.29.1"
404+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.1.tgz#d09876290111abbb00ef962a7b83a5307fba0d50"
405+
integrity sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==
406+
dependencies:
407+
"@babel/parser" "^7.29.0"
408+
"@babel/types" "^7.29.0"
409+
"@jridgewell/gen-mapping" "^0.3.12"
410+
"@jridgewell/trace-mapping" "^0.3.28"
411+
jsesc "^3.0.2"
412+
393413
"@babel/helper-annotate-as-pure@7.18.6", "@babel/helper-annotate-as-pure@^7.18.6":
394414
version "7.18.6"
395415
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -481,12 +501,10 @@
481501
"@babel/template" "^7.22.15"
482502
"@babel/types" "^7.23.0"
483503

484-
"@babel/helper-hoist-variables@^7.18.6":
485-
version "7.18.6"
486-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
487-
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
488-
dependencies:
489-
"@babel/types" "^7.18.6"
504+
"@babel/helper-globals@^7.28.0":
505+
version "7.28.0"
506+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
507+
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
490508

491509
"@babel/helper-hoist-variables@^7.22.5":
492510
version "7.22.5"
@@ -509,6 +527,14 @@
509527
dependencies:
510528
"@babel/types" "^7.18.6"
511529

530+
"@babel/helper-module-imports@^7.28.6":
531+
version "7.28.6"
532+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c"
533+
integrity sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==
534+
dependencies:
535+
"@babel/traverse" "^7.28.6"
536+
"@babel/types" "^7.28.6"
537+
512538
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.18.9", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.2":
513539
version "7.20.2"
514540
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712"
@@ -523,6 +549,15 @@
523549
"@babel/traverse" "^7.20.1"
524550
"@babel/types" "^7.20.2"
525551

552+
"@babel/helper-module-transforms@^7.28.6":
553+
version "7.28.6"
554+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
555+
integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==
556+
dependencies:
557+
"@babel/helper-module-imports" "^7.28.6"
558+
"@babel/helper-validator-identifier" "^7.28.5"
559+
"@babel/traverse" "^7.28.6"
560+
526561
"@babel/helper-optimise-call-expression@^7.18.6":
527562
version "7.18.6"
528563
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
@@ -535,6 +570,11 @@
535570
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629"
536571
integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==
537572

573+
"@babel/helper-plugin-utils@^7.28.6":
574+
version "7.28.6"
575+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz#6f13ea251b68c8532e985fd532f28741a8af9ac8"
576+
integrity sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==
577+
538578
"@babel/helper-remap-async-to-generator@^7.18.6", "@babel/helper-remap-async-to-generator@^7.18.9":
539579
version "7.18.9"
540580
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz#997458a0e3357080e54e1d79ec347f8a8cd28519"
@@ -594,6 +634,11 @@
594634
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
595635
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
596636

637+
"@babel/helper-string-parser@^7.27.1":
638+
version "7.27.1"
639+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
640+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
641+
597642
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
598643
version "7.19.1"
599644
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
@@ -609,6 +654,11 @@
609654
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
610655
integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
611656

657+
"@babel/helper-validator-identifier@^7.28.5":
658+
version "7.28.5"
659+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
660+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
661+
612662
"@babel/helper-validator-option@^7.18.6":
613663
version "7.18.6"
614664
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
@@ -670,6 +720,13 @@
670720
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
671721
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
672722

723+
"@babel/parser@^7.28.6", "@babel/parser@^7.29.0":
724+
version "7.29.3"
725+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.3.tgz#116f70a77958307fceac27747573032f8a62f88e"
726+
integrity sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==
727+
dependencies:
728+
"@babel/types" "^7.29.0"
729+
673730
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
674731
version "7.18.6"
675732
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -1060,14 +1117,14 @@
10601117
"@babel/helper-simple-access" "^7.19.4"
10611118

10621119
"@babel/plugin-transform-modules-systemjs@^7.18.9":
1063-
version "7.19.6"
1064-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.6.tgz#59e2a84064b5736a4471b1aa7b13d4431d327e0d"
1065-
integrity sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ==
1120+
version "7.29.4"
1121+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.4.tgz#f621105da99919c15cf4bde6fcc7346ef95e7b20"
1122+
integrity sha512-N7QmZ0xRZfjHOfZeQLJjwgX2zS9pdGHSVl/cjSGlo4dXMqvurfxXDMKY4RqEKzPozV78VMcd0lxyG13mlbKc4w==
10661123
dependencies:
1067-
"@babel/helper-hoist-variables" "^7.18.6"
1068-
"@babel/helper-module-transforms" "^7.19.6"
1069-
"@babel/helper-plugin-utils" "^7.19.0"
1070-
"@babel/helper-validator-identifier" "^7.19.1"
1124+
"@babel/helper-module-transforms" "^7.28.6"
1125+
"@babel/helper-plugin-utils" "^7.28.6"
1126+
"@babel/helper-validator-identifier" "^7.28.5"
1127+
"@babel/traverse" "^7.29.0"
10711128

10721129
"@babel/plugin-transform-modules-umd@^7.18.6":
10731130
version "7.18.6"
@@ -1316,6 +1373,15 @@
13161373
"@babel/parser" "^7.22.15"
13171374
"@babel/types" "^7.22.15"
13181375

1376+
"@babel/template@^7.28.6":
1377+
version "7.28.6"
1378+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57"
1379+
integrity sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==
1380+
dependencies:
1381+
"@babel/code-frame" "^7.28.6"
1382+
"@babel/parser" "^7.28.6"
1383+
"@babel/types" "^7.28.6"
1384+
13191385
"@babel/traverse@^7.18.10", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1":
13201386
version "7.23.2"
13211387
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
@@ -1332,6 +1398,19 @@
13321398
debug "^4.1.0"
13331399
globals "^11.1.0"
13341400

1401+
"@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0":
1402+
version "7.29.0"
1403+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a"
1404+
integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==
1405+
dependencies:
1406+
"@babel/code-frame" "^7.29.0"
1407+
"@babel/generator" "^7.29.0"
1408+
"@babel/helper-globals" "^7.28.0"
1409+
"@babel/parser" "^7.29.0"
1410+
"@babel/template" "^7.28.6"
1411+
"@babel/types" "^7.29.0"
1412+
debug "^4.3.1"
1413+
13351414
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.4.4":
13361415
version "7.20.2"
13371416
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.2.tgz#67ac09266606190f496322dbaff360fdaa5e7842"
@@ -1350,6 +1429,14 @@
13501429
"@babel/helper-validator-identifier" "^7.22.20"
13511430
to-fast-properties "^2.0.0"
13521431

1432+
"@babel/types@^7.28.6", "@babel/types@^7.29.0":
1433+
version "7.29.0"
1434+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7"
1435+
integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==
1436+
dependencies:
1437+
"@babel/helper-string-parser" "^7.27.1"
1438+
"@babel/helper-validator-identifier" "^7.28.5"
1439+
13531440
"@braintree/sanitize-url@^6.0.0":
13541441
version "6.0.2"
13551442
resolved "https://registry.yarnpkg.com/@braintree/sanitize-url/-/sanitize-url-6.0.2.tgz#6110f918d273fe2af8ea1c4398a88774bb9fc12f"
@@ -1604,6 +1691,14 @@
16041691
"@jridgewell/sourcemap-codec" "^1.4.10"
16051692
"@jridgewell/trace-mapping" "^0.3.9"
16061693

1694+
"@jridgewell/gen-mapping@^0.3.12":
1695+
version "0.3.13"
1696+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f"
1697+
integrity sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==
1698+
dependencies:
1699+
"@jridgewell/sourcemap-codec" "^1.5.0"
1700+
"@jridgewell/trace-mapping" "^0.3.24"
1701+
16071702
"@jridgewell/resolve-uri@3.1.0", "@jridgewell/resolve-uri@^3.0.3":
16081703
version "3.1.0"
16091704
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
@@ -1637,6 +1732,11 @@
16371732
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
16381733
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
16391734

1735+
"@jridgewell/sourcemap-codec@^1.5.0":
1736+
version "1.5.5"
1737+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz#6912b00d2c631c0d15ce1a7ab57cd657f2a8f8ba"
1738+
integrity sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==
1739+
16401740
"@jridgewell/trace-mapping@0.3.9":
16411741
version "0.3.9"
16421742
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9"
@@ -1661,6 +1761,14 @@
16611761
"@jridgewell/resolve-uri" "^3.1.0"
16621762
"@jridgewell/sourcemap-codec" "^1.4.14"
16631763

1764+
"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.28":
1765+
version "0.3.31"
1766+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz#db15d6781c931f3a251a3dac39501c98a6082fd0"
1767+
integrity sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==
1768+
dependencies:
1769+
"@jridgewell/resolve-uri" "^3.1.0"
1770+
"@jridgewell/sourcemap-codec" "^1.4.14"
1771+
16641772
"@leichtgewicht/ip-codec@^2.0.1":
16651773
version "2.0.4"
16661774
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b"
@@ -7013,6 +7121,11 @@ jsesc@^2.5.1:
70137121
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
70147122
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
70157123

7124+
jsesc@^3.0.2:
7125+
version "3.1.0"
7126+
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.1.0.tgz#74d335a234f67ed19907fdadfac7ccf9d409825d"
7127+
integrity sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==
7128+
70167129
jsesc@~0.5.0:
70177130
version "0.5.0"
70187131
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
@@ -8428,7 +8541,7 @@ picocolors@^1.0.1:
84288541
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59"
84298542
integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==
84308543

8431-
picocolors@^1.1.0:
8544+
picocolors@^1.1.0, picocolors@^1.1.1:
84328545
version "1.1.1"
84338546
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
84348547
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==

0 commit comments

Comments
 (0)