diff --git a/apps/lexfiat/package-lock.json b/apps/lexfiat/package-lock.json index 646f3c78..e2000a20 100644 --- a/apps/lexfiat/package-lock.json +++ b/apps/lexfiat/package-lock.json @@ -40,7 +40,7 @@ "@vitejs/plugin-react": "^6.0.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^0.577.0", + "lucide-react": "^1.21.0", "react": "^19.1.1", "react-dom": "^19.2.4", "react-icons": "^5.6.0", @@ -6597,9 +6597,9 @@ } }, "node_modules/lucide-react": { - "version": "0.577.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.577.0.tgz", - "integrity": "sha512-4LjoFv2eEPwYDPg/CUdBJQSDfPyzXCRrVW1X7jrx/trgxnxkHFjnVZINbzvzxjN70dxychOfg+FTYwBiS3pQ5A==", + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.21.0.tgz", + "integrity": "sha512-reEZMXq8Qdd5jg5XYkQ5TR1fB/GiQ7ih4vcrthYDtgjSDwh0i6/YLiGjsWsIwgN49gpAnd4J2elSNzncMEEUUQ==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/apps/lexfiat/package.json b/apps/lexfiat/package.json index 879e55ff..55072b25 100644 --- a/apps/lexfiat/package.json +++ b/apps/lexfiat/package.json @@ -43,7 +43,7 @@ "@vitejs/plugin-react": "^6.0.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^0.577.0", + "lucide-react": "^1.21.0", "react": "^19.1.1", "react-dom": "^19.2.4", "react-icons": "^5.6.0",