From 55b9d1b40571e80fe055d717563dac72011754cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 01:11:14 +0000 Subject: [PATCH] Bump @clickhouse/client-web from 1.11.0 to 1.11.1 Bumps [@clickhouse/client-web](https://github.com/ClickHouse/clickhouse-js) from 1.11.0 to 1.11.1. - [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.11.0...1.11.1) --- updated-dependencies: - dependency-name: "@clickhouse/client-web" dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 15fb82b5fc4..c527d3a5688 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "@clickhouse/click-ui": "^0.0.199", - "@clickhouse/client-web": "^1.11.0", + "@clickhouse/client-web": "^1.11.1", "@docusaurus/core": "3.7.0", "@docusaurus/faster": "^3.7.0", "@docusaurus/plugin-client-redirects": "^3.7.0", diff --git a/yarn.lock b/yarn.lock index 350ecb8bc58..bb9adebe75d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1241,17 +1241,17 @@ react-window "^1.8.9" sortablejs "^1.15.0" -"@clickhouse/client-common@1.11.0": - version "1.11.0" - resolved "https://registry.yarnpkg.com/@clickhouse/client-common/-/client-common-1.11.0.tgz#e66f74040228984dd1b7bda4749bc2d14cfa897d" - integrity sha512-O0xbwv7HiMXayokrf5dYIBpjBnYekcOXWz60T1cXLmiZ8vgrfNRCiOpybJkrMXKnw9D0mWCgPUu/rgMY7U1f4g== +"@clickhouse/client-common@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@clickhouse/client-common/-/client-common-1.11.1.tgz#73a78165656f6e058e2d4eb09cce0f9cf6195255" + integrity sha512-bme0le2yhDSAh13d2fxhSW5ZrNoVqZ3LTyac8jK6hNH0qkksXnjYkLS6KQalPU6NMpffxHmpI4+/Gi2MnX0NCA== -"@clickhouse/client-web@^1.11.0": - version "1.11.0" - resolved "https://registry.yarnpkg.com/@clickhouse/client-web/-/client-web-1.11.0.tgz#86601892f6b6a562ec4248f077e2964f2cf2fcb6" - integrity sha512-5N8ll85KRjVsxq2V0Y3gowcApwZA+YyIHIC7M5bFki8gtt3SihijH9cspdZBdBTFFzYPbiKS+zftKq7YQhoGxA== +"@clickhouse/client-web@^1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@clickhouse/client-web/-/client-web-1.11.1.tgz#d9942959cebd9ed557ace85bee51f8b6d6e9677e" + integrity sha512-dRmve4Vh8tdnLo8tt77O+2Ye4FWBR9eBrJ3CsaoNS2Q6aQNwv0JbPUKIrU88ep2sg5kilmNfAXqWaJXehpYVRg== dependencies: - "@clickhouse/client-common" "1.11.0" + "@clickhouse/client-common" "1.11.1" "@colors/colors@1.5.0": version "1.5.0"