diff --git a/package-lock.json b/package-lock.json index f9d4b19..0a85ca5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,8 +20,8 @@ "dotenv": "^16.4.5", "drizzle-orm": "^0.33.0", "lingo": "file:", - "lucide-react": "^0.400.0", - "next": "^14.2.10", + "lucide-react": "^0.438.0", + "next": "14.2.10", "next-themes": "^0.3.0", "ra-data-simple-rest": "^5.1.4", "react": "^18", @@ -9273,12 +9273,12 @@ } }, "node_modules/lucide-react": { - "version": "0.400.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.400.0.tgz", - "integrity": "sha512-rpp7pFHh3Xd93KHixNgB0SqThMHpYNzsGUu69UaQbSZ75Q/J3m5t6EhKyMT3m4w2WOxmJ2mY0tD3vebnXqQryQ==", + "version": "0.438.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.438.0.tgz", + "integrity": "sha512-uq6yCB+IzVfgIPMK8ibkecXSWTTSOMs9UjUgZigfrDCVqgdwkpIgYg1fSYnf0XXF2AoSyCJZhoZXQwzoai7VGw==", "license": "ISC", "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" } }, "node_modules/magic-string": { diff --git a/package.json b/package.json index 88f6bb4..ef4ea92 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dotenv": "^16.4.5", "drizzle-orm": "^0.33.0", "lingo": "file:", - "lucide-react": "^0.400.0", + "lucide-react": "^0.438.0", "next": "14.2.10", "next-themes": "^0.3.0", "ra-data-simple-rest": "^5.1.4",