Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 8f63408

Browse files
Update @grpc/grpc-js version (#614)
Accompanying updated to suitable @grpc/proto-loader and protobufjs versions. This addresses a gRPC bug that could cause pings to be sent on destroyed HTTP sessions, resulting in the following error: Error [ERR_HTTP2_INVALID_SESSION]: The session has been destroyed Signed-off-by: Mark S. Lewis <[email protected]>
1 parent 164c356 commit 8f63408

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fabric-protos/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
],
3232
"types": "./types/index.d.ts",
3333
"dependencies": {
34-
"@grpc/grpc-js": "1.5.3",
35-
"@grpc/proto-loader": "^0.6.2",
36-
"protobufjs": "^6.11.2"
34+
"@grpc/grpc-js": "~1.6.9",
35+
"@grpc/proto-loader": "^0.7.0",
36+
"protobufjs": "^7.0.0"
3737
},
3838
"devDependencies": {
3939
"cpx": "^1.5.0",

0 commit comments

Comments
 (0)