Skip to content

[Snyk] Fix for 8 vulnerabilities#132

Open
jhamot wants to merge 1 commit intomasterfrom
snyk-fix-52dfc67154e0b9139dadd85fb4543ae7
Open

[Snyk] Fix for 8 vulnerabilities#132
jhamot wants to merge 1 commit intomasterfrom
snyk-fix-52dfc67154e0b9139dadd85fb4543ae7

Conversation

@jhamot
Copy link
Owner

@jhamot jhamot commented Jan 28, 2026

snyk-top-banner

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

Snyk changed the following file(s):

  • script/package.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
  317  
high severity Prototype Pollution
SNYK-JS-LODASH-6139239
  267  
high severity Prototype Pollution
SNYK-JS-LODASH-450202
  254  
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  
medium severity Uncontrolled Recursion
SNYK-JS-ESLINT-15102420
  60  

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 Jan 28, 2026

Merge Risk: High

This upgrade contains major breaking changes, primarily from the eslint upgrade from v5 to v9. The babel-eslint package is also deprecated and has been replaced.

Highlights:

  • ESLint Configuration: The traditional .eslintrc file format is deprecated in favor of a new eslint.config.js flat file format. This requires a complete migration of your configuration structure.
  • babel-eslint Deprecation: The babel-eslint package is deprecated and replaced by @babel/eslint-parser. You must update your configuration to use the new parser.

Source: ESLint documentation, babel-eslint documentation
Recommendation: A multi-step migration is required. First, replace babel-eslint with @babel/eslint-parser in your configuration. Then, use ESLint's migration tool (npx @eslint/migrate-config) to convert your configuration to the new flat format and address the numerous rule and API changes introduced between ESLint v6 and v9.

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