From 75bb6e0a0b9971c2fd7c4f43b8088283fbea2b77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 09:49:15 +0000 Subject: [PATCH] chore(deps): bump drizzle-kit from 0.31.8 to 0.31.9 Bumps [drizzle-kit](https://github.com/drizzle-team/drizzle-orm) from 0.31.8 to 0.31.9. - [Release notes](https://github.com/drizzle-team/drizzle-orm/releases) - [Commits](https://github.com/drizzle-team/drizzle-orm/compare/drizzle-kit@0.31.8...drizzle-kit@0.31.9) --- updated-dependencies: - dependency-name: drizzle-kit dependency-version: 0.31.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3dfd5c0..16a31b8 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@types/pino-pretty": "^5.0.0", "better-auth": "^1.4.15", "dotenv": "^17.2.3", - "drizzle-kit": "^0.31.8", + "drizzle-kit": "^0.31.9", "drizzle-orm": "^0.45.1", "drizzle-zod": "^0.8.3", "fastify": "^5.6.2", diff --git a/yarn.lock b/yarn.lock index 953cd75..ff08953 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1637,10 +1637,10 @@ dotenv@^17.2.3: resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.2.3.tgz#ad995d6997f639b11065f419a22fabf567cdb9a2" integrity sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w== -drizzle-kit@^0.31.8: - version "0.31.8" - resolved "https://registry.yarnpkg.com/drizzle-kit/-/drizzle-kit-0.31.8.tgz#feef5850eab22a01a0f919247c66efb648d57734" - integrity sha512-O9EC/miwdnRDY10qRxM8P3Pg8hXe3LyU4ZipReKOgTwn4OqANmftj8XJz1UPUAS6NMHf0E2htjsbQujUTkncCg== +drizzle-kit@^0.31.9: + version "0.31.9" + resolved "https://registry.yarnpkg.com/drizzle-kit/-/drizzle-kit-0.31.9.tgz#0d238640e57d5964f0a56d024781b6a9bc44b6fa" + integrity sha512-GViD3IgsXn7trFyBUUHyTFBpH/FsHTxYJ66qdbVggxef4UBPHRYxQaRzYLTuekYnk9i5FIEL9pbBIwMqX/Uwrg== dependencies: "@drizzle-team/brocli" "^0.10.2" "@esbuild-kit/esm-loader" "^2.5.5"