-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Fix for 5 vulnerabilities #9
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: develop
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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -1534,8 +1534,8 @@ | |||||
| "@types/vscode": "1.38.0", | ||||||
| "@typescript-eslint/eslint-plugin": "4.10.0", | ||||||
| "@typescript-eslint/parser": "4.10.0", | ||||||
| "eslint": "7.15.0", | ||||||
| "jest": "26.6.3", | ||||||
| "eslint": "10.0.0", | ||||||
|
||||||
| "eslint": "10.0.0", | |
| "eslint": "8.57.0", |
Copilot
AI
Feb 15, 2026
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.
jest is bumped to 27, but ts-jest remains on 26.4.4 (and @types/jest is still 26.0.19). This version skew is likely to break test runs and TypeScript typings. Please align jest/ts-jest/@types-jest to the same major family (or keep jest at 26 if you need to stay on ts-jest 26).
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.
eslint 10 is not compatible with the currently pinned @typescript-eslint/parser and @typescript-eslint/eslint-plugin v4.10.0; lint will fail to load/execute with this combination. Please upgrade the @typescript-eslint packages to versions that support eslint 10 and adjust .eslintrc.json if any rules/options were renamed/removed.