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:
Generated
+429
-443
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user