Skip to content

[Snyk] Fix for 8 vulnerabilities#141

Open
jhamot wants to merge 1 commit intomasterfrom
snyk-fix-607b07c695716c759de296505641e598
Open

[Snyk] Fix for 8 vulnerabilities#141
jhamot wants to merge 1 commit intomasterfrom
snyk-fix-607b07c695716c759de296505641e598

Conversation

@jhamot
Copy link
Owner

@jhamot jhamot commented Feb 15, 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
  • 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
  319  
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  
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-AJV-15274295
  157  
medium severity Prototype Pollution
SNYK-JS-LODASH-15053838
  144  
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-LODASH-1018905
  104  

Breaking Change Risk

Merge Risk: High

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

@jhamot
Copy link
Owner Author

jhamot commented Feb 15, 2026

Merge Risk: High

This update includes a major version upgrade for stylelint from 9.3.0 to 13.7.0, which introduces significant breaking changes. The babel-eslint package is also being deprecated.

stylelint: 9.3.0 → 13.7.0 (High Risk)

This is a major upgrade across multiple versions (10, 11, 12, and 13) and includes several breaking changes that will likely require developer action.

Key Breaking Changes:

  • Node.js Support: Version 13.0.0 drops support for Node.js 8.x and requires Node.js 10 or newer.
  • Configuration:
    • Glob Patterns: File path globs in your configuration must now use forward-slashes (/) only, which may impact Windows users.
    • Renamed Rules: Many rules with blacklist or whitelist in their names have been renamed to use disallowed-list and allowed-list respectively.
    • Deprecated/Removed Rules: Numerous rules have been deprecated and removed across these major versions. You will need to review your stylelint configuration to replace or remove them.

Recommendation:

  • Ensure your environment uses Node.js 10 or a more recent version.
  • Carefully review your stylelint configuration files for deprecated rules and update them according to the official stylelint migration guides.
  • Update any file path globs to use forward-slashes.

babel-eslint: 10.0.1 → 10.1.0 (Medium Risk)

This version marks the deprecation of the babel-eslint package. It has been replaced by @babel/eslint-parser and will no longer receive updates.

Recommendation:

  • It is strongly recommended to migrate from babel-eslint to @babel/eslint-parser to ensure you continue to receive bug fixes and updates. This involves updating your ESLint configuration's parser field.

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