From c47f1666eb9bc6e09dcbfdd62cfff62a95c3b058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 21:08:22 +0000 Subject: [PATCH] build(deps): bump the npm_and_yarn group across 2 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the /apps/backend directory: [kysely](https://github.com/kysely-org/kysely). Bumps the npm_and_yarn group with 1 update in the /packages/commons directory: [uuid](https://github.com/uuidjs/uuid). Updates `kysely` from 0.27.6 to 0.28.17 - [Release notes](https://github.com/kysely-org/kysely/releases) - [Commits](https://github.com/kysely-org/kysely/compare/0.27.6...v0.28.17) Updates `uuid` from 11.1.1 to 14.0.0 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v11.1.1...v14.0.0) --- updated-dependencies: - dependency-name: kysely dependency-version: 0.28.17 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/backend/package.json | 2 +- packages/commons/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/backend/package.json b/apps/backend/package.json index 0a7741ff..004a3092 100644 --- a/apps/backend/package.json +++ b/apps/backend/package.json @@ -40,7 +40,7 @@ "fast-deep-equal": "^3.1.3", "hono": "^4.7.10", "jwt-simple": "^0.5.6", - "kysely": "^0.27.5", + "kysely": "^0.28.17", "mime-types": "^3.0.1", "minio": "^8.0.3", "object-hash": "^3.0.0", diff --git a/packages/commons/package.json b/packages/commons/package.json index db701c9c..e2299556 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -34,7 +34,7 @@ "snake-case": "^4.0.0", "snakecase-keys": "^8.0.1", "type-fest": "^4.32.0", - "uuid": "^11.0.3", + "uuid": "^14.0.0", "zod": "^3.24.1", "zod-validation-error": "^3.3.1" },