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 plugins/draw/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 plugins/draw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "npm run build:server && node --test test/*.test.mjs"
},
"dependencies": {
"nanoid": "^5.1.16",
"nanoid": "^6.0.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.

P1 Badge Keep Nano ID compatible with the declared Node range

On the supported Node 20 path (also exercised by the draw job in .github/workflows/test.yml), this range resolves Nano ID 6.0.1, whose lock entry requires Node ^22 || ^24 || >=26. As a result, installs with engine-strict enabled reject the dependency, while ordinary installs run a version that explicitly no longer supports Node 20. Either retain Nano ID 5 or update this package's engine declaration and CI matrix to remove Node 20.

Useful? React with 👍 / 👎.

"open": "^11.0.0",
"socket.io": "^4.8.0"
},
Expand Down