diff --git a/package-lock.json b/package-lock.json index 696f19e..e9b23ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "framer-motion": "^11.2.7", - "lucide-react": "^0.381.0", + "lucide-react": "^0.399.0", "next": "14.2.3", "next-runtime-env": "^3.2.2", "prettier-plugin-tailwindcss": "^0.6.1", @@ -5051,11 +5051,11 @@ } }, "node_modules/lucide-react": { - "version": "0.381.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.381.0.tgz", - "integrity": "sha512-cft0ywFfHkGprX5pwKyS9jme/ksh9eYAHSZqFRKN0XGp70kia4uqZOTPB+i+O51cqiJlvGLqzMGWnMHaeJTs3g==", + "version": "0.399.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.399.0.tgz", + "integrity": "sha512-UyTNa3djBISdzL2UktgCrESXexQXaDQWi/WsDkbw6fBFfHlapajR58WoR+gxQ4laxfEyiHmoFrEIM3V+5XOVQg==", "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/meow": { diff --git a/package.json b/package.json index c994223..1b95271 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "framer-motion": "^11.2.7", - "lucide-react": "^0.381.0", + "lucide-react": "^0.399.0", "next": "14.2.3", "next-runtime-env": "^3.2.2", "prettier-plugin-tailwindcss": "^0.6.1",