diff --git a/package-lock.json b/package-lock.json index 5227aa3..0b842a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "eslint-config-next": "15.1.6", "ethers": "^6.13.4", "input-otp": "^1.2.4", - "lucide-react": "^0.446.0", + "lucide-react": "^0.487.0", "next": "14.2.21", "next-themes": "^0.3.0", "postcss": "8.4.49", @@ -5599,11 +5599,12 @@ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" }, "node_modules/lucide-react": { - "version": "0.446.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.446.0.tgz", - "integrity": "sha512-BU7gy8MfBMqvEdDPH79VhOXSEgyG8TSPOKWaExWGCQVqnGH7wGgDngPbofu+KdtVjPQBWbEmnfMTq90CTiiDRg==", + "version": "0.487.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.487.0.tgz", + "integrity": "sha512-aKqhOQ+YmFnwq8dWgGjOuLc8V1R9/c/yOd+zDY4+ohsR2Jo05lSGc3WsstYPIzcTpeosN7LoCkLReUUITvaIvw==", + "license": "ISC", "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/merge2": { diff --git a/package.json b/package.json index e4956a2..42d3215 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint": "8.49.0", "eslint-config-next": "15.1.6", "input-otp": "^1.2.4", - "lucide-react": "^0.446.0", + "lucide-react": "^0.487.0", "next": "14.2.21", "next-themes": "^0.3.0", "postcss": "8.4.49",