nextcloud / nextcloud/whiteboard
Update Nano ID and lodash-es dependencies
@hweihwang is already working on this.
Since Sep 16, 2026.
- Dominant language
- JavaScript
- Stars
- 215
- Forks
- 39
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 32
Description
Excalidraw and Mermaid's dependencies pin older Nano ID and lodash-es versions that npm audit fix cannot replace.
Try these overrides:
- Nano ID under
@nextcloud/excalidraw:3.3.19. - Nano ID under
@excalidraw/mermaid-to-excalidraw, including its nested copy:5.1.16. lodash-es:4.18.1.
A local check reduced production audit findings from 12, including 2 high, to 5 moderate. The production build and 61 non-Redis integration tests passed.
Before merging, test both Mermaid entry points, diagram conversion, ID generation, and save/reload with existing boards. Check the published Excalidraw package too: lockfile changes won't replace code already bundled inside it.
The remaining findings belong to #1115/#1161. Remove the overrides once the parent packages include the fixes.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.