Open
Conversation
…bilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 - https://snyk.io/vuln/SNYK-JS-LODASH-567746 - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 - https://snyk.io/vuln/SNYK-JS-LODASH-450202 - https://snyk.io/vuln/SNYK-JS-LODASH-608086 - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to fix 7 vulnerabilities in the npm dependencies of this project.
Snyk changed the following file(s):
script/package.jsonscript/package-lock.jsonThis upgrade contains significant breaking changes, primarily from the
eslintpackage update from v5 to v9. Theeslintupgrade introduces a new default configuration format, drops support for older Node.js versions, and removes core rules. Thebabel-eslintpackage is deprecated and should be replaced.Highlights:
eslint5.16.0 → 9.0.0 (High Risk): This major upgrade requires a configuration migration from.eslintrcto the neweslint.config.jsflat format. Support for Node.js versions below 18.18.0 has been dropped. TheCLIEngineclass was removed in v8, replaced by an asyncESLintclass. Many core rules, including formatting rules, have been removed or deprecated across versions.babel-eslint10.0.1 → 10.1.0 (Medium Risk): This package is deprecated and has been replaced by@babel/eslint-parser. While this minor update itself is low risk, continued use of the deprecated package is not recommended. You should migrate to the new package.stylelint9.3.0 → 12.0.0 (Low Risk): This upgrade drops support for Node.js 8.x (in v13, which is outside this range but good to know) and updates glob pattern syntax to only use forward-slashes (/). Most changes involve new rules and options rather than significant API breakage within this version range.Recommendation: This upgrade requires significant developer effort. Prioritize migrating the ESLint configuration to the new flat format (
eslint.config.js) and replacing the deprecatedbabel-eslintpackage. Thoroughly test the new linting rules and configurations before merging.Vulnerabilities that will be fixed with an upgrade:
SNYK-JS-LODASH-1040724
SNYK-JS-LODASH-567746
SNYK-JS-LODASH-6139239
SNYK-JS-LODASH-450202
SNYK-JS-LODASH-608086
SNYK-JS-LODASH-1018905
SNYK-JS-JSYAML-13961110
Important
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:
🦉 Prototype Pollution
🦉 Regular Expression Denial of Service (ReDoS)
🦉 Code Injection