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",