From 36b96a79509a10b2224e5872960033f56d25b292 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 12:34:33 +0000 Subject: [PATCH] fix(deps): update dependency lucide-react to ^0.539.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f898ef3b..38324209 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "embla-carousel-react": "^8.6.0", - "lucide-react": "^0.526.0", + "lucide-react": "^0.539.0", "motion": "^12.6.5", "next": "^15.3.0", "next-themes": "^0.4.6", @@ -4946,9 +4946,9 @@ "license": "ISC" }, "node_modules/lucide-react": { - "version": "0.526.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.526.0.tgz", - "integrity": "sha512-uGWG/2RKuDLeQHCodn5cmJ9Zij80EstOdcBP+j//B2sr78w7woiEL4aMu6CRlRkyOyJ8sZry8QLhQTmZjynLdA==", + "version": "0.539.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.539.0.tgz", + "integrity": "sha512-VVISr+VF2krO91FeuCrm1rSOLACQUYVy7NQkzrOty52Y8TlTPcXcMdQFj9bYzBgXbWCiywlwSZ3Z8u6a+6bMlg==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/package.json b/package.json index 02730005..91dc0641 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "embla-carousel-react": "^8.6.0", - "lucide-react": "^0.526.0", + "lucide-react": "^0.539.0", "motion": "^12.6.5", "next": "^15.3.0", "next-themes": "^0.4.6",