From 0f6fc82ba0e2b250a133d9c5bf407f7f7d9cff22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 03:45:06 +0000 Subject: [PATCH] build(deps): bump fumadocs-mdx from 15.0.12 to 15.0.13 Bumps [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) from 15.0.12 to 15.0.13. - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-mdx@15.0.12...fumadocs-mdx@15.0.13) --- updated-dependencies: - dependency-name: fumadocs-mdx dependency-version: 15.0.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/website/package.json | 2 +- package-lock.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/website/package.json b/apps/website/package.json index 12ab8b8..8a1503c 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -21,7 +21,7 @@ "@types/mdx": "^2.0.14", "clsx": "^2.1.1", "fumadocs-core": "^16.10.5", - "fumadocs-mdx": "^15.0.12", + "fumadocs-mdx": "^15.0.13", "fumadocs-typescript": "^5.2.6", "fumadocs-ui": "^16.10.5", "lucide-react": "^1.21.0", diff --git a/package-lock.json b/package-lock.json index fc13ccd..c930bbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@types/mdx": "^2.0.14", "clsx": "^2.1.1", "fumadocs-core": "^16.10.5", - "fumadocs-mdx": "^15.0.12", + "fumadocs-mdx": "^15.0.13", "fumadocs-typescript": "^5.2.6", "fumadocs-ui": "^16.10.5", "lucide-react": "^1.21.0", @@ -7573,17 +7573,17 @@ } }, "node_modules/fumadocs-mdx": { - "version": "15.0.12", - "resolved": "https://registry.npmjs.org/fumadocs-mdx/-/fumadocs-mdx-15.0.12.tgz", - "integrity": "sha512-R4WenrNQxSKi+QU46Q1cscVWi+S90dj3As4jdN+vgChO2o0TVOj+FFIe3onWM7mglhPj53NxZp/upP+t/ryekQ==", + "version": "15.0.13", + "resolved": "https://registry.npmjs.org/fumadocs-mdx/-/fumadocs-mdx-15.0.13.tgz", + "integrity": "sha512-VsGhCiLriXXMzm3WbgrVP7t6LvOthwh1BC+IGSI1ZW63UcSo1jE4aAiuUrTIF0jv1EGQkJG8cPsy0cOnf4sejA==", "license": "MIT", "dependencies": { "@mdx-js/mdx": "^3.1.1", "@standard-schema/spec": "^1.1.0", "chokidar": "^5.0.0", - "esbuild": "^0.28.0", + "esbuild": "^0.28.1", "estree-util-value-to-estree": "^3.5.0", - "js-yaml": "^4.2.0", + "js-yaml": "^5.1.0", "mdast-util-mdx": "^3.0.0", "picocolors": "^1.1.1", "picomatch": "^4.0.4",