Skip to content

Commit

Permalink
Update the grpc dependency to the latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsannas committed Jul 12, 2023
1 parent 5825aaf commit 5491b24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@firebase/logger": "0.4.0",
"@firebase/util": "1.9.3",
"@firebase/webchannel-wrapper": "0.10.1",
"@grpc/grpc-js": "~1.7.0",
"@grpc/grpc-js": "~1.8.17",
"@grpc/proto-loader": "^0.6.13",
"node-fetch": "2.6.7",
"tslib": "^2.1.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1836,10 +1836,10 @@
"@grpc/proto-loader" "^0.6.4"
"@types/node" ">=12.12.47"

"@grpc/grpc-js@~1.7.0":
version "1.7.3"
resolved "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.7.3.tgz#f2ea79f65e31622d7f86d4b4c9ae38f13ccab99a"
integrity sha512-H9l79u4kJ2PVSxUNA08HMYAnUBLj9v6KjYQ7SQ71hOZcEXhShE/y5iQCesP8+6/Ik/7i2O0a10bPquIcYfufog==
"@grpc/grpc-js@~1.8.17":
version "1.8.17"
resolved "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.8.17.tgz#a3a2f826fc033eae7d2f5ee41e0ab39cee948838"
integrity sha512-DGuSbtMFbaRsyffMf+VEkVu8HkSXEUfO3UyGJNtqxW9ABdtTIA+2UXAJpwbJS+xfQxuwqLUeELmL6FuZkOqPxw==
dependencies:
"@grpc/proto-loader" "^0.7.0"
"@types/node" ">=12.12.47"
Expand Down

0 comments on commit 5491b24

Please sign in to comment.