From b52cd8c364ee190ece8d02e89faef64fc88ac486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:21:01 +0000 Subject: [PATCH] Bump @clickhouse/client from 1.12.1 to 1.14.0 Bumps [@clickhouse/client](https://github.com/ClickHouse/clickhouse-js) from 1.12.1 to 1.14.0. - [Release notes](https://github.com/ClickHouse/clickhouse-js/releases) - [Changelog](https://github.com/ClickHouse/clickhouse-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/ClickHouse/clickhouse-js/compare/1.12.1...1.14.0) --- updated-dependencies: - dependency-name: "@clickhouse/client" dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c6dae2..0ddaf10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.11.1", "@actions/github": "^6.0.1", - "@clickhouse/client": "^1.12.1", + "@clickhouse/client": "^1.14.0", "handlebars": "^4.7.8", "openai": "^5.23.0" }, @@ -1183,21 +1183,21 @@ "license": "MIT" }, "node_modules/@clickhouse/client": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@clickhouse/client/-/client-1.12.1.tgz", - "integrity": "sha512-7ORY85rphRazqHzImNXMrh4vsaPrpetFoTWpZYueCO2bbO6PXYDXp/GQ4DgxnGIqbWB/Di1Ai+Xuwq2o7DJ36A==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@clickhouse/client/-/client-1.14.0.tgz", + "integrity": "sha512-co2spjR7wZoZ3Ck0H/jv76bpiuO3oJHtOmq9/gxFiod2DcT9NFg01u/hXcG8MJFnEJuMB6e3vGqS6IOnLwHqRw==", "license": "Apache-2.0", "dependencies": { - "@clickhouse/client-common": "1.12.1" + "@clickhouse/client-common": "1.14.0" }, "engines": { "node": ">=16" } }, "node_modules/@clickhouse/client-common": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@clickhouse/client-common/-/client-common-1.12.1.tgz", - "integrity": "sha512-ccw1N6hB4+MyaAHIaWBwGZ6O2GgMlO99FlMj0B0UEGfjxM9v5dYVYql6FpP19rMwrVAroYs/IgX2vyZEBvzQLg==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@clickhouse/client-common/-/client-common-1.14.0.tgz", + "integrity": "sha512-CyUcv2iCkZ1A++vmOSufYRpHR3aAWVfbrWed7ATzf0yyx/BW/2SEqlL07vBpSRa3BIkQe/DSOHVv8JkWZpUOwQ==", "license": "Apache-2.0" }, "node_modules/@emnapi/core": { diff --git a/package.json b/package.json index 0dde16e..c4c0cda 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "dependencies": { "@actions/core": "^1.11.1", "@actions/github": "^6.0.1", - "@clickhouse/client": "^1.12.1", + "@clickhouse/client": "^1.14.0", "handlebars": "^4.7.8", "openai": "^5.23.0" },