chore(deps): sync the lockfile to what is actually installed here

package-lock.json had drifted from node_modules — mermaid resolved to
11.16.1 against the unchanged "^11.6.0" range in package.json (was
11.12.3 in the committed lockfile), pulling in that release's own
dependency changes (chevrotain/langium/vscode-languageserver-* dropped,
stream-parser/probe-image-size/es-toolkit/@upsetjs/venn.js added — all
internal to mermaid's diagram parsing, nothing added at the top level).

Leaving this uncommitted would mean a fresh `npm install` on another
machine installs older versions than the ones already running here —
exactly the cross-machine mismatch this push is meant to prevent. Build
and lint both verified clean against the versions this lockfile now
records.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
AFFAANh
2026-09-02 19:04:52 +05:30
co-authored by Claude Opus 5
parent 3f9930b236
commit 4fadfff1a6
+430 -444
View File
File diff suppressed because it is too large Load Diff