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 @@ -54,7 +54,7 @@
"@typescript-eslint/parser": "^2.28.0",
"chai": "^4.2.0",
"codecov": "^3.6.5",
"eslint": "^6.8.0",
"eslint": "^9.0.0",

Choose a reason for hiding this comment

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

P1 Badge Update lockfile for ESLint 9 upgrade

Bumping eslint in package.json without regenerating package-lock.json leaves the resolved install at ESLint 6.8.0 (package-lock.json:1043-1046), so npm ci/locked installs will still pull the vulnerable version and this security PR will not actually remediate the reported issue. Please update and commit the lockfile together with the manifest change so deterministic installs pick up ESLint 9.

Useful? React with 👍 / 👎.

"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
Expand Down