fix(deps): update dependency mermaid to v10.9.3 [security] - autoclosed#1776
fix(deps): update dependency mermaid to v10.9.3 [security] - autoclosed#1776renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
SafeDep Report SummaryPackage Details
This report is generated by SafeDep Github App |
77512e1 to
2ee03ef
Compare
📦 Next.js Bundle Analysis for mx-kamiThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
| Page | Size (compressed) |
|---|---|
global |
220.43 KB (🟡 +73 B) |
Details
The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.
Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis
If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!
Seven Pages Changed Size
The following pages changed size from the code in this PR compared to its base branch:
| Page | Size (compressed) | First Load | % of Budget (350 KB) |
|---|---|---|---|
/[locale]/[page] |
51.03 KB |
271.46 KB | 77.56% (+/- <0.01%) |
/[locale]/friends |
55.81 KB |
276.25 KB | 78.93% (+/- <0.01%) |
/[locale]/notes/[id] |
74.03 KB |
294.46 KB | 84.13% (+/- <0.01%) |
/[locale]/posts/[category]/[slug] |
78.46 KB |
298.9 KB | 85.40% (+/- <0.01%) |
/[locale]/preview |
54.91 KB |
275.34 KB | 78.67% (+/- <0.01%) |
/[locale]/projects/[id] |
50.17 KB |
270.6 KB | 77.32% (+/- <0.01%) |
/[locale]/recently |
95.53 KB |
315.97 KB | 90.28% (+/- <0.01%) |
Details
Only the gzipped size is provided here based on an expert tip.
First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.
Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis
The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.
2ee03ef to
173bffa
Compare
173bffa to
f8b2059
Compare




This PR contains the following updates:
10.5.0→10.9.3GitHub Vulnerability Alerts
GHSA-m4gq-x24j-jpmf
The following bundled files within the Mermaid NPM package contain a bundled version of DOMPurify that is vulnerable to GHSA-mmhx-hmjr-r674, potentially resulting in an XSS attack.
This affects the built:
dist/mermaid.min.jsdist/mermaid.jsdist/mermaid.esm.mjsdist/mermaid.esm.min.mjsThis will also affect users that use the above files via a CDN link, e.g.
https://cdn.jsdelivr.net/npm/mermaid@10.9.2/dist/mermaid.min.jsUsers that use the default NPM export of
mermaid, e.g.import mermaid from 'mermaid', or thedist/mermaid.core.mjsfile, do not use this bundled version of DOMPurify, and can easily update using their package manager with something likenpm audit fix.Patches
developbranch: 6c785c93166c151d27d328ddf68a13d9d65adc00Release Notes
mermaid-js/mermaid (mermaid)
v10.9.3Compare Source
Updates the bundled version of dependencies in the following files:
dist/mermaid.min.jsdist/mermaid.jsdist/mermaid.esm.mjsdist/mermaid.esm.min.mjsIf you are not using these files (e.g. you are using the default NPM export of
mermaid, e.g.import mermaid from 'mermaid', or you are usingdist/mermaid.core.mjs), this release is identical to v10.9.2.This is to avoid potential security issues in KaTeX and DOMPurify, see:
These dependencies have already been updated in v11.0.0.
Changelog
Chore
2bedd0e)92a07ff)Full Changelog: mermaid-js/mermaid@v10.9.2...v10.9.3
v10.9.2Compare Source
This release back-ports #5914 to the v10 release line to fix #5904 (an incompatibility between mermaid and DOMPurify v3.1.7)
Patch Changes
402abdf[10] fix: ban version v3.1.7 of DOMPurifyFull Changelog: mermaid-js/mermaid@v10.9.1...v10.9.2
v10.9.1Compare Source
What's Changed
BugFixes
Docs
New Contributors
Full Changelog: mermaid-js/mermaid@v10.9.0...v10.9.1
v10.9.0Compare Source
Release Notes
We now have Katex support!
Demo
🚀 Features
🧰 Maintenance
📚 Documentation
🎉 Thanks to all contributors helping with this release! 🎉
v10.8.0Compare Source
v10.8.0
Features
Adding new diagram type - Block Diagram by @knsv in #5221
Feature/5114 add parallel commit config by @mathbraga in #5161
Changes to Gantt Parsers to allow hashes and semicolons to titles, sections, and task data. by @FutzMonitor in #5095
Feature/4653 add actor-top class to sequence diagram by @Ronid1 in #5241
Documentation
Bug fixes
Chores
New Contributors
Full Changelog: mermaid-js/mermaid@v10.7.0...v10.8.0
v10.7.0Compare Source
Release Notes
🚀 Features
flowchart.maxEdgesconfig. (#5086) @sidharthv96🐛 Bug Fixes
🧰 Maintenance
release-drafter/release-drafterGitHub Action to label our PRs (#4868) @aloisklinktsxinstead ofts-node-esm(#5104) @aloisklink#registerExternalDiagramstestTimeout from 5 seconds to 20 seconds (#5055) @omer-priel📚 Documentation
🎉 Thanks to all contributors helping with this release! 🎉
v10.6.1: 10.6.1Compare Source
What's Changed
Bugfixes
(char in ellipse nodesDocumentation
Chores
🎉 Thanks to all contributors helping with this release! 🎉
v10.6.0: 10.6.0Compare Source
What's Changed
Fix
Docs
Chores
marker_unique_id.htmlE2E test to render before taking a screenshot by @aloisklink in #4847
theme-directives.htmlE2E test to render before taking a screenshot by @aloisklink in #4846@typescript-eslint/*plugins to v6 (major) by @aloisklink in #4857flow-huge.spec.jstest case using.repeatby @Yokozuna59 in #4859develop&nextbranches by @sidharthv96 in #4841New Contributors
Full Changelog: mermaid-js/mermaid@v10.5.1...v10.6.0
v10.5.1Compare Source
What's Changed
Full Changelog: mermaid-js/mermaid@v10.5.0...v10.5.1
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.