diff --git a/landing-page/package-lock.json b/landing-page/package-lock.json index 04c20c48..55907c4b 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.12", "gray-matter": "^4.0.3", - "lucide-react": "^0.534.0", + "lucide-react": "^0.535.0", "motion": "^12.23.12", "next": "15.4.5", "next-themes": "^0.4.6", @@ -5345,9 +5345,9 @@ } }, "node_modules/lucide-react": { - "version": "0.534.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.534.0.tgz", - "integrity": "sha512-4Bz7rujQ/mXHqCwjx09ih/Q9SCizz9CjBV5repw9YSHZZZaop9/Oj0RgCDt6WdEaeAPfbcZ8l2b4jzApStqgNw==", + "version": "0.535.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.535.0.tgz", + "integrity": "sha512-2E3+YWGLpjZ8ejIYrdqxVjWMSMiRQHmU6xZYE9xA2SC5j2m0NeB4/acjhRdhxbfniBKoNEukDDQnmShTxwOQ4g==", "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 56a9086c..965dc22e 100644 --- a/landing-page/package.json +++ b/landing-page/package.json @@ -18,7 +18,7 @@ "clsx": "^2.1.1", "framer-motion": "^12.23.12", "gray-matter": "^4.0.3", - "lucide-react": "^0.534.0", + "lucide-react": "^0.535.0", "motion": "^12.23.12", "next": "15.4.5", "next-themes": "^0.4.6",