Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@chainsafe/eslint-config": "^2.0.0",
"@types/jest": "^29.5.2",
"@types/node": "^20.2.6",
"eslint": "8",
"eslint": "10.0.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

This change upgrades eslint to version 10.0.0, which does not exist at the time of this review. Attempting to install a non-existent package version will cause dependency installation to fail. To fix the security vulnerability with minimal disruption, you can upgrade to the latest v8 release, which is 8.57.0. This is a minor update and is less likely to introduce breaking changes than a major version jump.

Suggested change
"eslint": "10.0.0",
"eslint": "^8.57.0",

"jest": "^29.5.0",
"jest-extended": "^4.0.0",
"ts-jest": "^29.1.0",
Expand Down