Skip to content

[Snyk] Security upgrade babel-loader from 8.4.1 to 10.0.0#3668

Open
cc-prodsec wants to merge 1 commit intorelease-3.15.xfrom
snyk-fix-00d5ba940090909a68412099e575e168
Open

[Snyk] Security upgrade babel-loader from 8.4.1 to 10.0.0#3668
cc-prodsec wants to merge 1 commit intorelease-3.15.xfrom
snyk-fix-00d5ba940090909a68412099e575e168

Conversation

@cc-prodsec
Copy link
Collaborator

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.

Snyk changed the following file(s):

  • packages/internal-lib-build/package.json
  • packages/internal-lib-build/package-lock.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-AJV-15274295
  803  

Breaking Change Risk

Merge Risk: Medium

Notice: This assessment is enhanced by AI.


Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Regular Expression Denial of Service (ReDoS)

…-build/package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AJV-15274295
@cc-prodsec
Copy link
Collaborator Author

Merge Risk: Medium

This major version upgrade from babel-loader v8 to v10 introduces significant breaking changes related to the required build environment. No direct application code changes are required, but the Node.js and webpack versions must be updated.

Key Breaking Changes:

  • Node.js Support: Support for older Node.js versions has been dropped. babel-loader v10.0.0 requires Node.js version ^18.20.0, ^20.10.0, or >=22.0.0. The previous version (v8) supported Node.js 8.9 and later.
  • webpack Support: Support for webpack 4 has been dropped. babel-loader v9 and later require webpack 5. Version 10 specifically requires webpack >=5.61.0.

Recommendation:
Before merging, verify that your project's build environment meets these new requirements. You must be running a compatible version of both Node.js and webpack for your build to succeed.

Source: GitHub Release Notes

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

@cc-prodsec cc-prodsec requested a review from a team as a code owner February 14, 2026 12:15
@cc-prodsec
Copy link
Collaborator Author

cc-prodsec commented Feb 14, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants