Skip to content

[Snyk] Security upgrade babel-eslint from 10.0.1 to 10.1.0#135

Open
jhamot wants to merge 18 commits intomasterfrom
snyk-fix-64211d23cc2f945101feccc032416dec
Open

[Snyk] Security upgrade babel-eslint from 10.0.1 to 10.1.0#135
jhamot wants to merge 18 commits intomasterfrom
snyk-fix-64211d23cc2f945101feccc032416dec

Conversation

@jhamot
Copy link
Owner

@jhamot jhamot commented Feb 4, 2026

snyk-top-banner

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

Snyk changed the following file(s):

  • script/package.json
  • script/package-lock.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Code Injection
SNYK-JS-LODASH-1040724
  398  
high severity Prototype Pollution
SNYK-JS-LODASH-567746
  316  
high severity Prototype Pollution
SNYK-JS-LODASH-6139239
  267  
high severity Prototype Pollution
SNYK-JS-LODASH-450202
  251  
high severity Prototype Pollution
SNYK-JS-LODASH-608086
  250  
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-LODASH-1018905
  104  
medium severity Prototype Pollution
SNYK-JS-LODASH-15053838
  87  

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)
🦉 Code Injection
🦉 Prototype Pollution

@jhamot
Copy link
Owner Author

jhamot commented Feb 4, 2026

Merge Risk: Medium

This upgrade marks the deprecation of the babel-eslint package. While version 10.1.0 itself does not introduce breaking API changes from 10.0.1, it formally designates the package as obsolete and directs users to a new replacement.

Key Change:

  • Deprecation: babel-eslint is now deprecated and has been replaced by @babel/eslint-parser. This package will no longer receive updates, which includes security patches.

Recommendation:
It is strongly recommended to migrate to the new package to ensure you continue to receive updates and align with the official Babel and ESLint tooling. The migration path is as follows:

  1. Uninstall babel-eslint.
  2. Install the new parser: npm install @babel/eslint-parser --save-dev.
  3. Update your .eslintrc configuration file to change the parser from "parser": "babel-eslint" to "parser": "@babel/eslint-parser".

Source: Package Documentation

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

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants