diff --git a/prototype/auris-flow-ui/package-lock.json b/prototype/auris-flow-ui/package-lock.json index 7fa2c94..cfce26c 100644 --- a/prototype/auris-flow-ui/package-lock.json +++ b/prototype/auris-flow-ui/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@vitejs/plugin-react": "^6.0.3", - "lucide-react": "^0.468.0", + "lucide-react": "^0.577.0", "react": "^18.3.1", "react-dom": "^18.3.1", "vite": "^8.1.3" @@ -709,12 +709,12 @@ } }, "node_modules/lucide-react": { - "version": "0.468.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.468.0.tgz", - "integrity": "sha512-6koYRhnM2N0GGZIdXzSeiNwguv1gt/FAjZOiPl76roBi3xKEXa4WmfpxgQwTTL4KipXjefrnf3oV4IsYhi4JFA==", + "version": "0.577.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.577.0.tgz", + "integrity": "sha512-4LjoFv2eEPwYDPg/CUdBJQSDfPyzXCRrVW1X7jrx/trgxnxkHFjnVZINbzvzxjN70dxychOfg+FTYwBiS3pQ5A==", "license": "ISC", "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/nanoid": { diff --git a/prototype/auris-flow-ui/package.json b/prototype/auris-flow-ui/package.json index 77d5c0c..553a50a 100644 --- a/prototype/auris-flow-ui/package.json +++ b/prototype/auris-flow-ui/package.json @@ -54,7 +54,7 @@ }, "dependencies": { "@vitejs/plugin-react": "^6.0.3", - "lucide-react": "^0.468.0", + "lucide-react": "^0.577.0", "react": "^18.3.1", "react-dom": "^18.3.1", "vite": "^8.1.3"