Skip to content

Commit 75bb11e

Browse files
committed
chore(deps): bump transitive mermaid to 11.16.1
streamdown declares mermaid as a hard dependency, so it lands in the lockfile even though diagram rendering is gated behind the optional @streamdown/mermaid plugin, which is not installed here. Its declared range (^11.12.2) already permits 11.16.1, so this was a stale lockfile pin rather than a range conflict. Use a scoped override so the floor is re-forced on every install; a plain lockfile refresh would silently revert.
1 parent 90e8bd5 commit 75bb11e

2 files changed

Lines changed: 41 additions & 137 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
"brace-expansion@<1.1.13": "1.1.13",
141141
"brace-expansion@>=2 <2.0.3": "2.0.3",
142142
"brace-expansion@>=5 <5.0.6": "5.0.6",
143+
"mermaid@>=11 <11.16.1": "^11.16.1",
143144
"@jsonhero/json-infer-types>ip-address": "^10.2.0",
144145
"@modelcontextprotocol/sdk@>=1.26.0>express-rate-limit": "^8.6.0"
145146
},

pnpm-lock.yaml

Lines changed: 40 additions & 137 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)