diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3870e46..43cb070 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -28,7 +28,7 @@ "clsx": "^2.1.1", "dodopayments": "^2.25.1", "framer-motion": "^12.36.0", - "fumadocs-core": "^16.7.15", + "fumadocs-core": "^16.8.5", "fumadocs-mdx": "^14.2.14", "fumadocs-ui": "^16.7.15", "lucide-react": "^0.577.0", @@ -3420,19 +3420,6 @@ "node": ">=20" } }, - "node_modules/@shikijs/transformers": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@shikijs/transformers/-/transformers-4.0.2.tgz", - "integrity": "sha512-1+L0gf9v+SdDXs08vjaLb3mBFa8U7u37cwcBQIv/HCocLwX69Tt6LpUCjtB+UUTvQxI7BnjZKhN/wMjhHBcJGg==", - "license": "MIT", - "dependencies": { - "@shikijs/core": "4.0.2", - "@shikijs/types": "4.0.2" - }, - "engines": { - "node": ">=20" - } - }, "node_modules/@shikijs/types": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-4.0.2.tgz", @@ -6855,17 +6842,17 @@ } }, "node_modules/fumadocs-core": { - "version": "16.7.15", - "resolved": "https://registry.npmjs.org/fumadocs-core/-/fumadocs-core-16.7.15.tgz", - "integrity": "sha512-LKnJGvuYq+xcuG1LQeHz0aY8Kz1TiLnEBJH1fZc1pViERot4Z2NpaUCjqdBRueIPThHXbt1aBCenffUOaoO5UA==", + "version": "16.8.5", + "resolved": "https://registry.npmjs.org/fumadocs-core/-/fumadocs-core-16.8.5.tgz", + "integrity": "sha512-4MRqh/KWtR5Q5+LJd2SFv3nLDHtuZw3q8rwApd9nAWkunHVU30U17fUVq6nY+IDoLs7bSLnvDGvoE+Ynelrn3A==", "license": "MIT", "dependencies": { "@orama/orama": "^3.1.18", - "@shikijs/transformers": "^4.0.2", "estree-util-value-to-estree": "^3.5.0", "github-slugger": "^2.0.0", "hast-util-to-estree": "^3.1.3", "hast-util-to-jsx-runtime": "^2.3.6", + "js-yaml": "^4.1.1", "mdast-util-mdx": "^3.0.0", "mdast-util-to-markdown": "^2.1.2", "remark": "^15.0.1", @@ -6880,7 +6867,7 @@ }, "peerDependencies": { "@mdx-js/mdx": "*", - "@mixedbread/sdk": "^0.46.0", + "@mixedbread/sdk": "0.x.x", "@orama/core": "1.x.x", "@oramacloud/client": "2.x.x", "@tanstack/react-router": "1.x.x", diff --git a/frontend/package.json b/frontend/package.json index eb02cf4..bfbd6e9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -29,7 +29,7 @@ "clsx": "^2.1.1", "dodopayments": "^2.25.1", "framer-motion": "^12.36.0", - "fumadocs-core": "^16.7.15", + "fumadocs-core": "^16.8.5", "fumadocs-mdx": "^14.2.14", "fumadocs-ui": "^16.7.15", "lucide-react": "^0.577.0",