From f09f5f90b1cb719778529fde6733eae59d3514fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 14:15:41 +0000 Subject: [PATCH] chore(deps): bump the minor-patch group with 5 updates Bumps the minor-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) | `0.44.7` | `0.45.1` | | [hono](https://github.com/honojs/hono) | `4.10.5` | `4.11.1` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.555.0` | `0.562.0` | | [recharts](https://github.com/recharts/recharts) | `3.5.1` | `3.6.0` | | [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) | `0.88.2` | `0.89.2` | Updates `drizzle-orm` from 0.44.7 to 0.45.1 - [Release notes](https://github.com/drizzle-team/drizzle-orm/releases) - [Commits](https://github.com/drizzle-team/drizzle-orm/compare/0.44.7...0.45.1) Updates `hono` from 4.10.5 to 4.11.1 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.10.5...v4.11.1) Updates `lucide-react` from 0.555.0 to 0.562.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.562.0/packages/lucide-react) Updates `recharts` from 3.5.1 to 3.6.0 - [Release notes](https://github.com/recharts/recharts/releases) - [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md) - [Commits](https://github.com/recharts/recharts/compare/v3.5.1...v3.6.0) Updates `@hey-api/openapi-ts` from 0.88.2 to 0.89.2 - [Release notes](https://github.com/hey-api/openapi-ts/releases) - [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.88.2...@hey-api/openapi-ts@0.89.2) --- updated-dependencies: - dependency-name: drizzle-orm dependency-version: 0.45.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: hono dependency-version: 4.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: lucide-react dependency-version: 0.562.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: recharts dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: "@hey-api/openapi-ts" dependency-version: 0.89.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch ... Signed-off-by: dependabot[bot] --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c6e73e60..1814699a 100644 --- a/package.json +++ b/package.json @@ -49,14 +49,14 @@ "date-fns": "^4.1.0", "dither-plugin": "^1.1.1", "dotenv": "^17.2.3", - "drizzle-orm": "^0.44.7", + "drizzle-orm": "^0.45.1", "es-toolkit": "^1.42.0", - "hono": "4.10.5", + "hono": "4.11.1", "hono-openapi": "^1.1.1", "hono-rate-limiter": "^0.5.0", "http-errors-enhanced": "^4.0.2", "isbot": "^5.1.32", - "lucide-react": "^0.555.0", + "lucide-react": "^0.562.0", "next-themes": "^0.4.6", "node-cron": "^4.2.1", "react": "^19.2.1", @@ -64,7 +64,7 @@ "react-hook-form": "^7.68.0", "react-router": "^7.10.0", "react-router-hono-server": "^2.22.0", - "recharts": "3.5.1", + "recharts": "3.6.0", "slugify": "^1.6.6", "sonner": "^2.0.7", "tailwind-merge": "^3.4.0", @@ -75,7 +75,7 @@ "devDependencies": { "@biomejs/biome": "^2.3.8", "@faker-js/faker": "^10.1.0", - "@hey-api/openapi-ts": "^0.88.0", + "@hey-api/openapi-ts": "^0.89.2", "@react-router/dev": "^7.10.0", "@tailwindcss/vite": "^4.1.17", "@tanstack/react-query-devtools": "^5.91.1",