Skip to content

Commit 079406c

Browse files
Bump @babel/plugin-transform-modules-systemjs from 7.25.9 to 7.29.7 (#1028)
Bumps [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) from 7.25.9 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.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Youssef Henna <58384527+YoussefHenna@users.noreply.github.com>
1 parent 2908212 commit 079406c

1 file changed

Lines changed: 101 additions & 7 deletions

File tree

yarn.lock

Lines changed: 101 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@
4747
js-tokens "^4.0.0"
4848
picocolors "^1.1.1"
4949

50+
"@babel/code-frame@^7.29.7":
51+
version "7.29.7"
52+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7"
53+
integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==
54+
dependencies:
55+
"@babel/helper-validator-identifier" "^7.29.7"
56+
js-tokens "^4.0.0"
57+
picocolors "^1.1.1"
58+
5059
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.0", "@babel/compat-data@^7.28.6":
5160
version "7.29.0"
5261
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d"
@@ -84,6 +93,17 @@
8493
"@jridgewell/trace-mapping" "^0.3.28"
8594
jsesc "^3.0.2"
8695

96+
"@babel/generator@^7.29.7":
97+
version "7.29.7"
98+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3"
99+
integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==
100+
dependencies:
101+
"@babel/parser" "^7.29.7"
102+
"@babel/types" "^7.29.7"
103+
"@jridgewell/gen-mapping" "^0.3.12"
104+
"@jridgewell/trace-mapping" "^0.3.28"
105+
jsesc "^3.0.2"
106+
87107
"@babel/helper-annotate-as-pure@^7.25.9", "@babel/helper-annotate-as-pure@^7.27.3":
88108
version "7.27.3"
89109
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5"
@@ -140,6 +160,11 @@
140160
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
141161
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
142162

163+
"@babel/helper-globals@^7.29.7":
164+
version "7.29.7"
165+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b"
166+
integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==
167+
143168
"@babel/helper-member-expression-to-functions@^7.28.5":
144169
version "7.28.5"
145170
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz#f3e07a10be37ed7a63461c63e6929575945a6150"
@@ -156,6 +181,14 @@
156181
"@babel/traverse" "^7.28.6"
157182
"@babel/types" "^7.28.6"
158183

184+
"@babel/helper-module-imports@^7.29.7":
185+
version "7.29.7"
186+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396"
187+
integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==
188+
dependencies:
189+
"@babel/traverse" "^7.29.7"
190+
"@babel/types" "^7.29.7"
191+
159192
"@babel/helper-module-transforms@^7.25.9", "@babel/helper-module-transforms@^7.26.0", "@babel/helper-module-transforms@^7.28.6":
160193
version "7.28.6"
161194
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
@@ -165,6 +198,15 @@
165198
"@babel/helper-validator-identifier" "^7.28.5"
166199
"@babel/traverse" "^7.28.6"
167200

201+
"@babel/helper-module-transforms@^7.29.7":
202+
version "7.29.7"
203+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz#b062747a5997ba138637201328bbff77960574ae"
204+
integrity sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==
205+
dependencies:
206+
"@babel/helper-module-imports" "^7.29.7"
207+
"@babel/helper-validator-identifier" "^7.29.7"
208+
"@babel/traverse" "^7.29.7"
209+
168210
"@babel/helper-optimise-call-expression@^7.27.1":
169211
version "7.27.1"
170212
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
@@ -177,6 +219,11 @@
177219
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz#6f13ea251b68c8532e985fd532f28741a8af9ac8"
178220
integrity sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==
179221

222+
"@babel/helper-plugin-utils@^7.29.7":
223+
version "7.29.7"
224+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.29.7.tgz#c0a0766f1a13617d8a17407d7ab8f9d486225ea4"
225+
integrity sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==
226+
180227
"@babel/helper-remap-async-to-generator@^7.25.9":
181228
version "7.25.9"
182229
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz#e53956ab3d5b9fb88be04b3e2f31b523afd34b92"
@@ -208,11 +255,21 @@
208255
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
209256
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
210257

258+
"@babel/helper-string-parser@^7.29.7":
259+
version "7.29.7"
260+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f"
261+
integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==
262+
211263
"@babel/helper-validator-identifier@^7.25.9", "@babel/helper-validator-identifier@^7.28.5":
212264
version "7.28.5"
213265
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
214266
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
215267

268+
"@babel/helper-validator-identifier@^7.29.7":
269+
version "7.29.7"
270+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2"
271+
integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==
272+
216273
"@babel/helper-validator-option@^7.25.9", "@babel/helper-validator-option@^7.27.1":
217274
version "7.27.1"
218275
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
@@ -252,6 +309,13 @@
252309
dependencies:
253310
"@babel/types" "^7.29.0"
254311

312+
"@babel/parser@^7.29.7":
313+
version "7.29.7"
314+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334"
315+
integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==
316+
dependencies:
317+
"@babel/types" "^7.29.7"
318+
255319
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
256320
version "7.25.9"
257321
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz#cc2e53ebf0a0340777fff5ed521943e253b4d8fe"
@@ -670,14 +734,14 @@
670734
"@babel/helper-plugin-utils" "^7.28.6"
671735

672736
"@babel/plugin-transform-modules-systemjs@^7.25.9":
673-
version "7.25.9"
674-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz#8bd1b43836269e3d33307151a114bcf3ba6793f8"
675-
integrity sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==
737+
version "7.29.7"
738+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.7.tgz#e575dd2ab9882906de120ff7dc9dee9914d8b6f3"
739+
integrity sha512-TM2ZcQLoG2/y4HODiStCo10DibYhWhGWAwVv+EQKmG/7GFl0N+AAmUiXOMKM+aiJ9XBJ9AHVZBvTzMnJ2sM3cQ==
676740
dependencies:
677-
"@babel/helper-module-transforms" "^7.25.9"
678-
"@babel/helper-plugin-utils" "^7.25.9"
679-
"@babel/helper-validator-identifier" "^7.25.9"
680-
"@babel/traverse" "^7.25.9"
741+
"@babel/helper-module-transforms" "^7.29.7"
742+
"@babel/helper-plugin-utils" "^7.29.7"
743+
"@babel/helper-validator-identifier" "^7.29.7"
744+
"@babel/traverse" "^7.29.7"
681745

682746
"@babel/plugin-transform-modules-umd@^7.25.9":
683747
version "7.25.9"
@@ -1062,6 +1126,15 @@
10621126
"@babel/parser" "^7.28.6"
10631127
"@babel/types" "^7.28.6"
10641128

1129+
"@babel/template@^7.29.7":
1130+
version "7.29.7"
1131+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700"
1132+
integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==
1133+
dependencies:
1134+
"@babel/code-frame" "^7.29.7"
1135+
"@babel/parser" "^7.29.7"
1136+
"@babel/types" "^7.29.7"
1137+
10651138
"@babel/traverse--for-generate-function-map@npm:@babel/traverse@^7.25.3":
10661139
version "7.26.4"
10671140
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.4.tgz#ac3a2a84b908dde6d463c3bfa2c5fdc1653574bd"
@@ -1088,6 +1161,19 @@
10881161
"@babel/types" "^7.29.0"
10891162
debug "^4.3.1"
10901163

1164+
"@babel/traverse@^7.29.7":
1165+
version "7.29.7"
1166+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d"
1167+
integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==
1168+
dependencies:
1169+
"@babel/code-frame" "^7.29.7"
1170+
"@babel/generator" "^7.29.7"
1171+
"@babel/helper-globals" "^7.29.7"
1172+
"@babel/parser" "^7.29.7"
1173+
"@babel/template" "^7.29.7"
1174+
"@babel/types" "^7.29.7"
1175+
debug "^4.3.1"
1176+
10911177
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.2", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.26.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.3.3", "@babel/types@^7.4.4":
10921178
version "7.29.0"
10931179
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7"
@@ -1096,6 +1182,14 @@
10961182
"@babel/helper-string-parser" "^7.27.1"
10971183
"@babel/helper-validator-identifier" "^7.28.5"
10981184

1185+
"@babel/types@^7.29.7":
1186+
version "7.29.7"
1187+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92"
1188+
integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==
1189+
dependencies:
1190+
"@babel/helper-string-parser" "^7.29.7"
1191+
"@babel/helper-validator-identifier" "^7.29.7"
1192+
10991193
"@bcoe/v8-coverage@^0.2.3":
11001194
version "0.2.3"
11011195
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)