Skip to content

Commit 7598d02

Browse files
chore(deps): bump @babel/plugin-transform-modules-systemjs in /example
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 4bcb96f commit 7598d02

1 file changed

Lines changed: 21 additions & 7 deletions

File tree

example/yarn.lock

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"@babel/traverse" "^7.28.5"
147147
"@babel/types" "^7.28.5"
148148

149-
"@babel/helper-module-imports@^7.22.15":
149+
"@babel/helper-module-imports@^7.22.15", "@babel/helper-module-imports@^7.28.6":
150150
version "7.28.6"
151151
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c"
152152
integrity sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==
@@ -171,6 +171,15 @@
171171
"@babel/helper-validator-identifier" "^7.27.1"
172172
"@babel/traverse" "^7.28.3"
173173

174+
"@babel/helper-module-transforms@^7.28.6":
175+
version "7.28.6"
176+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
177+
integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==
178+
dependencies:
179+
"@babel/helper-module-imports" "^7.28.6"
180+
"@babel/helper-validator-identifier" "^7.28.5"
181+
"@babel/traverse" "^7.28.6"
182+
174183
"@babel/helper-optimise-call-expression@^7.27.1":
175184
version "7.27.1"
176185
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
@@ -183,6 +192,11 @@
183192
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c"
184193
integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==
185194

195+
"@babel/helper-plugin-utils@^7.28.6":
196+
version "7.28.6"
197+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz#6f13ea251b68c8532e985fd532f28741a8af9ac8"
198+
integrity sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==
199+
186200
"@babel/helper-remap-async-to-generator@^7.27.1":
187201
version "7.27.1"
188202
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz#4601d5c7ce2eb2aea58328d43725523fcd362ce6"
@@ -666,14 +680,14 @@
666680
"@babel/helper-plugin-utils" "^7.27.1"
667681

668682
"@babel/plugin-transform-modules-systemjs@^7.28.5":
669-
version "7.28.5"
670-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz#7439e592a92d7670dfcb95d0cbc04bd3e64801d2"
671-
integrity sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==
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==
672686
dependencies:
673-
"@babel/helper-module-transforms" "^7.28.3"
674-
"@babel/helper-plugin-utils" "^7.27.1"
687+
"@babel/helper-module-transforms" "^7.28.6"
688+
"@babel/helper-plugin-utils" "^7.28.6"
675689
"@babel/helper-validator-identifier" "^7.28.5"
676-
"@babel/traverse" "^7.28.5"
690+
"@babel/traverse" "^7.29.0"
677691

678692
"@babel/plugin-transform-modules-umd@^7.27.1":
679693
version "7.27.1"

0 commit comments

Comments
 (0)