Skip to content
Open
Show file tree
Hide file tree
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
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@types/cli-progress": "^3.11.0",
"@types/node": "^20.2.3",
"@types/node": "^26.2.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Node types exceed supported runtime

Low Severity

@types/node is bumped to ^26.2.0, but engines.node and CI still target Node 22. These types describe APIs that do not exist on Node 22, so TypeScript can accept calls that fail at runtime on the supported version.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit d1fb1d8. Configure here.

"@types/papaparse": "^5.3.7",
"@types/uuid": "^9.0.1",
"@types/yargs": "^17.0.24",
Expand Down
Loading