Skip to content

Commit 8ba8fbe

Browse files
authored
Update protobuf-JS to 3.21.4 (#1452)
1 parent 20790fc commit 8ba8fbe

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

net/grpc/gateway/examples/echo/commonjs-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "gRPC-Web CommonJS client example",
55
"license": "Apache-2.0",
66
"dependencies": {
7-
"google-protobuf": "~3.14.0",
7+
"google-protobuf": "~3.21.4",
88
"grpc-web": "~1.5.0"
99
},
1010
"devDependencies": {

net/grpc/gateway/examples/echo/node-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@grpc/grpc-js": "~1.1.8",
77
"@grpc/proto-loader": "~0.5.0",
88
"async": "~3.2.3",
9-
"google-protobuf": "~3.14.0",
9+
"google-protobuf": "~3.21.4",
1010
"lodash": "~4.17.0"
1111
}
1212
}

net/grpc/gateway/examples/echo/ts-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"devDependencies": {
3-
"@types/google-protobuf": "~3.7.0",
3+
"@types/google-protobuf": "~3.15.12",
44
"@types/jquery": "~3.3.6",
55
"@types/node": "~10.17.0",
6-
"google-protobuf": "~3.14.0",
6+
"google-protobuf": "~3.21.4",
77
"grpc-web": "~1.5.0",
88
"jquery": "~3.5.1",
99
"mock-xmlhttprequest": "~2.0.0",

net/grpc/gateway/examples/echo/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ You will need a `package.json` file
173173
{
174174
"name": "grpc-web-commonjs-example",
175175
"dependencies": {
176-
"google-protobuf": "~3.14.0",
176+
"google-protobuf": "~3.21.4",
177177
"grpc-web": "~1.5.0"
178178
},
179179
"devDependencies": {

net/grpc/gateway/examples/helloworld/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ the `client.js` files.
212212
"@grpc/grpc-js": "~1.0.5",
213213
"@grpc/proto-loader": "~0.5.4",
214214
"async": "~1.5.2",
215-
"google-protobuf": "~3.14.0",
215+
"google-protobuf": "~3.21.4",
216216
"grpc-web": "~1.5.0",
217217
"lodash": "~4.17.0",
218218
"webpack": "~5.82.1",

net/grpc/gateway/examples/helloworld/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@grpc/grpc-js": "~1.1.8",
88
"@grpc/proto-loader": "~0.5.4",
99
"async": "~3.2.3",
10-
"google-protobuf": "~3.14.0",
10+
"google-protobuf": "~3.21.4",
1111
"grpc-web": "~1.5.0",
1212
"lodash": "~4.17.0",
1313
"webpack": "~5.82.1",

packages/grpc-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
},
2626
"license": "Apache-2.0",
2727
"devDependencies": {
28-
"@types/google-protobuf": "~3.7.0",
28+
"@types/google-protobuf": "~3.15.12",
2929
"command-exists": "~1.2.8",
3030
"google-closure-compiler": "~20200224.0.0",
3131
"google-closure-deps": "~20210601.0.0",
3232
"google-closure-library": "~20210808.0.0",
33-
"google-protobuf": "~3.14.0",
33+
"google-protobuf": "~3.21.4",
3434
"gulp": "~4.0.2",
3535
"gulp-connect": "~5.7.0",
3636
"gulp-eval": "~1.0.0",

test/interop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "mocha -b interop_client.js"
88
},
99
"dependencies": {
10-
"google-protobuf": "~3.14.0",
10+
"google-protobuf": "~3.21.4",
1111
"grpc-web": "~1.5.0"
1212
},
1313
"devDependencies": {

0 commit comments

Comments
 (0)