Skip to content
Closed
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
4 changes: 2 additions & 2 deletions apps/sim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,13 @@
"isolated-vm": "6.1.2",
"jose": "6.0.11",
"js-tiktoken": "1.0.21",
"js-yaml": "4.3.0",
"js-yaml": "4.3.1",
"jsdom": "^26.0.0",
"jszip": "3.10.1",
"lib0": "0.2.117",
"lru-cache": "11.3.6",
"mammoth": "^1.9.0",
"mermaid": "11.15.0",
"mermaid": "11.16.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mermaid override blocks bump

High Severity

mermaid is raised to 11.16.1 here, but the root package.json and bun.lock overrides still pin mermaid to 11.15.0. Installs in this monorepo therefore keep resolving the older release, so prototype-pollution and other fixes advertised for 11.16.1 may not actually ship despite this bump.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 6e08572. Configure here.

"micromatch": "4.0.8",
"monaco-editor": "0.55.1",
"mongodb": "6.19.0",
Expand Down
Loading