diff --git a/package-lock.json b/package-lock.json index d7abf673..145542b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@anthropic-ai/sdk": "^0.80.0", "@tanstack/react-query": "^5.91.0", "better-sqlite3": "^12.8.0", - "lucide-react": "^0.577.0", + "lucide-react": "^1.0.1", "next": "^16.2.0", "react": "^19.2.4", "react-dom": "^19.2.4", @@ -5175,9 +5175,9 @@ } }, "node_modules/lucide-react": { - "version": "0.577.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.577.0.tgz", - "integrity": "sha512-4LjoFv2eEPwYDPg/CUdBJQSDfPyzXCRrVW1X7jrx/trgxnxkHFjnVZINbzvzxjN70dxychOfg+FTYwBiS3pQ5A==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.0.1.tgz", + "integrity": "sha512-lih7tKEczCYOQjVEzpFuxEuNzlwf+1yhvlMlEkGWJM3va8Pugv8bYXc/pRtcjPncaP7k84X0Pt/71ufxvqEPtQ==", "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 2c79f4fc..3bcedd56 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@anthropic-ai/sdk": "^0.80.0", "@tanstack/react-query": "^5.91.0", "better-sqlite3": "^12.8.0", - "lucide-react": "^0.577.0", + "lucide-react": "^1.0.1", "next": "^16.2.0", "react": "^19.2.4", "react-dom": "^19.2.4",