Skip to content

Commit

Permalink
fix: update minimum grpc-js to 1.10.3 to skip potentially problematic…
Browse files Browse the repository at this point in the history
… 1.10.2 (#1576)

Some people were having issues with 1.10.2 across multiple products and those issues were solved with 1.10.3.

https://github.com/grpc/grpc-node/issues/2690

(Not all issues, and there is also 1.10.4 now, but it seems 1.10.2 in particular might be problematic.)
  • Loading branch information
feywind authored Apr 2, 2024
1 parent 150a683 commit 43e6fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"!build/src/**/*.map"
],
"dependencies": {
"@grpc/grpc-js": "~1.10.0",
"@grpc/grpc-js": "~1.10.3",
"@grpc/proto-loader": "^0.7.0",
"@types/long": "^4.0.0",
"abort-controller": "^3.0.0",
Expand Down

0 comments on commit 43e6fc0

Please sign in to comment.