From c71b05d1198b8914e62dde58d2e58471be7702ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 16:06:47 +0000 Subject: [PATCH] chore(deps): bump astro-mermaid from 1.3.1 to 2.0.1 Bumps [astro-mermaid](https://github.com/joesaby/astro-mermaid) from 1.3.1 to 2.0.1. - [Release notes](https://github.com/joesaby/astro-mermaid/releases) - [Commits](https://github.com/joesaby/astro-mermaid/compare/v1.3.1...v2.0.1) --- updated-dependencies: - dependency-name: astro-mermaid dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index fe1758b..ee1ebb1 100644 --- a/bun.lock +++ b/bun.lock @@ -8,7 +8,7 @@ "@astrojs/starlight": "0.38.2", "@yeskunall/astro-umami": "^0.0.7", "astro": "6.1.2", - "astro-mermaid": "^1.3.1", + "astro-mermaid": "^2.0.1", "countup.js": "^2.10.0", "mermaid": "^11.13.0", "sharp": "^0.34.2", @@ -387,7 +387,7 @@ "astro-expressive-code": ["astro-expressive-code@0.41.6", "", { "dependencies": { "rehype-expressive-code": "^0.41.6" }, "peerDependencies": { "astro": "^4.0.0-beta || ^5.0.0-beta || ^3.3.0 || ^6.0.0-beta" } }, "sha512-l47tb1uhmVIebHUkw+HEPtU/av0G4O8Q34g2cbkPvC7/e9ZhANcjUUciKt9Hp6gSVDdIuXBBLwJQn2LkeGMOAw=="], - "astro-mermaid": ["astro-mermaid@1.3.1", "", { "dependencies": { "import-meta-resolve": "^4.2.0", "mdast-util-to-string": "^4.0.0", "unist-util-visit": "^5.0.0" }, "peerDependencies": { "@mermaid-js/layout-elk": "^0.2.0", "astro": "^4.0.0 || ^5.0.0", "mermaid": "^10.0.0 || ^11.0.0" }, "optionalPeers": ["@mermaid-js/layout-elk"] }, "sha512-1+FjwayMSZLtFd+ofdu1+v8a902nN5wmPmjY2qb8tLiO96YlL65LbskiuUcyH6q9h0CdZCrkc5FimlaHZsMJsg=="], + "astro-mermaid": ["astro-mermaid@2.0.1", "", { "dependencies": { "import-meta-resolve": "^4.2.0", "mdast-util-to-string": "^4.0.0", "unist-util-visit": "^5.0.0" }, "peerDependencies": { "@mermaid-js/layout-elk": "^0.2.0", "astro": ">=4", "mermaid": "^10.0.0 || ^11.0.0" }, "optionalPeers": ["@mermaid-js/layout-elk"] }, "sha512-JTyB62FMFJpwS/1yUplmrugL0yr0flBVYZw6mf3s7pVlh+CHCeZTXyj3KCCWtFhnPLAdM+PYld0D+gxN/SysLQ=="], "axobject-query": ["axobject-query@4.1.0", "", {}, "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ=="], diff --git a/package.json b/package.json index 5385fee..4a5674c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@astrojs/starlight": "0.38.2", "@yeskunall/astro-umami": "^0.0.7", "astro": "6.1.2", - "astro-mermaid": "^1.3.1", + "astro-mermaid": "^2.0.1", "countup.js": "^2.10.0", "mermaid": "^11.13.0", "sharp": "^0.34.2",