From 2283cc3f05272f15f6999f04a68973dea1c5f945 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 21:41:36 +0000 Subject: [PATCH] Bump @clickhouse/client from 1.12.1 to 1.13.0 Bumps [@clickhouse/client](https://github.com/ClickHouse/clickhouse-js) from 1.12.1 to 1.13.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.13.0) --- updated-dependencies: - dependency-name: "@clickhouse/client" dependency-version: 1.13.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..af04bcf 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.13.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.13.0", + "resolved": "https://registry.npmjs.org/@clickhouse/client/-/client-1.13.0.tgz", + "integrity": "sha512-uK+zqPaJnAoq3QIOvUNbHtbWUhyg2A/aSbdJtrY2+kawp4SMBLcfIbB9ucRv5Yht1CAa3b24CiUlypkmgarukg==", "license": "Apache-2.0", "dependencies": { - "@clickhouse/client-common": "1.12.1" + "@clickhouse/client-common": "1.13.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.13.0", + "resolved": "https://registry.npmjs.org/@clickhouse/client-common/-/client-common-1.13.0.tgz", + "integrity": "sha512-QlGUMd3EaKkIRLCv0WW8Rw9cOlqhwQPT+ucNWY8eC4UALsMhJLpa0H7Cd7MYc9CEtTv/xlr3IcYw5Tdho4Hr2g==", "license": "Apache-2.0" }, "node_modules/@emnapi/core": { diff --git a/package.json b/package.json index 0dde16e..0217f47 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.13.0", "handlebars": "^4.7.8", "openai": "^5.23.0" },