From 612d0d31a01a9606053f53fdc108ad18429edd9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 09:12:08 +0000 Subject: [PATCH] chore(deps): bump the drizzle group with 2 updates Bumps the drizzle group with 2 updates: [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) and [drizzle-kit](https://github.com/drizzle-team/drizzle-orm). Updates `drizzle-orm` from 1.0.0-rc.1 to 1.0.0-rc.4 - [Release notes](https://github.com/drizzle-team/drizzle-orm/releases) - [Commits](https://github.com/drizzle-team/drizzle-orm/compare/v1.0.0-rc.1...v1.0.0-rc.4) Updates `drizzle-kit` from 1.0.0-rc.1 to 1.0.0-rc.4 - [Release notes](https://github.com/drizzle-team/drizzle-orm/releases) - [Commits](https://github.com/drizzle-team/drizzle-orm/compare/v1.0.0-rc.1...v1.0.0-rc.4) --- updated-dependencies: - dependency-name: drizzle-orm dependency-version: 1.0.0-rc.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: drizzle - dependency-name: drizzle-kit dependency-version: 1.0.0-rc.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: drizzle ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bun.lock b/bun.lock index e73211e..2ee444a 100644 --- a/bun.lock +++ b/bun.lock @@ -9,7 +9,7 @@ "@orpc/client": "^1.14.6", "@orpc/contract": "^1.14.6", "@orpc/server": "^1.14.6", - "drizzle-orm": "1.0.0-rc.4-273829f", + "drizzle-orm": "1.0.0-rc.4", "drizzle-zod": "1.0.0-beta.14-56703c9", "jose": "^6.2.3", "node-cron": "^4.5.0", @@ -22,7 +22,7 @@ "@types/pg": "^8.20.0", "@typescript/native-preview": "latest", "csv-parse": "^6.2.1", - "drizzle-kit": "1.0.0-rc.4-273829f", + "drizzle-kit": "1.0.0-rc.4", "oxlint": "^1.71.0", "oxlint-tsgolint": "^0.23.0", }, diff --git a/package.json b/package.json index 58b69bf..fb28dc2 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@types/pg": "^8.20.0", "@typescript/native-preview": "latest", "csv-parse": "^6.2.1", - "drizzle-kit": "1.0.0-rc.4-273829f", + "drizzle-kit": "1.0.0-rc.4", "oxlint": "^1.71.0", "oxlint-tsgolint": "^0.23.0" }, @@ -34,7 +34,7 @@ "@orpc/client": "^1.14.6", "@orpc/contract": "^1.14.6", "@orpc/server": "^1.14.6", - "drizzle-orm": "1.0.0-rc.4-273829f", + "drizzle-orm": "1.0.0-rc.4", "drizzle-zod": "1.0.0-beta.14-56703c9", "jose": "^6.2.3", "node-cron": "^4.5.0",