Skip to content

Commit 4fd52e5

Browse files
Build(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.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 6e43ef3 commit 4fd52e5

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

yarn.lock

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
"@babel/traverse" "^7.28.6"
280280
"@babel/types" "^7.28.6"
281281

282-
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3", "@babel/helper-module-transforms@^7.28.6":
282+
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.6":
283283
version "7.28.6"
284284
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
285285
integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==
@@ -300,6 +300,11 @@
300300
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c"
301301
integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==
302302

303+
"@babel/helper-plugin-utils@^7.28.6":
304+
version "7.28.6"
305+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz#6f13ea251b68c8532e985fd532f28741a8af9ac8"
306+
integrity sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==
307+
303308
"@babel/helper-remap-async-to-generator@^7.27.1":
304309
version "7.27.1"
305310
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz#4601d5c7ce2eb2aea58328d43725523fcd362ce6"
@@ -822,14 +827,14 @@
822827
"@babel/helper-plugin-utils" "^7.27.1"
823828

824829
"@babel/plugin-transform-modules-systemjs@^7.28.5":
825-
version "7.28.5"
826-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz#7439e592a92d7670dfcb95d0cbc04bd3e64801d2"
827-
integrity sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==
830+
version "7.29.4"
831+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.4.tgz#f621105da99919c15cf4bde6fcc7346ef95e7b20"
832+
integrity sha512-N7QmZ0xRZfjHOfZeQLJjwgX2zS9pdGHSVl/cjSGlo4dXMqvurfxXDMKY4RqEKzPozV78VMcd0lxyG13mlbKc4w==
828833
dependencies:
829-
"@babel/helper-module-transforms" "^7.28.3"
830-
"@babel/helper-plugin-utils" "^7.27.1"
834+
"@babel/helper-module-transforms" "^7.28.6"
835+
"@babel/helper-plugin-utils" "^7.28.6"
831836
"@babel/helper-validator-identifier" "^7.28.5"
832-
"@babel/traverse" "^7.28.5"
837+
"@babel/traverse" "^7.29.0"
833838

834839
"@babel/plugin-transform-modules-umd@^7.27.1":
835840
version "7.27.1"

0 commit comments

Comments
 (0)