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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@arethetypeswrong/cli": "^0.15.3",
"@cspell/eslint-plugin": "^8.17.1",
"@eslint-react/eslint-plugin": "^1.19.0",
"@tanstack/config": "^0.14.2",
"@tanstack/config": "^0.22.2",
"@testing-library/jest-dom": "^6.6.3",
"@types/node": "^22.9.3",
"@types/react": "^19.0.1",
Expand All @@ -49,7 +49,7 @@
"@vitest/eslint-plugin": "^1.1.36",
"cpy-cli": "^5.0.0",
"esbuild-plugin-file-path-extensions": "^2.1.4",
"eslint": "^9.15.0",
"eslint": "^9.26.0",

Choose a reason for hiding this comment

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

critical

This eslint upgrade is intended to fix a security vulnerability. However, as Snyk noted, pnpm-lock.yaml was not updated. You must run pnpm install and commit the updated lock file. Without this step, the vulnerability will not be fixed because CI/production environments will likely use the outdated lock file, which still points to the vulnerable version.

"eslint-plugin-react-hooks": "^5.2.0",
"jsdom": "^25.0.1",
"knip": "^5.50.2",
Expand Down