diff --git a/package-lock.json b/package-lock.json index 4298941..3b2c3ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "electron-updater": "^6.8.3", "framer-motion": "^12.40.0", "i18next": "^26.0.10", - "lucide-react": "^0.577.0", + "lucide-react": "^1.17.0", "pusher-js": "^8.4.0", "react-i18next": "^17.0.8", "react-router-dom": "^7.15.1", @@ -7013,9 +7013,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.17.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.17.0.tgz", + "integrity": "sha512-9FA9evdox/JQL5PT57fdA1x/yg8T7knJ98+zjTL3UfKza6pflQUUh3XtaQIHKvnsJw1lmsEyHVlt5jchYxOQ5w==", "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 584eb02..f81220b 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "electron-updater": "^6.8.3", "framer-motion": "^12.40.0", "i18next": "^26.0.10", - "lucide-react": "^0.577.0", + "lucide-react": "^1.17.0", "pusher-js": "^8.4.0", "react-i18next": "^17.0.8", "react-router-dom": "^7.15.1",