From 1704806b90091651a974e9b1280d241bc68bde76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 11:39:48 +0000 Subject: [PATCH] fix(deps): update dependency lucide-react to v0.577.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 f7c16e9..953d500 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "dayjs": "1.11.21", "framer-motion": "12.42.2", "heroicons": "2.2.0", - "lucide-react": "0.485.0", + "lucide-react": "0.577.0", "next": "15.5.20", "pocketbase": "0.25.2", "postcss": "8.5.17", @@ -5472,9 +5472,9 @@ } }, "node_modules/lucide-react": { - "version": "0.485.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.485.0.tgz", - "integrity": "sha512-NvyQJ0LKyyCxL23nPKESlr/jmz8r7fJO1bkuptSNYSy0s8VVj4ojhX0YAgmE1e0ewfxUZjIlZpvH+otfTnla8Q==", + "version": "0.577.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.577.0.tgz", + "integrity": "sha512-4LjoFv2eEPwYDPg/CUdBJQSDfPyzXCRrVW1X7jrx/trgxnxkHFjnVZINbzvzxjN70dxychOfg+FTYwBiS3pQ5A==", "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 47fa313..f2d212b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dayjs": "1.11.21", "framer-motion": "12.42.2", "heroicons": "2.2.0", - "lucide-react": "0.485.0", + "lucide-react": "0.577.0", "next": "15.5.20", "pocketbase": "0.25.2", "postcss": "8.5.17",