diff --git a/webapp/package-lock.json b/webapp/package-lock.json index 3a1311a..15ef416 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -17,7 +17,7 @@ "aws-amplify": "^6.16.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^0.488.0", + "lucide-react": "^1.18.0", "next": "^16.2.9", "next-safe-action": "^7.10.5", "next-themes": "^0.4.6", @@ -6250,9 +6250,9 @@ } }, "node_modules/lucide-react": { - "version": "0.488.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.488.0.tgz", - "integrity": "sha512-ronlL0MyKut4CEzBY/ai2ZpKPxyWO4jUqdAkm2GNK5Zn3Rj+swDz+3lvyAUXN0PNqPKIX6XM9Xadwz/skLs/pQ==", + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.18.0.tgz", + "integrity": "sha512-LZDb7H/0YfM+RJncD0hDQRCAu+vSGODqpe35TuVI8EuXaRjkczbsx7p8dY4J87F/MUSj6bpYqeI8nw8qXaAdmA==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/webapp/package.json b/webapp/package.json index a50bda1..6bf07ae 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -20,7 +20,7 @@ "aws-amplify": "^6.16.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^0.488.0", + "lucide-react": "^1.18.0", "next": "^16.2.9", "next-safe-action": "^7.10.5", "next-themes": "^0.4.6",