From 54f448d3516dab484acf28e06975322ce16e24d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:10:11 +0000 Subject: [PATCH] Bump kysely Bumps the npm_and_yarn group with 1 update in the /packages/api directory: [kysely](https://github.com/kysely-org/kysely). Updates `kysely` from 0.28.9 to 0.28.11 - [Release notes](https://github.com/kysely-org/kysely/releases) - [Commits](https://github.com/kysely-org/kysely/compare/v0.28.9...v0.28.11) --- updated-dependencies: - dependency-name: kysely dependency-version: 0.28.11 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/package.json b/packages/api/package.json index 750005f..8fb20e4 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -26,7 +26,7 @@ "graphql": "16.12.0", "graphql-scalars": "1.20.1", "graphql-yoga": "5.18.0", - "kysely": "0.28.9", + "kysely": "0.28.11", "kysely-d1": "0.4.0", "react": "19.2.3", "react-email": "5.2.3",