From d7e110b6b2ee0a6415b4e97a314030adb375e95c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 22:05:12 +0200 Subject: [PATCH] build(deps): regenerate lucide-react 1.22 lockfile on current main with npm 10 (#639) Rebuilt on top of post-#884 main so the two lockfile rewrites do not clobber each other; npm 10 used to match CI (node 20). Full production build verified locally; all imported icon identifiers exist in 1.22.0. Co-authored-by: Jakob Wennberg Co-authored-by: Claude Fable 5 --- 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 8de9e336..34db52f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "fuse.js": "^7.4.2", "ics": "^3.12.0", "jszip": "^3.10.1", - "lucide-react": "^0.563.0", + "lucide-react": "^1.22.0", "mailparser": "^3.9.8", "next": "16.2.10", "next-intl": "^4.12.0", @@ -12456,9 +12456,9 @@ } }, "node_modules/lucide-react": { - "version": "0.563.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.563.0.tgz", - "integrity": "sha512-8dXPB2GI4dI8jV4MgUDGBeLdGk8ekfqVZ0BdLcrRzocGgG75ltNEmWS+gE7uokKF/0oSUuczNDT+g9hFJ23FkA==", + "version": "1.23.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.23.0.tgz", + "integrity": "sha512-38BpJcD0JhFosxHApP/BYsBetLpQFRoTRzEzstM/XCc3jsAG7wqaY1lgVwxiUe3xqYE+lNxo2PkCmYwXWrwwIw==", "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 5f0d399d..72a5c9e3 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "fuse.js": "^7.4.2", "ics": "^3.12.0", "jszip": "^3.10.1", - "lucide-react": "^0.563.0", + "lucide-react": "^1.22.0", "mailparser": "^3.9.8", "next": "16.2.10", "next-intl": "^4.12.0",