From c6c33321b03f8a948f787ba841c0a4ed4ca96a3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 17:19:57 +0000 Subject: [PATCH] chore(deps): bump lucide-react from 1.17.0 to 1.23.0 Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 1.17.0 to 1.23.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.23.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- frontends/web/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 9a7c081e..954b3c13 100644 --- a/bun.lock +++ b/bun.lock @@ -12,7 +12,7 @@ "framer-motion": "^12.40.0", "geist": "^1.7.2", "gifenc": "^1.0.3", - "lucide-react": "^1.17.0", + "lucide-react": "^1.23.0", "next": "16.2.9", "next-intl": "^4.13.0", "react": "19.2.7", @@ -549,7 +549,7 @@ "lru-cache": ["lru-cache@11.3.5", "", {}, "sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw=="], - "lucide-react": ["lucide-react@1.17.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-9FA9evdox/JQL5PT57fdA1x/yg8T7knJ98+zjTL3UfKza6pflQUUh3XtaQIHKvnsJw1lmsEyHVlt5jchYxOQ5w=="], + "lucide-react": ["lucide-react@1.23.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-38BpJcD0JhFosxHApP/BYsBetLpQFRoTRzEzstM/XCc3jsAG7wqaY1lgVwxiUe3xqYE+lNxo2PkCmYwXWrwwIw=="], "lz-string": ["lz-string@1.5.0", "", { "bin": { "lz-string": "bin/bin.js" } }, "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ=="], diff --git a/frontends/web/package.json b/frontends/web/package.json index 16638526..dbb4ea5b 100644 --- a/frontends/web/package.json +++ b/frontends/web/package.json @@ -19,7 +19,7 @@ "framer-motion": "^12.40.0", "geist": "^1.7.2", "gifenc": "^1.0.3", - "lucide-react": "^1.17.0", + "lucide-react": "^1.23.0", "next": "16.2.9", "next-intl": "^4.13.0", "react": "19.2.7",