From bec86c3c1c4d5902076912adfa52e2f9e13e37a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 16:50:58 +0000 Subject: [PATCH] build(deps): bump fumadocs-core from 15.7.13 to 15.8.1 Bumps [fumadocs-core](https://github.com/fuma-nama/fumadocs) from 15.7.13 to 15.8.1. - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-core@15.7.13...fumadocs-core@15.8.1) --- updated-dependencies: - dependency-name: fumadocs-core dependency-version: 15.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 11582a9..38d78e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "dependencies": { "@types/mdx": "^2.0.13", - "fumadocs-core": "^15.7.13", + "fumadocs-core": "^15.8.1", "fumadocs-mdx": "^12.0.1", "fumadocs-ui": "^15.7.7", "lucide-react": "^0.544.0", @@ -4998,15 +4998,15 @@ } }, "node_modules/fumadocs-core": { - "version": "15.7.13", - "resolved": "https://registry.npmjs.org/fumadocs-core/-/fumadocs-core-15.7.13.tgz", - "integrity": "sha512-pXSu5/7newNu1nxhz3tp5e0P8jS5oA4jpxWM9o/Rdt6mXjR0FymgHzFDesFVirpSCSjZDTa7RyWDRnyvEOYtvQ==", + "version": "15.8.1", + "resolved": "https://registry.npmjs.org/fumadocs-core/-/fumadocs-core-15.8.1.tgz", + "integrity": "sha512-3NBM2U3QlnDr4AwfDCLFaNjRGOj52g3geHSnwC9hU2en34xROe7/I8FI1eLkX68ppGnhSQYm/rIuMAPzvepnsg==", "license": "MIT", "dependencies": { "@formatjs/intl-localematcher": "^0.6.1", - "@orama/orama": "^3.1.13", - "@shikijs/rehype": "^3.12.2", - "@shikijs/transformers": "^3.12.2", + "@orama/orama": "^3.1.14", + "@shikijs/rehype": "^3.13.0", + "@shikijs/transformers": "^3.13.0", "github-slugger": "^2.0.0", "hast-util-to-estree": "^3.1.3", "hast-util-to-jsx-runtime": "^2.3.6", @@ -5018,7 +5018,7 @@ "remark-gfm": "^4.0.1", "remark-rehype": "^11.1.2", "scroll-into-view-if-needed": "^3.1.0", - "shiki": "^3.12.2", + "shiki": "^3.13.0", "unist-util-visit": "^5.0.0" }, "peerDependencies": { diff --git a/package.json b/package.json index c20a18a..aa6de8f 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@types/mdx": "^2.0.13", - "fumadocs-core": "^15.7.13", + "fumadocs-core": "^15.8.1", "fumadocs-mdx": "^12.0.1", "fumadocs-ui": "^15.7.7", "lucide-react": "^0.544.0",