From 9271ba58fc581e7169fdfebeb47952212a073fd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 03:27:54 +0000 Subject: [PATCH] build(deps): bump the dependencies group with 7 updates Bumps the dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [@auth/core](https://github.com/nextauthjs/next-auth) | `0.37.4` | `0.41.1` | | [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) | `0.36.4` | `0.44.7` | | [drizzle-seed](https://github.com/drizzle-team/drizzle-orm) | `0.1.3` | `0.3.1` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.454.0` | `0.555.0` | | [sharp](https://github.com/lovell/sharp) | `0.33.5` | `0.34.5` | | [drizzle-kit](https://github.com/drizzle-team/drizzle-orm) | `0.28.1` | `0.31.7` | | [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.6.14` | `0.7.2` | Updates `@auth/core` from 0.37.4 to 0.41.1 - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/@auth/core@0.37.4...@auth/core@0.41.1) Updates `drizzle-orm` from 0.36.4 to 0.44.7 - [Release notes](https://github.com/drizzle-team/drizzle-orm/releases) - [Commits](https://github.com/drizzle-team/drizzle-orm/compare/0.36.4...0.44.7) Updates `drizzle-seed` from 0.1.3 to 0.3.1 - [Release notes](https://github.com/drizzle-team/drizzle-orm/releases) - [Commits](https://github.com/drizzle-team/drizzle-orm/commits) Updates `lucide-react` from 0.454.0 to 0.555.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.555.0/packages/lucide-react) Updates `sharp` from 0.33.5 to 0.34.5 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](https://github.com/lovell/sharp/compare/v0.33.5...v0.34.5) Updates `drizzle-kit` from 0.28.1 to 0.31.7 - [Release notes](https://github.com/drizzle-team/drizzle-orm/releases) - [Commits](https://github.com/drizzle-team/drizzle-orm/compare/drizzle-kit@0.28.1...v0.31.7) Updates `prettier-plugin-tailwindcss` from 0.6.14 to 0.7.2 - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.14...v0.7.2) --- updated-dependencies: - dependency-name: "@auth/core" dependency-version: 0.41.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: drizzle-orm dependency-version: 0.44.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: drizzle-seed dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: lucide-react dependency-version: 0.555.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sharp dependency-version: 0.34.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: drizzle-kit dependency-version: 0.31.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: prettier-plugin-tailwindcss dependency-version: 0.7.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 0e86fd3..4e59f7d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "prepare": "husky install" }, "dependencies": { - "@auth/core": "^0.37.2", + "@auth/core": "^0.41.1", "@opennextjs/cloudflare": "^1.14.0", "@radix-ui/react-avatar": "^1.1.1", "@radix-ui/react-dialog": "^1.1.2", @@ -49,13 +49,13 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "dotenv": "^17.2.1", - "drizzle-orm": "^0.36.4", - "drizzle-seed": "^0.1.2", - "lucide-react": "^0.454.0", + "drizzle-orm": "^0.45.1", + "drizzle-seed": "^0.3.1", + "lucide-react": "^0.562.0", "next": "^15.0.3", "react": "^19.0.0-rc.1", "react-dom": "^19.0.0-rc.1", - "sharp": "^0.33.5", + "sharp": "^0.34.5", "superjson": "^2.2.1", "tailwind-merge": "^2.5.4", "tailwindcss-animate": "^1.0.7", @@ -77,7 +77,7 @@ "@typescript-eslint/eslint-plugin": "^8.14.0", "@typescript-eslint/parser": "^8.14.0", "@usebruno/cli": "^1.34.3", - "drizzle-kit": "^0.28.1", + "drizzle-kit": "^0.31.8", "eslint": "^9.14.0", "eslint-config-next": "^15.0.3", "eslint-config-prettier": "^9.1.0", @@ -86,7 +86,7 @@ "lint-staged": "^15.2.10", "postcss": "^8.4.47", "prettier": "^3.3.3", - "prettier-plugin-tailwindcss": "^0.6.8", + "prettier-plugin-tailwindcss": "^0.7.2", "tailwindcss": "^3.4.14", "typescript": "^5.6.3", "wrangler": "^3.86.1"