Skip to content

Commit a28b57a

Browse files
committed
upgrade GRPC to 1.16.0
1 parent 9f12e4a commit a28b57a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@firebase/firestore-types": "0.7.0",
2929
"@firebase/logger": "0.1.1",
3030
"@firebase/webchannel-wrapper": "0.2.11",
31-
"grpc": "1.13.1",
31+
"grpc": "1.16.0",
3232
"tslib": "1.9.0"
3333
},
3434
"peerDependencies": {

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6070,6 +6070,16 @@ [email protected]:
60706070
node-pre-gyp "^0.10.0"
60716071
protobufjs "^5.0.3"
60726072

6073+
6074+
version "1.16.0"
6075+
resolved "https://registry.npmjs.org/grpc/-/grpc-1.16.0.tgz#cdf56d6ede2f1b6ab5224ad467cb22e1b3ec36fc"
6076+
integrity sha512-+p8YRIng7Gihkn2jycAXwXdA9aQ10SikRrcHY+/r3W1Z1Pr9NFIbLcmBZPoaTbzzLDv/ysqwqFEZriAdd8tveQ==
6077+
dependencies:
6078+
lodash "^4.17.5"
6079+
nan "^2.0.0"
6080+
node-pre-gyp "^0.10.0"
6081+
protobufjs "^5.0.3"
6082+
60736083
gtoken@^1.2.1, gtoken@^1.2.3:
60746084
version "1.2.3"
60756085
resolved "https://registry.npmjs.org/gtoken/-/gtoken-1.2.3.tgz#5509571b8afd4322e124cf66cf68115284c476d8"

0 commit comments

Comments
 (0)