From ce9aafc5bc33fd2a10f1dda6967157feef681d90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 03:41:58 +0000 Subject: [PATCH] Bump drizzle-orm from 0.38.1 to 0.45.2 in /with-nextjs-drizzle-edge Bumps [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) from 0.38.1 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.1...0.45.2) --- updated-dependencies: - dependency-name: drizzle-orm dependency-version: 0.45.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- with-nextjs-drizzle-edge/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-nextjs-drizzle-edge/package.json b/with-nextjs-drizzle-edge/package.json index 91cfd63a..e212aaf6 100644 --- a/with-nextjs-drizzle-edge/package.json +++ b/with-nextjs-drizzle-edge/package.json @@ -9,7 +9,7 @@ "dependencies": { "@neondatabase/serverless": "^1.0.0", "autoprefixer": "10.4.16", - "drizzle-orm": "0.38.1", + "drizzle-orm": "0.45.2", "next": "14.2.21", "postcss": "8.4.31", "react": "18.2.0",