diff --git a/package-lock.json b/package-lock.json index 96207ae..471b685 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@pseinfo/i18n": "github:pseinfo/i18n", "astro": "^6.4.8", "i18next": "^26.3.4", - "lucide-react": "^1.22.0", + "lucide-react": "^1.23.0", "react": "^19.2.6", "react-i18next": "^17.0.8" }, @@ -4371,9 +4371,9 @@ } }, "node_modules/lucide-react": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.22.0.tgz", - "integrity": "sha512-c9o3l0PiNcgOQDW4F31BEYHudE7kgxVt3o30qMl36ZPwTxXlGB4QnLilhERvVM4uh/pl5MDyY1/gzZSYcHDtBg==", + "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 c6658fb..a1cbcfc 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@pseinfo/i18n": "github:pseinfo/i18n", "astro": "^6.4.8", "i18next": "^26.3.4", - "lucide-react": "^1.22.0", + "lucide-react": "^1.23.0", "react": "^19.2.6", "react-i18next": "^17.0.8" },