diff --git a/package-lock.json b/package-lock.json index 55f15fc..764f963 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@radix-ui/react-slot": "^1.0.2", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "lucide-react": "^0.460.0", + "lucide-react": "^0.471.1", "next": "^15.0.1", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -6341,11 +6341,11 @@ } }, "node_modules/lucide-react": { - "version": "0.460.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.460.0.tgz", - "integrity": "sha512-BVtq/DykVeIvRTJvRAgCsOwaGL8Un3Bxh8MbDxMhEWlZay3T4IpEKDEpwt5KZ0KJMHzgm6jrltxlT5eXOWXDHg==", + "version": "0.471.1", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.471.1.tgz", + "integrity": "sha512-syOxwPhf62gg2YOsz72HRn+CIpeudFy67AeKnSR8Hn/fIIF4ubhNbRF+pQ2CaJrl+X9Os4PL87z2DXQi3DVeDA==", "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/markdown-table": { diff --git a/package.json b/package.json index d61a8c0..fe70847 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@radix-ui/react-slot": "^1.0.2", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "lucide-react": "^0.460.0", + "lucide-react": "^0.471.1", "next": "^15.0.1", "react": "^18.3.1", "react-dom": "^18.3.1",