diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7ab2946d..133066fe 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -273,8 +273,8 @@ importers: specifier: ^1.4.2 version: 1.4.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1) lucide-react: - specifier: ^0.548.0 - version: 0.548.0(react@19.1.1) + specifier: ^0.554.0 + version: 0.554.0(react@19.1.1) swr: specifier: ^2.3.6 version: 2.3.6(react@19.1.1) @@ -3767,8 +3767,8 @@ packages: resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} engines: {node: '>=10'} - lucide-react@0.548.0: - resolution: {integrity: sha512-63b16z63jM9yc1MwxajHeuu0FRZFsDtljtDjYm26Kd86UQ5HQzu9ksEtoUUw4RBuewodw/tGFmvipePvRsKeDA==} + lucide-react@0.554.0: + resolution: {integrity: sha512-St+z29uthEJVx0Is7ellNkgTEhaeSoA42I7JjOCBCrc5X6LYMGSv0P/2uS5HDLTExP5tpiqRD2PyUEOS6s9UXA==} peerDependencies: react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0 @@ -8777,7 +8777,7 @@ snapshots: dependencies: yallist: 4.0.0 - lucide-react@0.548.0(react@19.1.1): + lucide-react@0.554.0(react@19.1.1): dependencies: react: 19.1.1 diff --git a/website/package.json b/website/package.json index c9a512d3..29b6d785 100644 --- a/website/package.json +++ b/website/package.json @@ -17,7 +17,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "input-otp": "^1.4.2", - "lucide-react": "^0.548.0", + "lucide-react": "^0.554.0", "swr": "^2.3.6", "tailwind-merge": "^3.3.1", "tw-animate-css": "^1.3.6"