diff --git a/package-lock.json b/package-lock.json index 6af6d4f..fd5cc62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "clsx": "^2.0.0", "dayjs": "^1.11.10", "framer-motion": "^10.16.5", - "lucide-react": "^0.292.0", + "lucide-react": "^0.427.0", "next": "^14.0.3", "next-auth": "^4.24.5", "postcss": "8.4.31", @@ -2936,11 +2936,12 @@ } }, "node_modules/lucide-react": { - "version": "0.292.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.292.0.tgz", - "integrity": "sha512-rRgUkpEHWpa5VCT66YscInCQmQuPCB1RFRzkkxMxg4b+jaL0V12E3riWWR2Sh5OIiUhCwGW/ZExuEO4Az32E6Q==", + "version": "0.427.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.427.0.tgz", + "integrity": "sha512-lv9s6c5BDF/ccuA0EgTdskTxIe11qpwBDmzRZHJAKtp8LTewAvDvOM+pTES9IpbBuTqkjiMhOmGpJ/CB+mKjFw==", + "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-rc" } }, "node_modules/make-dir": { diff --git a/package.json b/package.json index c5095d8..ef19fe1 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "clsx": "^2.0.0", "dayjs": "^1.11.10", "framer-motion": "^10.16.5", - "lucide-react": "^0.292.0", + "lucide-react": "^0.427.0", "next": "^14.0.3", "next-auth": "^4.24.5", "postcss": "8.4.31",