diff --git a/package-lock.json b/package-lock.json index f5493e6..eeef54e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "fumadocs-core": "^15.5.4", "fumadocs-mdx": "^11.6.9", "fumadocs-ui": "^15.5.4", - "lucide-react": "^0.513.0", + "lucide-react": "^0.525.0", "mdx": "^0.3.1", "next": "^15.3.3", "node-fetch": "^3.3.2", @@ -5133,58 +5133,6 @@ } } }, - "node_modules/fumadocs-ui/node_modules/fumadocs-core": { - "version": "15.5.3", - "resolved": "https://registry.npmjs.org/fumadocs-core/-/fumadocs-core-15.5.3.tgz", - "integrity": "sha512-FGOrPqUpovSkc25s7EzNvYO0Oi1mlAJz9GxJ3jb8W1v5rmtWgjVhpjs5vBNMQtKDpQuO0GjkHN5iMQVbW0DvjQ==", - "license": "MIT", - "dependencies": { - "@formatjs/intl-localematcher": "^0.6.1", - "@orama/orama": "^3.1.6", - "@shikijs/rehype": "^3.6.0", - "@shikijs/transformers": "^3.6.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", - "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.6.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", @@ -6490,10 +6438,9 @@ "peer": true }, "node_modules/lucide-react": { - "version": "0.513.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.513.0.tgz", - "integrity": "sha512-CJZKq2g8Y8yN4Aq002GahSXbG2JpFv9kXwyiOAMvUBv7pxeOFHUWKB0mO7MiY4ZVFCV4aNjv2BJFq/z3DgKPQg==", - "license": "ISC", + "version": "0.525.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.525.0.tgz", + "integrity": "sha512-Tm1txJ2OkymCGkvwoHt33Y2JpN5xucVq1slHcgE6Lk0WjDfjgKWor5CdVER8U6DvcfMwh4M8XxmpTiyzfmfDYQ==", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } diff --git a/package.json b/package.json index 6627467..6531cd8 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "fumadocs-core": "^15.5.4", "fumadocs-mdx": "^11.6.9", "fumadocs-ui": "^15.5.4", - "lucide-react": "^0.513.0", + "lucide-react": "^0.525.0", "mdx": "^0.3.1", "next": "^15.3.3", "node-fetch": "^3.3.2",