From 0af49eb31eeaef8610b390ba8d3333369f6cc689 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 14:36:34 +0000 Subject: [PATCH] fix(deps): update dependency kysely to ^0.28.0 --- package.json | 2 +- pnpm-lock.yaml | 23 ++++++++++++----------- services/package.json | 2 +- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index a3d30f2f..6ece37a5 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "date-fns": "^3.6.0", "formsnap": "^1.0.1", "jsonwebtoken": "^9.0.2", - "kysely": "^0.27.4", + "kysely": "^0.28.0", "lucide-svelte": "^0.447.0", "minimist": "^1.2.8", "mode-watcher": "^0.4.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8c2a4217..3b8796a3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -30,8 +30,8 @@ importers: specifier: ^9.0.2 version: 9.0.2 kysely: - specifier: ^0.27.4 - version: 0.27.4 + specifier: ^0.28.0 + version: 0.28.9 lucide-svelte: specifier: ^0.447.0 version: 0.447.0(svelte@5.9.0) @@ -146,7 +146,7 @@ importers: version: 24.1.3 kysely-codegen: specifier: ^0.16.8 - version: 0.16.8(better-sqlite3@11.10.0)(kysely@0.27.4) + version: 0.16.8(better-sqlite3@11.10.0)(kysely@0.28.9) lint-staged: specifier: ^15.2.10 version: 15.5.2 @@ -208,8 +208,8 @@ importers: specifier: ^9.0.2 version: 9.0.2 kysely: - specifier: ^0.27.4 - version: 0.27.4 + specifier: ^0.28.0 + version: 0.28.9 pino: specifier: ^9.5.0 version: 9.14.0 @@ -2629,9 +2629,9 @@ packages: tedious: optional: true - kysely@0.27.4: - resolution: {integrity: sha512-dyNKv2KRvYOQPLCAOCjjQuCk4YFd33BvGdf/o5bC7FiW+BB6snA81Zt+2wT9QDFzKqxKa5rrOmvlK/anehCcgA==} - engines: {node: '>=14.0.0'} + kysely@0.28.9: + resolution: {integrity: sha512-3BeXMoiOhpOwu62CiVpO6lxfq4eS6KMYfQdMsN/2kUCRNuF2YiEr7u0HLHaQU+O4Xu8YXE3bHVkwaQ85i72EuA==} + engines: {node: '>=20.0.0'} levn@0.4.1: resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} @@ -3978,6 +3978,7 @@ packages: whatwg-encoding@3.1.1: resolution: {integrity: sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==} engines: {node: '>=18'} + deprecated: Use @exodus/bytes instead for a more spec-conformant and faster implementation whatwg-mimetype@4.0.0: resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==} @@ -6585,20 +6586,20 @@ snapshots: known-css-properties@0.35.0: {} - kysely-codegen@0.16.8(better-sqlite3@11.10.0)(kysely@0.27.4): + kysely-codegen@0.16.8(better-sqlite3@11.10.0)(kysely@0.28.9): dependencies: chalk: 4.1.2 dotenv: 16.4.5 dotenv-expand: 11.0.6 git-diff: 2.0.6 - kysely: 0.27.4 + kysely: 0.28.9 micromatch: 4.0.8 minimist: 1.2.8 pluralize: 8.0.0 optionalDependencies: better-sqlite3: 11.10.0 - kysely@0.27.4: {} + kysely@0.28.9: {} levn@0.4.1: dependencies: diff --git a/services/package.json b/services/package.json index 7aca12b4..f21a8db3 100644 --- a/services/package.json +++ b/services/package.json @@ -4,7 +4,7 @@ "bcrypt": "^5.1.1", "better-sqlite3": "^11.5.0", "jsonwebtoken": "^9.0.2", - "kysely": "^0.27.4", + "kysely": "^0.28.0", "pino": "^9.5.0", "pino-pretty": "^11.3.0", "zod": "^3.23.8"