From f0e003c6eb0e162cbb162f4c10b0c1e046f52070 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 13:02:40 +0000 Subject: [PATCH] fix(deps): update dependency lucide-react to ^0.546.0 --- bun.lock | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/bun.lock b/bun.lock index c93d276..2971316 100644 --- a/bun.lock +++ b/bun.lock @@ -16,7 +16,7 @@ "@radix-ui/react-separator": "^1.1.7", "@radix-ui/react-slot": "^1.2.3", "@t3-oss/env-nextjs": "^0.13.8", - "@tanstack/react-query": "^5.90.2", + "@tanstack/react-query": "^5.90.3", "@trpc/client": "11.6.0", "@trpc/next": "11.6.0", "@trpc/react-query": "11.6.0", @@ -24,34 +24,34 @@ "@types/js-yaml": "^4.0.9", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "drizzle-orm": "^0.44.5", + "drizzle-orm": "^0.44.6", "geist": "^1.5.1", "js-yaml": "^4.1.0", - "lucide-react": "^0.545.0", + "lucide-react": "^0.546.0", "next": "15.5.5", "next-themes": "^0.4.6", "react": "19.2.0", "react-dom": "19.2.0", "react-error-boundary": "^6.0.0", - "react-hook-form": "^7.63.0", + "react-hook-form": "^7.65.0", "sharp": "^0.34.4", "sonner": "^2.0.7", "superjson": "^2.2.2", "tailwind-merge": "^3.3.1", - "zod": "^4.1.11", + "zod": "^4.1.12", }, "devDependencies": { "@biomejs/biome": "2.2.6", - "@tailwindcss/postcss": "^4.1.13", + "@tailwindcss/postcss": "^4.1.14", "@total-typescript/ts-reset": "^0.6.1", - "@types/bun": "^1.2.23", - "@types/react": "^19.1.15", - "@types/react-dom": "^19.1.9", + "@types/bun": "^1.3.0", + "@types/react": "^19.2.2", + "@types/react-dom": "^19.2.2", "drizzle-kit": "^0.31.5", "postcss": "^8.5.6", - "tailwindcss": "^4.1.13", + "tailwindcss": "^4.1.14", "tw-animate-css": "^1.4.0", - "typescript": "^5.9.2", + "typescript": "^5.9.3", }, }, }, @@ -443,7 +443,7 @@ "lightningcss-win32-x64-msvc": ["lightningcss-win32-x64-msvc@1.30.1", "", { "os": "win32", "cpu": "x64" }, "sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg=="], - "lucide-react": ["lucide-react@0.545.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-7r1/yUuflQDSt4f1bpn5ZAocyIxcTyVyBBChSVtBKn5M+392cPmI5YJMWOJKk/HUWGm5wg83chlAZtCcGbEZtw=="], + "lucide-react": ["lucide-react@0.546.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-Z94u6fKT43lKeYHiVyvyR8fT7pwCzDu7RyMPpTvh054+xahSgj4HFQ+NmflvzdXsoAjYGdCguGaFKYuvq0ThCQ=="], "magic-string": ["magic-string@0.30.19", "", { "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.5" } }, "sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw=="], diff --git a/package.json b/package.json index f5f3412..f77eca7 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "drizzle-orm": "^0.44.6", "geist": "^1.5.1", "js-yaml": "^4.1.0", - "lucide-react": "^0.545.0", + "lucide-react": "^0.546.0", "next": "15.5.5", "next-themes": "^0.4.6", "react": "19.2.0",