Skip to content

Commit dd38cbd

Browse files
authored
Merge pull request #223 from proto-graphql/renovate/google-protobuf-3.x
fix(deps): update dependency google-protobuf to v3.21.2
2 parents a1bdcb2 + fed2883 commit dd38cbd

File tree

6 files changed

+32
-203
lines changed

6 files changed

+32
-203
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint-plugin-import": "^2.26.0",
3131
"eslint-plugin-jest": "^27.1.7",
3232
"eslint-plugin-unused-imports": "^2.0.0",
33-
"google-protobuf": "3.20.1",
33+
"google-protobuf": "3.21.2",
3434
"graphql": "15.4.0",
3535
"graphql-scalars": "1.20.1",
3636
"husky": "^8.0.2",

packages/@testapis/node-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"dependencies": {
77
"@types/google-protobuf": "3.15.6",
8-
"google-protobuf": "3.20.1"
8+
"google-protobuf": "3.21.2"
99
},
1010
"devDependencies": {
1111
"@testapis/proto": "^0.5.0"

packages/@testapis/ts-proto-with-forcelong-long/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"dependencies": {
77
"@types/google-protobuf": "3.15.6",
8-
"google-protobuf": "3.20.1"
8+
"google-protobuf": "3.21.2"
99
},
1010
"devDependencies": {
1111
"@testapis/proto": "^0.5.0"

packages/@testapis/ts-proto-with-forcelong-number/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"dependencies": {
77
"@types/google-protobuf": "3.15.6",
8-
"google-protobuf": "3.20.1"
8+
"google-protobuf": "3.21.2"
99
},
1010
"devDependencies": {
1111
"@testapis/proto": "^0.5.0"

packages/@testapis/ts-proto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"dependencies": {
77
"@types/google-protobuf": "3.15.6",
8-
"google-protobuf": "3.20.1"
8+
"google-protobuf": "3.21.2"
99
},
1010
"devDependencies": {
1111
"@testapis/proto": "^0.5.0"

0 commit comments

Comments
 (0)