diff --git a/landing-page/package-lock.json b/landing-page/package-lock.json index c0be4684..7e9365bf 100644 --- a/landing-page/package-lock.json +++ b/landing-page/package-lock.json @@ -17,7 +17,7 @@ "clsx": "^2.1.1", "framer-motion": "^12.23.11", "gray-matter": "^4.0.3", - "lucide-react": "^0.532.0", + "lucide-react": "^0.534.0", "motion": "^12.23.11", "next": "15.4.4", "next-themes": "^0.4.6", @@ -5345,9 +5345,9 @@ } }, "node_modules/lucide-react": { - "version": "0.532.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.532.0.tgz", - "integrity": "sha512-HwmXOIZwuZ21wryFq0ZrwkjAMxI77+jLxLdNzWCiUa/Kf5ozkTFCWT6C1/yapP68uKgj8wlxxqnNCH1xo9NEpg==", + "version": "0.534.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.534.0.tgz", + "integrity": "sha512-4Bz7rujQ/mXHqCwjx09ih/Q9SCizz9CjBV5repw9YSHZZZaop9/Oj0RgCDt6WdEaeAPfbcZ8l2b4jzApStqgNw==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/landing-page/package.json b/landing-page/package.json index 0f402d36..1aeb1697 100644 --- a/landing-page/package.json +++ b/landing-page/package.json @@ -18,7 +18,7 @@ "clsx": "^2.1.1", "framer-motion": "^12.23.11", "gray-matter": "^4.0.3", - "lucide-react": "^0.532.0", + "lucide-react": "^0.534.0", "motion": "^12.23.11", "next": "15.4.4", "next-themes": "^0.4.6",