From 554e56d37d39156b4d8d9ccd8b8ca8cd09e83055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 09:36:53 +0000 Subject: [PATCH] chore(deps): bump drizzle-orm Bumps the npm_and_yarn group with 1 update in the / directory: [drizzle-orm](https://github.com/drizzle-team/drizzle-orm). Updates `drizzle-orm` from 0.38.4 to 0.45.2 - [Release notes](https://github.com/drizzle-team/drizzle-orm/releases) - [Commits](https://github.com/drizzle-team/drizzle-orm/compare/0.38.4...0.45.2) --- updated-dependencies: - dependency-name: drizzle-orm dependency-version: 0.45.2 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 767a105..b7307fc 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@tanstack/react-query": "^5.62.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "drizzle-orm": "^0.38.3", + "drizzle-orm": "^0.45.2", "better-sqlite3": "^11.7.0", "lucide-react": "^0.468.0", "next": "^15.1.0",