Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit ab1cc86

Browse files
Bump @clickhouse/client from 0.0.15 to 0.2.2 in /lib (#265)
Bumps [@clickhouse/client](https://github.com/ClickHouse/clickhouse-js) from 0.0.15 to 0.2.2. - [Release notes](https://github.com/ClickHouse/clickhouse-js/releases) - [Changelog](https://github.com/ClickHouse/clickhouse-js/blob/main/CHANGELOG.md) - [Commits](ClickHouse/clickhouse-js@0.0.15...0.2.2) --- updated-dependencies: - dependency-name: "@clickhouse/client" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 20a668a commit ab1cc86

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"../public/packages/shared/traceo-types"
2020
],
2121
"dependencies": {
22-
"@clickhouse/client": "^0.0.15",
22+
"@clickhouse/client": "^0.2.2",
2323
"@nestjs/axios": "^0.0.7",
2424
"@nestjs/common": "9.0.5",
2525
"@nestjs/config": "^3.0.0",

lib/yarn.lock

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -352,13 +352,17 @@
352352
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
353353
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
354354

355-
"@clickhouse/client@^0.0.15":
356-
version "0.0.15"
357-
resolved "https://registry.yarnpkg.com/@clickhouse/client/-/client-0.0.15.tgz#1fd508f769d7a0061711a07d5f5bcf97ccba851e"
358-
integrity sha512-BvUXRorcOrFqFKp6yc7QrPSAQwDcVokEXjRPJzPI70/i60lXnWSan4zCgXl/aOM1B15v/GRGp7Kv6pZ8u2tHIA==
355+
"@clickhouse/client-common@0.2.2":
356+
version "0.2.2"
357+
resolved "https://registry.yarnpkg.com/@clickhouse/client-common/-/client-common-0.2.2.tgz#0690046241140a51ba5b0c0b9298c3cb3cf20974"
358+
integrity sha512-jlom9zLfcDzX9E3off93ZD3CPOkClyM213Y7TN1datkuRGKMvVyj1k0KXaMekhbRev+FTe85CqfoD5eq6qOnPg==
359+
360+
"@clickhouse/client@^0.2.2":
361+
version "0.2.2"
362+
resolved "https://registry.yarnpkg.com/@clickhouse/client/-/client-0.2.2.tgz#a6358aa2342ee3f2850cdb2f47a9e1d6fbde5757"
363+
integrity sha512-2faBnDS4x7ZkcOZqi3f6H967kH+nOfJLhBTWWjz0wTSBnEJBXRtePhN/ZY0NJIKc9Ga5w41Pf67mQgm6Dm/1/w==
359364
dependencies:
360-
node-abort-controller "^3.0.1"
361-
uuid "^9.0.0"
365+
"@clickhouse/client-common" "0.2.2"
362366

363367
"@cnakazawa/watch@^1.0.3":
364368
version "1.0.4"

0 commit comments

Comments
 (0)