Skip to content

Commit 6bdf68d

Browse files
committed
upgrade thrift & get rid of old ws (transitive from old thrift)
1 parent dfd0fb7 commit 6bdf68d

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
},
6767
"resolutions": {
6868
"@types/node": "^18",
69-
"@types/ramda": "0.27.40"
69+
"@types/ramda": "0.27.40",
70+
"thrift": "0.20.0"
7071
},
7172
"license": "MIT",
7273
"packageManager": "[email protected]"

packages/cubejs-hive-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"sasl-plain": "^0.1.0",
2525
"saslmechanisms": "^0.1.1",
2626
"sqlstring": "^2.3.1",
27-
"thrift": "^0.9.3"
27+
"thrift": "^0.20.0"
2828
},
2929
"license": "Apache-2.0",
3030
"devDependencies": {

yarn.lock

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12056,6 +12056,11 @@ brorand@^1.1.0:
1205612056
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
1205712057
integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
1205812058

12059+
browser-or-node@^1.2.1:
12060+
version "1.3.0"
12061+
resolved "https://registry.yarnpkg.com/browser-or-node/-/browser-or-node-1.3.0.tgz#f2a4e8568f60263050a6714b2cc236bb976647a7"
12062+
integrity sha512-0F2z/VSnLbmEeBcUrSuDH5l0HxTXdQQzLjkmBR4cYfvg1zJrKSlmIZFqyFR8oX0NrwPhy3c3HQ6i3OxMbew4Tg==
12063+
1205912064
browser-process-hrtime@^1.0.0:
1206012065
version "1.0.0"
1206112066
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
@@ -24436,7 +24441,7 @@ [email protected]:
2443624441
resolved "https://registry.yarnpkg.com/q/-/q-1.0.1.tgz#11872aeedee89268110b10a718448ffb10112a14"
2443724442
integrity sha1-EYcq7t7okmgRCxCnGESP+xARKhQ=
2443824443

24439-
q@^1.5.1:
24444+
q@^1.5.0, q@^1.5.1:
2444024445
version "1.5.1"
2444124446
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
2444224447
integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=
@@ -28063,10 +28068,21 @@ thread-loader@^3.0.0:
2806328068
neo-async "^2.6.2"
2806428069
schema-utils "^3.0.0"
2806528070

28071+
thrift@^0.20.0:
28072+
version "0.20.0"
28073+
resolved "https://registry.yarnpkg.com/thrift/-/thrift-0.20.0.tgz#b2dbeaaf7c2385aed2eba59d442c87f033fa8e5e"
28074+
integrity sha512-oSmJTaoIAGolpupVHFfsWcmdEKX81fcDI6ty0hhezzdgZvp0XyXgMe9+1YusI8Ahy0HK4n8jlNrkPjOPeHZjdQ==
28075+
dependencies:
28076+
browser-or-node "^1.2.1"
28077+
isomorphic-ws "^4.0.1"
28078+
node-int64 "^0.4.0"
28079+
q "^1.5.0"
28080+
ws "^5.2.3"
28081+
2806628082
thrift@^0.9.3:
2806728083
version "0.9.3"
2806828084
resolved "https://registry.yarnpkg.com/thrift/-/thrift-0.9.3.tgz#99021336403d42e08b8efadb1c37a06d7998b2a6"
28069-
integrity sha1-mQITNkA9QuCLjvrbHDegbXmYsqY=
28085+
integrity sha512-CLjTMnk31Yhcteeyfhxv1UU8yv0jqlc5kNDGogbpWG2mUU2sJtj33sQzA+qml8Kj2y8WUdVKY7kkZxiczKoATw==
2807028086
dependencies:
2807128087
node-int64 "~0.3.0"
2807228088
q "1.0.x"
@@ -29877,6 +29893,13 @@ write-pkg@^4.0.0:
2987729893
type-fest "^0.4.1"
2987829894
write-json-file "^3.2.0"
2987929895

29896+
ws@^5.2.3:
29897+
version "5.2.4"
29898+
resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.4.tgz#c7bea9f1cfb5f410de50e70e82662e562113f9a7"
29899+
integrity sha512-fFCejsuC8f9kOSu9FYaOw8CdO68O3h5v0lg4p74o8JqWpwTf9tniOD+nOB78aWoVSS6WptVUmDrp/KPsMVBWFQ==
29900+
dependencies:
29901+
async-limiter "~1.0.0"
29902+
2988029903
ws@^6.2.1:
2988129904
version "6.2.2"
2988229905
resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e"

0 commit comments

Comments
 (0)