From ec60b7840186e90e00636f8da0dc01e36a20405f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 01:45:11 +0000 Subject: [PATCH] chore(deps): bump kysely from 0.28.14 to 0.28.17 in /broccolidb Bumps [kysely](https://github.com/kysely-org/kysely) from 0.28.14 to 0.28.17. - [Release notes](https://github.com/kysely-org/kysely/releases) - [Commits](https://github.com/kysely-org/kysely/compare/v0.28.14...v0.28.17) --- updated-dependencies: - dependency-name: kysely dependency-version: 0.28.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- broccolidb/package-lock.json | 12 ++++++------ broccolidb/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/broccolidb/package-lock.json b/broccolidb/package-lock.json index 006f2f7f..f0687987 100644 --- a/broccolidb/package-lock.json +++ b/broccolidb/package-lock.json @@ -1,12 +1,12 @@ { "name": "broccolidb", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "broccolidb", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", @@ -14,7 +14,7 @@ "chalk": "^5.6.2", "chokidar": "^5.0.0", "ignore": "^7.0.5", - "kysely": "^0.28.14", + "kysely": "^0.28.17", "ora": "^9.3.0", "simple-git": "^3.33.0", "ts-morph": "^27.0.2" @@ -2865,9 +2865,9 @@ } }, "node_modules/kysely": { - "version": "0.28.14", - "resolved": "https://registry.npmjs.org/kysely/-/kysely-0.28.14.tgz", - "integrity": "sha512-SU3lgh0rPvq7upc6vvdVrCsSMUG1h3ChvHVOY7wJ2fw4C9QEB7X3d5eyYEyULUX7UQtxZJtZXGuT6U2US72UYA==", + "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/broccolidb/package.json b/broccolidb/package.json index 84023ff0..895652dd 100644 --- a/broccolidb/package.json +++ b/broccolidb/package.json @@ -54,7 +54,7 @@ "chalk": "^5.6.2", "chokidar": "^5.0.0", "ignore": "^7.0.5", - "kysely": "^0.28.14", + "kysely": "^0.28.17", "ora": "^9.3.0", "simple-git": "^3.33.0", "ts-morph": "^27.0.2"