diff --git a/apps/website/package.json b/apps/website/package.json index 12ab8b8..8a1503c 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -21,7 +21,7 @@ "@types/mdx": "^2.0.14", "clsx": "^2.1.1", "fumadocs-core": "^16.10.5", - "fumadocs-mdx": "^15.0.12", + "fumadocs-mdx": "^15.0.13", "fumadocs-typescript": "^5.2.6", "fumadocs-ui": "^16.10.5", "lucide-react": "^1.21.0", diff --git a/package-lock.json b/package-lock.json index fc13ccd..c930bbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@types/mdx": "^2.0.14", "clsx": "^2.1.1", "fumadocs-core": "^16.10.5", - "fumadocs-mdx": "^15.0.12", + "fumadocs-mdx": "^15.0.13", "fumadocs-typescript": "^5.2.6", "fumadocs-ui": "^16.10.5", "lucide-react": "^1.21.0", @@ -7573,17 +7573,17 @@ } }, "node_modules/fumadocs-mdx": { - "version": "15.0.12", - "resolved": "https://registry.npmjs.org/fumadocs-mdx/-/fumadocs-mdx-15.0.12.tgz", - "integrity": "sha512-R4WenrNQxSKi+QU46Q1cscVWi+S90dj3As4jdN+vgChO2o0TVOj+FFIe3onWM7mglhPj53NxZp/upP+t/ryekQ==", + "version": "15.0.13", + "resolved": "https://registry.npmjs.org/fumadocs-mdx/-/fumadocs-mdx-15.0.13.tgz", + "integrity": "sha512-VsGhCiLriXXMzm3WbgrVP7t6LvOthwh1BC+IGSI1ZW63UcSo1jE4aAiuUrTIF0jv1EGQkJG8cPsy0cOnf4sejA==", "license": "MIT", "dependencies": { "@mdx-js/mdx": "^3.1.1", "@standard-schema/spec": "^1.1.0", "chokidar": "^5.0.0", - "esbuild": "^0.28.0", + "esbuild": "^0.28.1", "estree-util-value-to-estree": "^3.5.0", - "js-yaml": "^4.2.0", + "js-yaml": "^5.1.0", "mdast-util-mdx": "^3.0.0", "picocolors": "^1.1.1", "picomatch": "^4.0.4",