From f1609c5d2ffd50039a3c9425272f362f53d7e280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 02:30:34 +0000 Subject: [PATCH] build(deps): bump fumadocs-mdx from 11.8.0 to 11.8.2 Bumps [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) from 11.8.0 to 11.8.2. - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-mdx@11.8.0...fumadocs-mdx@11.8.2) --- updated-dependencies: - dependency-name: fumadocs-mdx dependency-version: 11.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 +++++++++++-------- package.json | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2d5963..bba9cde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@types/mdx": "^2.0.13", "fumadocs-core": "^15.6.9", - "fumadocs-mdx": "^11.8.0", + "fumadocs-mdx": "^11.8.2", "fumadocs-ui": "^15.6.12", "lucide-react": "^0.525.0", "mdx": "^0.3.1", @@ -5044,9 +5044,9 @@ } }, "node_modules/fumadocs-mdx": { - "version": "11.8.0", - "resolved": "https://registry.npmjs.org/fumadocs-mdx/-/fumadocs-mdx-11.8.0.tgz", - "integrity": "sha512-svbJBgkvLHG3GX2tG+TxiMPDnvE2QDHCIT2wgcYf+flWoDIMgh8ZWTvv4r5/BpU+svYeEd6sKFq3sEjlgDM4ag==", + "version": "11.8.2", + "resolved": "https://registry.npmjs.org/fumadocs-mdx/-/fumadocs-mdx-11.8.2.tgz", + "integrity": "sha512-omv2jNrdXfZiAC2p6YeO3y3GYyQesMRzvsCDdgf7L/MbPIfgvtPkmRG2kL42dFEVsi45zwj0UugX6AG5IhDuUQ==", "license": "MIT", "dependencies": { "@mdx-js/mdx": "^3.1.0", @@ -5057,10 +5057,13 @@ "js-yaml": "^4.1.0", "lru-cache": "^11.1.0", "picocolors": "^1.1.1", + "remark-mdx": "^3.1.0", + "remark-parse": "^11.0.0", "tinyexec": "^1.0.1", "tinyglobby": "^0.2.14", + "unified": "^11.0.5", "unist-util-visit": "^5.0.0", - "zod": "^4.0.17" + "zod": "^4.1.4" }, "bin": { "fumadocs-mdx": "bin.js" @@ -13911,9 +13914,9 @@ } }, "node_modules/zod": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/zod/-/zod-4.1.1.tgz", - "integrity": "sha512-SgMZK/h8Tigt9nnKkfJMvB/mKjiJXaX26xegP4sa+0wHIFVFWVlsQGdhklDmuargBD3Hsi3rsQRIzwJIhTPJHA==", + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.1.5.tgz", + "integrity": "sha512-rcUUZqlLJgBC33IT3PNMgsCq6TzLQEG/Ei/KTCU0PedSWRMAXoOUN+4t/0H+Q8bdnLPdqUYnvboJT0bn/229qg==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/package.json b/package.json index 2825c6d..6516e90 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@types/mdx": "^2.0.13", "fumadocs-core": "^15.6.9", - "fumadocs-mdx": "^11.8.0", + "fumadocs-mdx": "^11.8.2", "fumadocs-ui": "^15.6.12", "lucide-react": "^0.525.0", "mdx": "^0.3.1",