Skip to content

Commit

Permalink
upgrade thrift & get rid of old ws (transitive from old thrift)
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Dec 3, 2024
1 parent dfd0fb7 commit 6bdf68d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
},
"resolutions": {
"@types/node": "^18",
"@types/ramda": "0.27.40"
"@types/ramda": "0.27.40",
"thrift": "0.20.0"
},
"license": "MIT",
"packageManager": "yarn@1.22.19"
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-hive-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"sasl-plain": "^0.1.0",
"saslmechanisms": "^0.1.1",
"sqlstring": "^2.3.1",
"thrift": "^0.9.3"
"thrift": "^0.20.0"
},
"license": "Apache-2.0",
"devDependencies": {
Expand Down
27 changes: 25 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12056,6 +12056,11 @@ brorand@^1.1.0:
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=

browser-or-node@^1.2.1:
version "1.3.0"
resolved "https://registry.yarnpkg.com/browser-or-node/-/browser-or-node-1.3.0.tgz#f2a4e8568f60263050a6714b2cc236bb976647a7"
integrity sha512-0F2z/VSnLbmEeBcUrSuDH5l0HxTXdQQzLjkmBR4cYfvg1zJrKSlmIZFqyFR8oX0NrwPhy3c3HQ6i3OxMbew4Tg==

browser-process-hrtime@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
Expand Down Expand Up @@ -24436,7 +24441,7 @@ q@1.0.x:
resolved "https://registry.yarnpkg.com/q/-/q-1.0.1.tgz#11872aeedee89268110b10a718448ffb10112a14"
integrity sha1-EYcq7t7okmgRCxCnGESP+xARKhQ=

q@^1.5.1:
q@^1.5.0, q@^1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=
Expand Down Expand Up @@ -28063,10 +28068,21 @@ thread-loader@^3.0.0:
neo-async "^2.6.2"
schema-utils "^3.0.0"

thrift@^0.20.0:
version "0.20.0"
resolved "https://registry.yarnpkg.com/thrift/-/thrift-0.20.0.tgz#b2dbeaaf7c2385aed2eba59d442c87f033fa8e5e"
integrity sha512-oSmJTaoIAGolpupVHFfsWcmdEKX81fcDI6ty0hhezzdgZvp0XyXgMe9+1YusI8Ahy0HK4n8jlNrkPjOPeHZjdQ==
dependencies:
browser-or-node "^1.2.1"
isomorphic-ws "^4.0.1"
node-int64 "^0.4.0"
q "^1.5.0"
ws "^5.2.3"

thrift@^0.9.3:
version "0.9.3"
resolved "https://registry.yarnpkg.com/thrift/-/thrift-0.9.3.tgz#99021336403d42e08b8efadb1c37a06d7998b2a6"
integrity sha1-mQITNkA9QuCLjvrbHDegbXmYsqY=
integrity sha512-CLjTMnk31Yhcteeyfhxv1UU8yv0jqlc5kNDGogbpWG2mUU2sJtj33sQzA+qml8Kj2y8WUdVKY7kkZxiczKoATw==
dependencies:
node-int64 "~0.3.0"
q "1.0.x"
Expand Down Expand Up @@ -29877,6 +29893,13 @@ write-pkg@^4.0.0:
type-fest "^0.4.1"
write-json-file "^3.2.0"

ws@^5.2.3:
version "5.2.4"
resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.4.tgz#c7bea9f1cfb5f410de50e70e82662e562113f9a7"
integrity sha512-fFCejsuC8f9kOSu9FYaOw8CdO68O3h5v0lg4p74o8JqWpwTf9tniOD+nOB78aWoVSS6WptVUmDrp/KPsMVBWFQ==
dependencies:
async-limiter "~1.0.0"

ws@^6.2.1:
version "6.2.2"
resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e"
Expand Down

0 comments on commit 6bdf68d

Please sign in to comment.