From 211122a9193bd06740e938a2749bb8e956be0338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 18:08:45 +0000 Subject: [PATCH] chore(deps): bump @mermaid-js/layout-elk from 0.1.9 to 0.2.0 Bumps [@mermaid-js/layout-elk](https://github.com/mermaid-js/mermaid) from 0.1.9 to 0.2.0. - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Commits](https://github.com/mermaid-js/mermaid/compare/@mermaid-js/layout-elk@0.1.9...@mermaid-js/layout-elk@0.2.0) --- updated-dependencies: - dependency-name: "@mermaid-js/layout-elk" dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0416f12176..d6268b5d7ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@intercom/messenger-js-sdk": "^0.0.14", "@lottiefiles/react-lottie-player": "^3.6.0", "@mdx-js/react": "^3.1.0", - "@mermaid-js/layout-elk": "^0.1.9", + "@mermaid-js/layout-elk": "^0.2.1", "@metamask/design-tokens": "^7.1.0", "@metamask/eth-sig-util": "^7.0.3", "@metamask/profile-sync-controller": "^16.0.0", @@ -7124,9 +7124,9 @@ } }, "node_modules/@mermaid-js/layout-elk": { - "version": "0.1.9", - "resolved": "https://registry.npmjs.org/@mermaid-js/layout-elk/-/layout-elk-0.1.9.tgz", - "integrity": "sha512-HuvaqFZBr6yT9PpWYockvKAZPJVd89yn/UjOYPxhzbZxlybL2v+2BjVCg7MVH6vRs1irUohb/s42HEdec1CCZw==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@mermaid-js/layout-elk/-/layout-elk-0.2.1.tgz", + "integrity": "sha512-MX9jwhMyd5zDcFsYcl3duDUkKhjVRUCGEQrdCeNV5hCIR6+3FuDDbRbFmvVbAu15K1+juzsYGG+K8MDvCY1Amg==", "license": "MIT", "dependencies": { "d3": "^7.9.0", diff --git a/package.json b/package.json index c8f9a8445d2..e9ec6ba4cb5 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@intercom/messenger-js-sdk": "^0.0.14", "@lottiefiles/react-lottie-player": "^3.6.0", "@mdx-js/react": "^3.1.0", - "@mermaid-js/layout-elk": "^0.1.9", + "@mermaid-js/layout-elk": "^0.2.1", "@metamask/design-tokens": "^7.1.0", "@metamask/eth-sig-util": "^7.0.3", "@metamask/profile-sync-controller": "^16.0.0",