diff --git a/frontend/package.json b/frontend/package.json index 9d85c21..0c444c2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "@stellar/freighter-api": "^6.0.1", "@stellar/stellar-sdk": "^15.1.0", "@tanstack/react-query": "^5.101.0", - "lucide-react": "^0.575.0", + "lucide-react": "^1.21.0", "next": "16.2.9", "next-themes": "^0.4.6", "react": "19.2.7", diff --git a/package-lock.json b/package-lock.json index 4bacdac..6a5bc92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ "@stellar/freighter-api": "^6.0.1", "@stellar/stellar-sdk": "^15.1.0", "@tanstack/react-query": "^5.101.0", - "lucide-react": "^0.575.0", + "lucide-react": "^1.21.0", "next": "16.2.9", "next-themes": "^0.4.6", "react": "19.2.7", @@ -8752,7 +8752,9 @@ } }, "node_modules/lucide-react": { - "version": "0.575.0", + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.21.0.tgz", + "integrity": "sha512-reEZMXq8Qdd5jg5XYkQ5TR1fB/GiQ7ih4vcrthYDtgjSDwh0i6/YLiGjsWsIwgN49gpAnd4J2elSNzncMEEUUQ==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"