Skip to content

Commit f6b18f7

Browse files
Update grpc-js to 1.3
1 parent d095ad3 commit f6b18f7

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

packages/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@firebase/logger": "0.2.6",
7272
"@firebase/util": "1.0.0",
7373
"@firebase/webchannel-wrapper": "0.4.1",
74-
"@grpc/grpc-js": "^1.0.0",
74+
"@grpc/grpc-js": "1.3.0",
7575
"@grpc/proto-loader": "^0.5.0",
7676
"node-fetch": "2.6.1",
7777
"tslib": "^2.1.0"

yarn.lock

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,14 @@
13411341
stream-events "^1.0.1"
13421342
xdg-basedir "^4.0.0"
13431343

1344-
"@grpc/grpc-js@^1.0.0", "@grpc/grpc-js@~1.2.0":
1344+
1345+
version "1.3.0"
1346+
resolved "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.3.0.tgz#c6febaaf00ce7f53b5ec52c7cf3e2a4725b82bcb"
1347+
integrity sha512-fiL7ZaGg2HBiFtmv6m34d5jEgEtNXfctjzB3f7b3iuT7olBX4mHLMOqOBmGTTSOTfNRQJH5+vsyk6mEz3I0Q7Q==
1348+
dependencies:
1349+
"@types/node" ">=12.12.47"
1350+
1351+
"@grpc/grpc-js@~1.2.0":
13451352
version "1.2.10"
13461353
resolved "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.2.10.tgz#f316d29a45fcc324e923d593cb849d292b1ed598"
13471354
integrity sha512-wj6GkNiorWYaPiIZ767xImmw7avMMVUweTvPFg4mJWOxz2180DKwfuxhJJZ7rpc1+7D3mX/v8vJdxTuIo71Ieg==
@@ -7487,7 +7494,7 @@ [email protected]:
74877494
"@firebase/app-exp" "0.0.900"
74887495
"@firebase/auth-compat" "0.0.900"
74897496
"@firebase/auth-exp" "0.0.900"
7490-
"@firebase/database" "0.9.11"
7497+
"@firebase/database" "0.9.12"
74917498
"@firebase/firestore" "2.2.5"
74927499
"@firebase/functions-compat" "0.0.900"
74937500
"@firebase/functions-exp" "0.0.900"

0 commit comments

Comments
 (0)