-
-
Notifications
You must be signed in to change notification settings - Fork 94
[Snyk] Security upgrade eslint from 9.39.2 to 10.0.0 #598
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
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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -11,7 +11,7 @@ | |||||
| "@eslint/eslintrc": "^3.3.1", | ||||||
| "@eslint/js": "^9.27.0", | ||||||
| "@stylistic/eslint-plugin": "^5.2.2", | ||||||
| "eslint": "^9.27.0", | ||||||
| "eslint": "^10.0.0", | ||||||
|
||||||
| "eslint": "^10.0.0", | |
| "eslint": "^9.27.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.
The PR description says ESLint is upgraded from 9.39.2 → 10.0.0, but this template was previously using ^9.27.0. Please update the PR description (or Snyk config) so reviewers can accurately assess what changed in this repository.