Skip to content

Bump @babel/plugin-transform-modules-systemjs from 7.25.9 to 7.29.8 - #188

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/babel/plugin-transform-modules-systemjs-7.29.8
Open

Bump @babel/plugin-transform-modules-systemjs from 7.25.9 to 7.29.8#188
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/babel/plugin-transform-modules-systemjs-7.29.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown
Contributor

Bumps @babel/plugin-transform-modules-systemjs from 7.25.9 to 7.29.8.

Release notes

Sourced from @​babel/plugin-transform-modules-systemjs's releases.

v7.29.8 (2026-07-31)

👓 Spec Compliance

  • babel-generator, babel-parser, babel-plugin-transform-spread, babel-traverse, babel-types

🐛 Bug Fix

  • babel-generator
  • babel-node, babel-plugin-transform-modules-systemjs

Committers: 2

v7.29.7 (2026-05-25)

Re-release all packages with npm provenance attestations

v7.29.6 (2026-05-25)

🐛 Bug Fix

Committers: 3

v7.29.5 (2026-05-05)

🏠 Internal

  • babel-preset-env
    • Update @babel/* dependencies

v7.29.4 (2026-05-05)

🐛 Bug Fix

  • babel-plugin-transform-modules-systemjs
    • #17974 [7.x backport]fix(systemjs): improve module string name support (@​JLHwung)

Committers: 1

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​babel/plugin-transform-modules-systemjs since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 31, 2026
@rhit-kapilaar

Copy link
Copy Markdown
Collaborator

@dependabot rebase

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.8.
- [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.8/packages/babel-plugin-transform-modules-systemjs)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-modules-systemjs"
  dependency-version: 7.29.8
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/babel/plugin-transform-modules-systemjs-7.29.8 branch from fa23e11 to afa8e79 Compare August 14, 2026 16:39

@rhit-kapilaar rhit-kapilaar left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a fairly high risk vulnerability because if an attacker uses babel or the specific plugin involved to compile malicious code, they can cause it to generate output that runs arbitrary code.

The fix itself was made in version 7.29.4 although the PR suggests bumping up to an even higher subversion presumably because of couple other bug fixes and improvements made in later versions.

There seem to be quite a lot of additions made for the fix as can be seen in babel/babel@32ebd5a and it isn't immediately clear how it fixes the vulnerability.

It is also interesting because it passes all checks for GitHub Actions but fails when I try to build locally for iOS. (Around time of writing also built app for other PRs and fixes and they work locally as well).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant