From c1f8efbd88fba031eb4d2cb0adc253cfe7e122ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 16:09:03 +0000 Subject: [PATCH] deps: bump astro-mermaid from 2.0.2 to 2.0.4 Bumps [astro-mermaid](https://github.com/joesaby/astro-mermaid) from 2.0.2 to 2.0.4. - [Release notes](https://github.com/joesaby/astro-mermaid/releases) - [Changelog](https://github.com/joesaby/astro-mermaid/blob/main/CHANGELOG.md) - [Commits](https://github.com/joesaby/astro-mermaid/compare/v2.0.2...v2.0.4) --- updated-dependencies: - dependency-name: astro-mermaid dependency-version: 2.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 b5dcf96..a411990 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@astrojs/starlight": "^0.40.0", "astro": "^7.0.0", - "astro-mermaid": "^2.0.2" + "astro-mermaid": "^2.0.4" } }, "node_modules/@antfu/install-pkg": { @@ -2297,9 +2297,9 @@ } }, "node_modules/astro-mermaid": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/astro-mermaid/-/astro-mermaid-2.0.2.tgz", - "integrity": "sha512-ihx63qwZ0hlu9mDjs6auQEXyo13s9h5HFHFIHovjTJH6ot97u0VqyGk3P1kkjPYZeOMrZ1Y7QAOevUfLs9cDfA==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/astro-mermaid/-/astro-mermaid-2.0.4.tgz", + "integrity": "sha512-9oTGCdgnRs2PShPgyhkA45EvRVr3NcgZmFgQBaZywVijwwQm+RYvAL5XM4lgMQZc+pCrNM76hkZl85ioeKkEFQ==", "license": "MIT", "dependencies": { "import-meta-resolve": "^4.2.0", diff --git a/package.json b/package.json index ef69be9..cdf6e9e 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "dependencies": { "astro": "^7.0.0", "@astrojs/starlight": "^0.40.0", - "astro-mermaid": "^2.0.2" + "astro-mermaid": "^2.0.4" } }