From c2f3c21aab2b078de9a1ba3db4d4bdd3dc518fd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 23:35:29 +0000 Subject: [PATCH] chore(deps): bump kysely from 0.28.16 to 0.28.17 in /packages/lib Bumps [kysely](https://github.com/kysely-org/kysely) from 0.28.16 to 0.28.17. - [Release notes](https://github.com/kysely-org/kysely/releases) - [Commits](https://github.com/kysely-org/kysely/compare/v0.28.16...v0.28.17) --- updated-dependencies: - dependency-name: kysely dependency-version: 0.28.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/lib/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lib/package.json b/packages/lib/package.json index 4855f2e602..f20f9a35f0 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -50,7 +50,7 @@ "ioredis": "^5.10.1", "jose": "^6.1.2", "konva": "^10.0.9", - "kysely": "0.28.16", + "kysely": "0.28.17", "luxon": "^3.7.2", "nanoid": "^5.1.6", "oslo": "^0.17.0",