From 09e269e82755d6ef4618fbf16d39172300ec70c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 21:06:58 +0000 Subject: [PATCH] chore(deps): bump kysely from 0.28.15 to 0.28.17 Bumps [kysely](https://github.com/kysely-org/kysely) from 0.28.15 to 0.28.17. - [Release notes](https://github.com/kysely-org/kysely/releases) - [Commits](https://github.com/kysely-org/kysely/compare/v0.28.15...v0.28.17) --- updated-dependencies: - dependency-name: kysely dependency-version: 0.28.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index aece7e78e..2dcabceed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "ioredis": "^5.6.0", "jose": "^6.1.0", "jotai": "^2.16.0", - "kysely": "^0.28.15", + "kysely": "^0.28.17", "lucide": "^0.544.0", "lucide-react": "^0.562.0", "mapbox-gl": "^3.10.0", @@ -26191,9 +26191,9 @@ "license": "MIT" }, "node_modules/kysely": { - "version": "0.28.15", - "resolved": "https://registry.npmjs.org/kysely/-/kysely-0.28.15.tgz", - "integrity": "sha512-r2clcf7HLWvDXaVUEvQymXJY4i3bSOIV3xsL/Upy3ZfSv5HeKsk9tsqbBptLvth5qHEIhxeHTA2jNLyQABkLBA==", + "version": "0.28.17", + "resolved": "https://registry.npmjs.org/kysely/-/kysely-0.28.17.tgz", + "integrity": "sha512-nbD8lB9EB3wNdMhOCdx5Li8DxnLbvKByylRLcJ1h+4SkrowVeECAyZlyiKMThF7xFdRz0jSQ2MoJr+wXux2y0Q==", "license": "MIT", "engines": { "node": ">=20.0.0" diff --git a/package.json b/package.json index 84327dd43..9efa1e3ff 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "ioredis": "^5.6.0", "jose": "^6.1.0", "jotai": "^2.16.0", - "kysely": "^0.28.15", + "kysely": "^0.28.17", "lucide": "^0.544.0", "lucide-react": "^0.562.0", "mapbox-gl": "^3.10.0",