From 82c56516096f0325958a133e4e4b559929f989a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 03:50:22 +0000 Subject: [PATCH] chore(deps): bump the minor-and-patch group with 3 updates Bumps the minor-and-patch group with 3 updates: [fumadocs-core](https://github.com/fuma-nama/fumadocs), [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) and [fumadocs-ui](https://github.com/fuma-nama/fumadocs). Updates `fumadocs-core` from 16.0.1 to 16.0.3 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-core@16.0.1...fumadocs-core@16.0.3) Updates `fumadocs-mdx` from 13.0.0 to 13.0.2 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-mdx@13.0.0...fumadocs-mdx@13.0.2) Updates `fumadocs-ui` from 16.0.1 to 16.0.3 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-ui@16.0.1...fumadocs-ui@16.0.3) --- updated-dependencies: - dependency-name: fumadocs-core dependency-version: 16.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: fumadocs-mdx dependency-version: 13.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: fumadocs-ui dependency-version: 16.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- apps/docs/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/docs/package.json b/apps/docs/package.json index d0fd861..40d74ed 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -11,9 +11,9 @@ "postinstall": "fumadocs-mdx" }, "dependencies": { - "fumadocs-core": "16.0.1", - "fumadocs-mdx": "13.0.0", - "fumadocs-ui": "16.0.1", + "fumadocs-core": "16.0.3", + "fumadocs-mdx": "13.0.2", + "fumadocs-ui": "16.0.3", "next": "16.0.0", "react": "^19.2.0", "react-dom": "^19.2.0",