From a201200cc7870fcea568b324f23b405d5023f10d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:56:53 +0000 Subject: [PATCH] fix(deps): update dependency mermaid to v11.2.1 (#685) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
mermaid-js/mermaid (mermaid) ### [`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/mermaid@11.2.0...mermaid@11.2.1) ##### Patch Changes - [#​5856](https://redirect.github.com/mermaid-js/mermaid/pull/5856) [`bfd8c63`](https://redirect.github.com/mermaid-js/mermaid/commit/bfd8c63daaa8420e57da9953922b9f0c94123064) Thanks [@​knsv](https://redirect.github.com/knsv)! - Fix for issue with calculation of label width when using in firefox
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 90ad104fe..7b13696ca 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "embla-carousel-react": "^8.2.0", "instantsearch-itemsjs-adapter": "^1.1.5", "itemsjs": "^2.1.25", - "mermaid": "11.2.0", + "mermaid": "11.2.1", "postcss": "^8.4.41", "prism-react-renderer": "2.4.0", "prismjs": "1.29.0", diff --git a/yarn.lock b/yarn.lock index ba8d4cca6..97be6602e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8710,10 +8710,10 @@ merge2@^1.3.0, merge2@^1.4.1: resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== -mermaid@11.2.0: - version "11.2.0" - resolved "https://registry.yarnpkg.com/mermaid/-/mermaid-11.2.0.tgz#b9703e23155c70853925590dcd849fa5ffed0728" - integrity sha512-ZinOa063lk81lujX8vkINNqmFaNMk1A95Z4kCL7fE6QLAi01CxeiUJVw+tpXU+lAM73utO39G+2PLjxS2GYS/w== +mermaid@11.2.1: + version "11.2.1" + resolved "https://registry.yarnpkg.com/mermaid/-/mermaid-11.2.1.tgz#b168c6f862268f77a0d3559926b193926ddc60bc" + integrity sha512-F8TEaLVVyxTUmvKswVFyOkjPrlJA5h5vNR1f7ZnSWSpqxgEZG1hggtn/QCa7znC28bhlcrNh10qYaIiill7q4A== dependencies: "@braintree/sanitize-url" "^7.0.1" "@iconify/utils" "^2.1.32"