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
10 changes: 5 additions & 5 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 @@ -54,7 +54,7 @@
"@doist/twist-sdk": "2.9.2",
"@pnpm/tabtab": "0.5.4",
"chalk": "5.6.2",
"commander": "14.0.3",
"commander": "15.0.0",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

🟠 P1 Commander v15 requires node >=22.12.0, but this package's engines.node field still claims support for Node 20 (^20.19.0 || >=22.12.0). This will cause EBADENGINE warnings or installation failures for users running Node 20. If you wish to maintain Node 20 support, you should revert this update and remain on Commander v14 (which receives security updates until May 2027). If you intend to drop Node 20 support, update the engines field in this file to match.

"marked": "18.0.5",
"marked-terminal-renderer": "2.2.0",
"oauth4webapi": "3.8.6",
Expand Down
Loading