From 495d537bf99992d638a0d4be2faef4968e62855a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 17:31:20 +0000 Subject: [PATCH] build(deps): bump fumadocs-mdx from 11.6.9 to 11.6.10 Bumps [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) from 11.6.9 to 11.6.10. - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-mdx@11.6.9...fumadocs-mdx@11.6.10) --- updated-dependencies: - dependency-name: fumadocs-mdx dependency-version: 11.6.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 63 ++++------------------------------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 59 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5493e6..6ea600e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@types/mdx": "^2.0.13", "fumadocs-core": "^15.5.4", - "fumadocs-mdx": "^11.6.9", + "fumadocs-mdx": "^11.6.10", "fumadocs-ui": "^15.5.4", "lucide-react": "^0.513.0", "mdx": "^0.3.1", @@ -5041,10 +5041,9 @@ } }, "node_modules/fumadocs-mdx": { - "version": "11.6.9", - "resolved": "https://registry.npmjs.org/fumadocs-mdx/-/fumadocs-mdx-11.6.9.tgz", - "integrity": "sha512-Gm29CFOpvBe8m8r4Es0U6xsVvGaKEMiACsJeUYr6QdZiTYKXkl9a+gI6kkOfPJ/Aoyb561mh3Q0JSONX37GT5w==", - "license": "MIT", + "version": "11.6.10", + "resolved": "https://registry.npmjs.org/fumadocs-mdx/-/fumadocs-mdx-11.6.10.tgz", + "integrity": "sha512-W13mGPKDviKHq1FdxJqbBmA8vQ0niEISUUREJU8u3q1g5lQgnZ9whZjTnvijnqiGNbBsjb8CmjU20OlmwG6nhA==", "dependencies": { "@mdx-js/mdx": "^3.1.0", "@standard-schema/spec": "^1.0.0", @@ -5057,7 +5056,7 @@ "tinyexec": "^1.0.1", "tinyglobby": "^0.2.14", "unist-util-visit": "^5.0.0", - "zod": "^3.25.63" + "zod": "^3.25.67" }, "bin": { "fumadocs-mdx": "bin.js" @@ -5133,58 +5132,6 @@ } } }, - "node_modules/fumadocs-ui/node_modules/fumadocs-core": { - "version": "15.5.3", - "resolved": "https://registry.npmjs.org/fumadocs-core/-/fumadocs-core-15.5.3.tgz", - "integrity": "sha512-FGOrPqUpovSkc25s7EzNvYO0Oi1mlAJz9GxJ3jb8W1v5rmtWgjVhpjs5vBNMQtKDpQuO0GjkHN5iMQVbW0DvjQ==", - "license": "MIT", - "dependencies": { - "@formatjs/intl-localematcher": "^0.6.1", - "@orama/orama": "^3.1.6", - "@shikijs/rehype": "^3.6.0", - "@shikijs/transformers": "^3.6.0", - "github-slugger": "^2.0.0", - "hast-util-to-estree": "^3.1.3", - "hast-util-to-jsx-runtime": "^2.3.6", - "image-size": "^2.0.2", - "negotiator": "^1.0.0", - "react-remove-scroll": "^2.7.1", - "remark": "^15.0.0", - "remark-gfm": "^4.0.1", - "remark-rehype": "^11.1.2", - "scroll-into-view-if-needed": "^3.1.0", - "shiki": "^3.6.0", - "unist-util-visit": "^5.0.0" - }, - "peerDependencies": { - "@oramacloud/client": "1.x.x || 2.x.x", - "@types/react": "*", - "algoliasearch": "5.x.x", - "next": "14.x.x || 15.x.x", - "react": "18.x.x || 19.x.x", - "react-dom": "18.x.x || 19.x.x" - }, - "peerDependenciesMeta": { - "@oramacloud/client": { - "optional": true - }, - "@types/react": { - "optional": true - }, - "algoliasearch": { - "optional": true - }, - "next": { - "optional": true - }, - "react": { - "optional": true - }, - "react-dom": { - "optional": true - } - } - }, "node_modules/function-bind": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", diff --git a/package.json b/package.json index 6627467..21aae27 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "@types/mdx": "^2.0.13", "fumadocs-core": "^15.5.4", - "fumadocs-mdx": "^11.6.9", + "fumadocs-mdx": "^11.6.10", "fumadocs-ui": "^15.5.4", "lucide-react": "^0.513.0", "mdx": "^0.3.1",