From b97722ea8c597a08308ef02147518a0eba1bed54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 23:49:15 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the /website directory: [fumadocs-core](https://github.com/fuma-nama/fumadocs) and [fumadocs-ui](https://github.com/fuma-nama/fumadocs). Updates `fumadocs-core` from 16.6.17 to 16.8.11 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-core@16.6.17...fumadocs-core@16.8.11) Updates `fumadocs-ui` from 16.6.17 to 16.8.11 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-ui@16.6.17...fumadocs-ui@16.8.11) --- updated-dependencies: - dependency-name: fumadocs-core dependency-version: 16.8.11 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm_and_yarn - dependency-name: fumadocs-ui dependency-version: 16.8.11 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- website/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/package.json b/website/package.json index c28ef7b9..b618a3dd 100644 --- a/website/package.json +++ b/website/package.json @@ -9,9 +9,9 @@ "start": "next start" }, "dependencies": { - "fumadocs-core": "^16.8.10", + "fumadocs-core": "^16.8.11", "fumadocs-mdx": "^14.3.2", - "fumadocs-ui": "^16.8.10", + "fumadocs-ui": "^16.8.11", "mdast-util-from-markdown": "^2.0.3", "next": "^16.2.6", "react": "^19.2.6",