Skip to content

Commit 9cda554

Browse files
authored
fix: upgrade thrift to 0.23.0 (#560)
Signed-off-by: ryjiang <jiangruiyi@gmail.com>
1 parent 018a14c commit 9cda554

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@
5454
"fast-xml-parser": "^5.7.0",
5555
"protobufjs": "^7.5.5",
5656
"lodash": "^4.18.1",
57-
"picomatch": "^2.3.2"
57+
"picomatch": "^2.3.2",
58+
"thrift": "^0.23.0",
59+
"thrift/uuid": "11.1.0"
5860
},
5961
"publishConfig": {
6062
"access": "public"

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3758,15 +3758,16 @@ text-hex@1.0.x:
37583758
resolved "https://registry.npmjs.org/text-hex/-/text-hex-1.0.0.tgz"
37593759
integrity sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==
37603760

3761-
thrift@0.21.0:
3762-
version "0.21.0"
3763-
resolved "https://registry.npmjs.org/thrift/-/thrift-0.21.0.tgz#baf3bea94a543f9c1c591242d263802489eeb447"
3764-
integrity sha512-AW8rwHYjeqXisS8B1iwko2gkNMFwSRJ+bO/W0xTGqRspTD3lGHwZx438+pHdOJ3GwpRAnK7TKbjqPOrHAa7ZwQ==
3761+
thrift@0.21.0, thrift@^0.23.0:
3762+
version "0.23.0"
3763+
resolved "https://registry.npmjs.org/thrift/-/thrift-0.23.0.tgz#de1162a3a2355f983eff73161bae57bca3fa5ccf"
3764+
integrity sha512-j7F1ls8JogClU88Ta/pwD/OzYuiFeD6Z5GoWw7ip+jcDhcNYFKgfXYEsyLXYpiNfJO94fbLnITGxyfZ19YzA6Q==
37653765
dependencies:
37663766
browser-or-node "^1.2.1"
37673767
isomorphic-ws "^4.0.1"
37683768
node-int64 "^0.4.0"
37693769
q "^1.5.0"
3770+
uuid "^13.0.0"
37703771
ws "^5.2.3"
37713772

37723773
through2@^4.0.2:
@@ -3893,6 +3894,11 @@ utilium@^1.3.3:
38933894
optionalDependencies:
38943895
"@xterm/xterm" "^5.5.0"
38953896

3897+
uuid@11.1.0, uuid@^13.0.0:
3898+
version "11.1.0"
3899+
resolved "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz#9549028be1753bb934fc96e2bca09bb4105ae912"
3900+
integrity sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==
3901+
38963902
v8-compile-cache-lib@^3.0.1:
38973903
version "3.0.1"
38983904
resolved "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz"

0 commit comments

Comments
 (0)