diff --git a/package-lock.json b/package-lock.json index a735faa..2882f84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "clsx": "^2.1.1", "cytoscape": "^3.34.0", "cytoscape-fcose": "^2.2.0", - "lucide-react": "^1.25.0", + "lucide-react": "^1.27.0", "next": "^15.5.20", "next-auth": "^5.0.0-beta.32", "react": "^19.2.7", @@ -3411,9 +3411,9 @@ "license": "MIT" }, "node_modules/lucide-react": { - "version": "1.25.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.25.0.tgz", - "integrity": "sha512-/mdJTRbiwcLOQ1NZZK1amZF9rIZyvO18D6r9TngE6TG1NmqHgFuT4eE7Xrkm9UsXMbBJD1NlfwHVltCDWHrOTw==", + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.27.0.tgz", + "integrity": "sha512-rJicGl/3Fly/E0rOH1YmPZ6e49JCnKknh1ox1vpHnkfjujAkKA6sqUZvH3MTAaXXjgexyUwgNwTJzTtYuAFYJw==", "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 9947f50..57bf910 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "clsx": "^2.1.1", "cytoscape": "^3.34.0", "cytoscape-fcose": "^2.2.0", - "lucide-react": "^1.25.0", + "lucide-react": "^1.27.0", "next": "^15.5.20", "next-auth": "^5.0.0-beta.32", "react": "^19.2.7",