diff --git a/package-lock.json b/package-lock.json index 3b778f8af..d3f73a364 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "fontawesome": "^5.6.3", "framer-motion": "^12.10.5", "joi": "^17.12.1", - "lucide-react": "^0.563.0", + "lucide-react": "^1.23.0", "passport": "^0.7.0", "passport-github": "^1.1.0", "prism-react-renderer": "^2.3.1", @@ -18643,9 +18643,9 @@ } }, "node_modules/lucide-react": { - "version": "0.563.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.563.0.tgz", - "integrity": "sha512-8dXPB2GI4dI8jV4MgUDGBeLdGk8ekfqVZ0BdLcrRzocGgG75ltNEmWS+gE7uokKF/0oSUuczNDT+g9hFJ23FkA==", + "version": "1.23.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.23.0.tgz", + "integrity": "sha512-38BpJcD0JhFosxHApP/BYsBetLpQFRoTRzEzstM/XCc3jsAG7wqaY1lgVwxiUe3xqYE+lNxo2PkCmYwXWrwwIw==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/package.json b/package.json index 754e47ca9..18b29d018 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "fontawesome": "^5.6.3", "framer-motion": "^12.10.5", "joi": "^17.12.1", - "lucide-react": "^0.563.0", + "lucide-react": "^1.23.0", "passport": "^0.7.0", "passport-github": "^1.1.0", "prism-react-renderer": "^2.3.1",