-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Fix for 2 vulnerabilities #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3770,7 +3770,7 @@ | |
| "crypto-browserify": "3.12.0", | ||
| "css-loader": "5.1.3", | ||
| "esbuild-loader": "4.2.2", | ||
| "eslint": "7.22.0", | ||
| "eslint": "9.0.0", | ||
| "eslint-cli": "1.1.1", | ||
| "eslint-plugin-import": "2.22.1", | ||
| "event-stream": "^4.0.1", | ||
|
|
@@ -3795,7 +3795,7 @@ | |
| "process": "^0.11.10", | ||
| "raw-loader": "4.0.2", | ||
| "react-testing-library": "7.0.1", | ||
| "sinon": "9.0.0", | ||
| "sinon": "21.0.1", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a very large major version jump for |
||
| "source-map-support": "0.5.19", | ||
| "stream-browserify": "^3.0.0", | ||
| "style-loader": "2.0.0", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upgrading
eslintfrom version 7 to 9 is a major update that introduces significant breaking changes. For example, ESLint v9 uses a new configuration file format (eslint.config.js) by default and has removed many deprecated rules and APIs. You will likely need to update your ESLint configuration and potentially fix new linting errors. Please consult the ESLint v8 migration guide and ESLint v9 migration guide for details.