diff --git a/package-lock.json b/package-lock.json index 80c008a..dae9349 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "fontawesome": "^5.6.3", "framer-motion": "^12.10.5", "joi": "^17.12.1", - "lucide-react": "^0.544.0", + "lucide-react": "^1.14.0", "passport": "^0.7.0", "passport-github": "^1.1.0", "prism-react-renderer": "^2.3.1", @@ -16659,9 +16659,10 @@ } }, "node_modules/lucide-react": { - "version": "0.544.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.544.0.tgz", - "integrity": "sha512-t5tS44bqd825zAW45UQxpG2CvcC4urOwn2TrwSH8u+MjeE+1NnWl6QqeQ/6NdjMqdOygyiT9p3Ev0p1NJykxjw==", + "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/package.json b/package.json index c6d0a65..9cdc411 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "fontawesome": "^5.6.3", "framer-motion": "^12.10.5", "joi": "^17.12.1", - "lucide-react": "^0.544.0", + "lucide-react": "^1.14.0", "passport": "^0.7.0", "passport-github": "^1.1.0", "prism-react-renderer": "^2.3.1",