diff --git a/package-lock.json b/package-lock.json index 468ec41..bd88a9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@paypal/react-paypal-js": "^9.1.1", "@upstash/redis": "^1.37.0", "jszip": "^3.10.1", - "lucide-react": "^0.479.0", + "lucide-react": "^1.11.0", "next": "16.1.6", "postgres": "^3.4.7", "react": "19.2.0", @@ -910,9 +910,9 @@ } }, "node_modules/lucide-react": { - "version": "0.479.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.479.0.tgz", - "integrity": "sha512-aBhNnveRhorBOK7uA4gDjgaf+YlHMdMhQ/3cupk6exM10hWlEU+2QtWYOfhXhjAsmdb6LeKR+NZnow4UxRRiTQ==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.11.0.tgz", + "integrity": "sha512-UOhjdztXCgdBReRcIhsvz2siIBogfv/lhJEIViCpLt924dO+GDms9T7DNoucI23s6kEPpe988m5N0D2ajnzb2g==", "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 90a1e65..a55527a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@paypal/react-paypal-js": "^9.1.1", "@upstash/redis": "^1.37.0", "jszip": "^3.10.1", - "lucide-react": "^0.479.0", + "lucide-react": "^1.11.0", "next": "16.1.6", "postgres": "^3.4.7", "react": "19.2.0",