Skip to content

Commit a6aa999

Browse files
squirlymikelehen
authored andcommitted
Upgrade GRPC to 1.16.0 (#1353)
1 parent 9d6917e commit a6aa999

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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": {

packages/testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@firebase/logger": "0.1.1",
2020
"@firebase/util": "0.2.2",
2121
"@types/request": "2.47.1",
22-
"grpc": "1.13.1",
22+
"grpc": "1.16.0",
2323
"request": "2.88.0"
2424
},
2525
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6060,10 +6060,10 @@ [email protected]:
60606060
resolved "https://registry.npmjs.org/growl/-/growl-1.10.3.tgz#1926ba90cf3edfe2adb4927f5880bc22c66c790f"
60616061
integrity sha512-hKlsbA5Vu3xsh1Cg3J7jSmX/WaW6A5oBeqzM88oNbCRQFz+zUaXm6yxS4RVytp1scBoJzSYl4YAEOQIt6O8V1Q==
60626062

6063-
grpc@1.13.1:
6064-
version "1.13.1"
6065-
resolved "https://registry.npmjs.org/grpc/-/grpc-1.13.1.tgz#9b5c49d4e56309b6e3bd631f8948b7b298d88790"
6066-
integrity sha512-yl0xChnlUISTefOPU2NQ1cYPh5m/DTatEUV6jdRyQPE9NCrtPq7Gn6J2alMTglN7ufYbJapOd00dvhGurHH6HQ==
6063+
grpc@1.16.0:
6064+
version "1.16.0"
6065+
resolved "https://registry.npmjs.org/grpc/-/grpc-1.16.0.tgz#cdf56d6ede2f1b6ab5224ad467cb22e1b3ec36fc"
6066+
integrity sha512-+p8YRIng7Gihkn2jycAXwXdA9aQ10SikRrcHY+/r3W1Z1Pr9NFIbLcmBZPoaTbzzLDv/ysqwqFEZriAdd8tveQ==
60676067
dependencies:
60686068
lodash "^4.17.5"
60696069
nan "^2.0.0"

0 commit comments

Comments
 (0)