Skip to content

Commit a201200

Browse files
fix(deps): update dependency mermaid to v11.2.1 (#685)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mermaid](https://redirect.github.com/mermaid-js/mermaid) | [`11.2.0` -> `11.2.1`](https://renovatebot.com/diffs/npm/mermaid/11.2.0/11.2.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/mermaid/11.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mermaid/11.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mermaid/11.2.0/11.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mermaid/11.2.0/11.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mermaid-js/mermaid (mermaid)</summary> ### [`v11.2.1`](https://redirect.github.com/mermaid-js/mermaid/releases/tag/mermaid%4011.2.1) [Compare Source](https://redirect.github.com/mermaid-js/mermaid/compare/[email protected]@11.2.1) ##### Patch Changes - [#&#8203;5856](https://redirect.github.com/mermaid-js/mermaid/pull/5856) [`bfd8c63`](https://redirect.github.com/mermaid-js/mermaid/commit/bfd8c63daaa8420e57da9953922b9f0c94123064) Thanks [@&#8203;knsv](https://redirect.github.com/knsv)! - Fix for issue with calculation of label width when using in firefox </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/openfeature.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 850f7f3 commit a201200

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"embla-carousel-react": "^8.2.0",
4848
"instantsearch-itemsjs-adapter": "^1.1.5",
4949
"itemsjs": "^2.1.25",
50-
"mermaid": "11.2.0",
50+
"mermaid": "11.2.1",
5151
"postcss": "^8.4.41",
5252
"prism-react-renderer": "2.4.0",
5353
"prismjs": "1.29.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8710,10 +8710,10 @@ merge2@^1.3.0, merge2@^1.4.1:
87108710
resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz"
87118711
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
87128712

8713-
8714-
version "11.2.0"
8715-
resolved "https://registry.yarnpkg.com/mermaid/-/mermaid-11.2.0.tgz#b9703e23155c70853925590dcd849fa5ffed0728"
8716-
integrity sha512-ZinOa063lk81lujX8vkINNqmFaNMk1A95Z4kCL7fE6QLAi01CxeiUJVw+tpXU+lAM73utO39G+2PLjxS2GYS/w==
8713+
8714+
version "11.2.1"
8715+
resolved "https://registry.yarnpkg.com/mermaid/-/mermaid-11.2.1.tgz#b168c6f862268f77a0d3559926b193926ddc60bc"
8716+
integrity sha512-F8TEaLVVyxTUmvKswVFyOkjPrlJA5h5vNR1f7ZnSWSpqxgEZG1hggtn/QCa7znC28bhlcrNh10qYaIiill7q4A==
87178717
dependencies:
87188718
"@braintree/sanitize-url" "^7.0.1"
87198719
"@iconify/utils" "^2.1.32"

0 commit comments

Comments
 (0)