diff --git a/package-lock.json b/package-lock.json index 1fd17891..57eee780 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "framer-motion": "^11.3.21", "github-slugger": "^2.0.0", "graphql": "^16.8.1", - "lucide-react": "^0.390.0", + "lucide-react": "^0.511.0", "next": "14.0.1", "next-auth": "^4.24.4", "next-contentlayer2": "0.4.6", @@ -10928,11 +10928,12 @@ } }, "node_modules/lucide-react": { - "version": "0.390.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.390.0.tgz", - "integrity": "sha512-APqbfEcVuHnZbiy3E97gYWLeBdkE4e6NbY6AuVETZDZVn/bQCHYUoHyxcUHyvRopfPOHhFUEvDyyQzHwM+S9/w==", + "version": "0.511.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.511.0.tgz", + "integrity": "sha512-VK5a2ydJ7xm8GvBeKLS9mu1pVK6ucef9780JVUjw6bAjJL/QXnd4Y0p7SPeOUMC27YhzNCZvm5d/QX0Tp3rc0w==", + "license": "ISC", "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0" + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/lz-string": { diff --git a/package.json b/package.json index 4eca391b..4868c348 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "framer-motion": "^11.3.21", "github-slugger": "^2.0.0", "graphql": "^16.8.1", - "lucide-react": "^0.390.0", + "lucide-react": "^0.511.0", "next": "14.0.1", "next-auth": "^4.24.4", "next-contentlayer2": "0.4.6",