diff --git a/package-lock.json b/package-lock.json index 20ced00..4d2e3ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@types/mdx": "^2.0.13", "fumadocs-core": "^15.6.9", "fumadocs-mdx": "^11.7.4", - "fumadocs-ui": "^15.6.3", + "fumadocs-ui": "^15.6.9", "lucide-react": "^0.525.0", "mdx": "^0.3.1", "next": "^15.4.5", @@ -5111,9 +5111,9 @@ } }, "node_modules/fumadocs-ui": { - "version": "15.6.3", - "resolved": "https://registry.npmjs.org/fumadocs-ui/-/fumadocs-ui-15.6.3.tgz", - "integrity": "sha512-FN2wpPacoJ6vHhwVZF+tiAezKKqOOy5hpQxBUer0Bda95I7uFyloGF/ilVMrrCSbzd5bt/bKzXRJQwcJAw9vAQ==", + "version": "15.6.9", + "resolved": "https://registry.npmjs.org/fumadocs-ui/-/fumadocs-ui-15.6.9.tgz", + "integrity": "sha512-4zQcWqBJx7DuJn3IWAVrRY7o7Xx6DsScq3U8R8Qu2EJOuioJHotyLoVldSaB3wLioxtR7ito6866LZDp3oci6A==", "license": "MIT", "dependencies": { "@radix-ui/react-accordion": "^1.2.11", @@ -5127,11 +5127,11 @@ "@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-tabs": "^1.1.12", "class-variance-authority": "^0.7.1", - "fumadocs-core": "15.6.3", + "fumadocs-core": "15.6.9", "lodash.merge": "^4.6.2", "next-themes": "^0.4.6", "postcss-selector-parser": "^7.1.0", - "react-medium-image-zoom": "^5.2.14", + "react-medium-image-zoom": "^5.3.0", "scroll-into-view-if-needed": "^3.1.0", "tailwind-merge": "^3.3.1" }, @@ -5154,59 +5154,6 @@ } } }, - "node_modules/fumadocs-ui/node_modules/fumadocs-core": { - "version": "15.6.3", - "resolved": "https://registry.npmjs.org/fumadocs-core/-/fumadocs-core-15.6.3.tgz", - "integrity": "sha512-71IPC6Y0ZLPHlavYormnF1r2uX/lNrTFTYCEh6Akll8hWxRNbKG9Hk4xpFJDTkU83c8eLtHk2iow/ccQkcV6Hw==", - "license": "MIT", - "dependencies": { - "@formatjs/intl-localematcher": "^0.6.1", - "@orama/orama": "^3.1.9", - "@shikijs/rehype": "^3.7.0", - "@shikijs/transformers": "^3.7.0", - "github-slugger": "^2.0.0", - "hast-util-to-estree": "^3.1.3", - "hast-util-to-jsx-runtime": "^2.3.6", - "image-size": "^2.0.2", - "negotiator": "^1.0.0", - "npm-to-yarn": "^3.0.1", - "react-remove-scroll": "^2.7.1", - "remark": "^15.0.0", - "remark-gfm": "^4.0.1", - "remark-rehype": "^11.1.2", - "scroll-into-view-if-needed": "^3.1.0", - "shiki": "^3.7.0", - "unist-util-visit": "^5.0.0" - }, - "peerDependencies": { - "@oramacloud/client": "1.x.x || 2.x.x", - "@types/react": "*", - "algoliasearch": "5.x.x", - "next": "14.x.x || 15.x.x", - "react": "18.x.x || 19.x.x", - "react-dom": "18.x.x || 19.x.x" - }, - "peerDependenciesMeta": { - "@oramacloud/client": { - "optional": true - }, - "@types/react": { - "optional": true - }, - "algoliasearch": { - "optional": true - }, - "next": { - "optional": true - }, - "react": { - "optional": true - }, - "react-dom": { - "optional": true - } - } - }, "node_modules/function-bind": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", @@ -11637,9 +11584,9 @@ } }, "node_modules/react-medium-image-zoom": { - "version": "5.2.14", - "resolved": "https://registry.npmjs.org/react-medium-image-zoom/-/react-medium-image-zoom-5.2.14.tgz", - "integrity": "sha512-nfTVYcAUnBzXQpPDcZL+cG/e6UceYUIG+zDcnemL7jtAqbJjVVkA85RgneGtJeni12dTyiRPZVM6Szkmwd/o8w==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/react-medium-image-zoom/-/react-medium-image-zoom-5.3.0.tgz", + "integrity": "sha512-RCIzVlsKqy3BYgGgYbolUfuvx0aSKC7YhX/IJGEp+WJxsqdIVYJHkBdj++FAj6VD7RiWj6VVmdCfa/9vJE9hZg==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 1708a3a..c8e983f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@types/mdx": "^2.0.13", "fumadocs-core": "^15.6.9", "fumadocs-mdx": "^11.7.4", - "fumadocs-ui": "^15.6.3", + "fumadocs-ui": "^15.6.9", "lucide-react": "^0.525.0", "mdx": "^0.3.1", "next": "^15.4.5",