chore(deps): bump mermaid to 11.15.0 for GHSA-ghcm-xqfw-q4vr#4615
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Regenerates Reviewed by Cursor Bugbot for commit f991d89. Configure here. |
Greptile SummaryThis PR bumps
Confidence Score: 5/5Safe to merge — this is a targeted security patch with no logic changes, and the lockfile confirms the vulnerability is fully remediated across all consumers. The change bumps mermaid to the patched version and adds overrides at both the root and app level to close the transitive gap via streamdown. The lockfile shows a single mermaid@11.15.0 resolution with no remaining nested copy of 11.14.0, and the removed transitive deps (langium, chevrotain, vscode-languageserver-*) are an expected side-effect of the updated @mermaid-js/parser@1.1.1. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["apps/sim direct dep: mermaid@11.14.0 → 11.15.0"] --> C["Single resolved: mermaid@11.15.0"]
B["streamdown@2.5.0 transitive dep"] -->|"override applied"| C
E["root package.json overrides: mermaid@11.15.0"] --> C
F["apps/sim overrides: mermaid@11.15.0"] --> C
C --> D["GHSA-ghcm-xqfw-q4vr patched"]
Reviews (2): Last reviewed commit: "chore(deps): override transitive mermaid..." | Re-trigger Greptile |
|
@greptile |
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit f991d89. Configure here.
Summary
mermaidfrom 11.14.0 to 11.15.0 inapps/sim/package.jsonclassDefin state diagrams)Type of Change
Testing
Tested manually
Checklist