From 5e184a0c54178694956e4c473d885e90b00ace2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 08:04:23 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 1 update Bumps the npm_and_yarn group with 1 update in the /apps/gateway directory: [drizzle-orm](https://github.com/drizzle-team/drizzle-orm). Bumps the npm_and_yarn group with 1 update in the /apps/registry directory: [drizzle-orm](https://github.com/drizzle-team/drizzle-orm). Updates `drizzle-orm` from 0.43.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.43.1...0.45.2) Updates `drizzle-orm` from 0.43.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.43.1...0.45.2) --- updated-dependencies: - dependency-name: drizzle-orm dependency-version: 0.45.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: drizzle-orm dependency-version: 0.45.2 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/gateway/package.json | 2 +- apps/registry/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/gateway/package.json b/apps/gateway/package.json index e7f9916c..97f6433e 100644 --- a/apps/gateway/package.json +++ b/apps/gateway/package.json @@ -35,7 +35,7 @@ "content-type": "^1.0.5", "cors": "^2.8.5", "dotenv": "^17.2.3", - "drizzle-orm": "^0.43.1", + "drizzle-orm": "^0.45.2", "express": "^4.21.2", "http-errors": "^2.0.0", "iconv-lite": "^0.6.3", diff --git a/apps/registry/package.json b/apps/registry/package.json index ece6a9cf..55a92f83 100644 --- a/apps/registry/package.json +++ b/apps/registry/package.json @@ -40,7 +40,7 @@ "@trpc/server": "^11.0.2", "commander": "^13.1.0", "cors": "^2.8.5", - "drizzle-orm": "^0.43.1", + "drizzle-orm": "^0.45.2", "express": "^4.21.2", "git-url-parse": "^16.1.0", "lodash": "^4.17.21",