Skip to content

Commit

Permalink
fix: bump clickhouse client (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
WatchDG authored May 28, 2022
1 parent ebab89c commit 53d6506
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/clickhouse-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@makeomatic/clickhouse": "1.8.0",
"@makeomatic/clickhouse": "1.8.1",
"bluebird": "3.7.2",
"debug": "^4.3.4",
"lodash": "4.17.21",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1673,17 +1673,17 @@
npmlog "^4.1.2"
write-file-atomic "^3.0.3"

"@makeomatic/[email protected].0":
version "1.8.0"
resolved "https://registry.yarnpkg.com/@makeomatic/clickhouse/-/clickhouse-1.8.0.tgz#3d20b2e9d25ed2318bfc27b8bd6172e054eedf88"
integrity sha512-yclVmHsCNSNfJKTDxiW11ksQ3nsXOv3fZ+wF4XjGrFBOzzRRHP3zECg4bhKLuKNHbgCDcGw7wmR5DgOX2wBOAQ==
"@makeomatic/[email protected].1":
version "1.8.1"
resolved "https://registry.yarnpkg.com/@makeomatic/clickhouse/-/clickhouse-1.8.1.tgz#e5bf45811ac5e100c722e8ce3e34c128217ecbf4"
integrity sha512-ieUjn6dR9rZayGggJ9Wuh3rh6ahHSJZD0ZxXW6y7OyGEpaS13vKnCqvo0UBBSEHtuwo1ORzbUXqs6ZUeghZ3Nw==
dependencies:
binary-split "^1.0.5"
bl "^5.0.0"
debug "^4.3.4"
lodash.defaults "^4.2.0"
split2 "^4.1.0"
undici "^5.0.0"
undici "^5.3.0"

"@makeomatic/[email protected]":
version "6.0.3"
Expand Down Expand Up @@ -10255,10 +10255,10 @@ undici@^4.14.1:
resolved "https://registry.yarnpkg.com/undici/-/undici-4.16.0.tgz#469bb87b3b918818d3d7843d91a1d08da357d5ff"
integrity sha512-tkZSECUYi+/T1i4u+4+lwZmQgLXd4BLGlrc7KZPcLIW7Jpq99+Xpc30ONv7nS6F5UNOxp/HBZSSL9MafUrvJbw==

undici@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/undici/-/undici-5.0.0.tgz#3c1e08c7f0df90c485d5d8dbb0517e11e34f2090"
integrity sha512-VhUpiZ3No1DOPPQVQnsDZyfcbTTcHdcgWej1PdFnSvOeJmOVDgiOHkunJmBLfmjt4CqgPQddPVjSWW0dsTs5Yg==
undici@^5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/undici/-/undici-5.3.0.tgz#869d47bafa7f72ccaf8738258f0283bf3dd179ca"
integrity sha512-8LxC/xmR2GCE4q1heE1sJxVnnf5S6yQ2dObvMFBBWkB8aQlaqNuWovgRFWRMB7KUdLPGZfOTTmUeeLEJYX56iQ==

unique-filename@^1.1.1:
version "1.1.1"
Expand Down

0 comments on commit 53d6506

Please sign in to comment.