diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c4916f92..0d4e6f52 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@sanctifier/wasm": "file:../tooling/sanctifier-wasm/pkg", "jspdf": "^4.2.0", - "lucide-react": "^1.22.0", + "lucide-react": "^1.23.0", "next": "^16.2.9", "react": "^19.2.3", "react-dom": "^19.2.7", @@ -8677,9 +8677,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/frontend/package.json b/frontend/package.json index 6493a2f9..45a19d58 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "dependencies": { "@sanctifier/wasm": "file:../tooling/sanctifier-wasm/pkg", "jspdf": "^4.2.0", - "lucide-react": "^1.22.0", + "lucide-react": "^1.23.0", "shiki": "^3.2.2", "next": "^16.2.9", "react": "^19.2.3",