diff --git a/package-lock.json b/package-lock.json index e95cda7aa..dea055780 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@supabase/supabase-js": "^2.107.0", "exceljs": "^4.4.0", "jszip": "^3.10.1", - "lucide-react": "^1.18.0", + "lucide-react": "^1.21.0", "mammoth": "^1.12.0", "next": "16.2.7", "openai": "^6.42.0", @@ -7154,9 +7154,9 @@ } }, "node_modules/lucide-react": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.18.0.tgz", - "integrity": "sha512-LZDb7H/0YfM+RJncD0hDQRCAu+vSGODqpe35TuVI8EuXaRjkczbsx7p8dY4J87F/MUSj6bpYqeI8nw8qXaAdmA==", + "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/package.json b/package.json index 23edbb28b..2d394c93a 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@supabase/supabase-js": "^2.107.0", "exceljs": "^4.4.0", "jszip": "^3.10.1", - "lucide-react": "^1.18.0", + "lucide-react": "^1.21.0", "mammoth": "^1.12.0", "next": "16.2.7", "openai": "^6.42.0",