diff --git a/ui/package-lock.json b/ui/package-lock.json index 8f3168a..fe7a7b2 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -12,7 +12,7 @@ "clsx": "^2.1.1", "cytoscape": "^3.33.2", "cytoscape-cose-bilkent": "^4.1.0", - "lucide-react": "^0.469.0", + "lucide-react": "^1.14.0", "react": "^19.2.5", "react-dom": "^19.2.5" }, @@ -2940,9 +2940,9 @@ } }, "node_modules/lucide-react": { - "version": "0.469.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.469.0.tgz", - "integrity": "sha512-28vvUnnKQ/dBwiCQtwJw7QauYnE7yd2Cyp4tTTJpvglX4EMpbflcdBgrgToX2j71B3YvugK/NH3BGUk+E/p/Fw==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.14.0.tgz", + "integrity": "sha512-+1mdWcfSJVUsaTIjN9zoezmUhfXo5l0vP7ekBMPo3jcS/aIkxHnXqAPsByszMZx/Y8oQBRJxJx5xg+RH3urzxA==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/ui/package.json b/ui/package.json index a6d5722..d95ef64 100644 --- a/ui/package.json +++ b/ui/package.json @@ -16,7 +16,7 @@ "clsx": "^2.1.1", "cytoscape": "^3.33.2", "cytoscape-cose-bilkent": "^4.1.0", - "lucide-react": "^0.469.0", + "lucide-react": "^1.14.0", "react": "^19.2.5", "react-dom": "^19.2.5" },