Skip to content

Commit 58e1c4a

Browse files
committed
Upgrade google-protobuf npm package to match protobuf version
Signed-off-by: Dom Del Nano <ddelnano@gmail.com> (cherry picked from commit 929b042996c0fa13871d0d3764e1e82a7bfd45fe)
1 parent 3c616a4 commit 58e1c4a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"axios": "^0.21.4",
102102
"cross-fetch": "^3.1.5",
103103
"date-fns": "^2.29.3",
104-
"google-protobuf": "^3.15.5",
104+
"google-protobuf": "4.0.1",
105105
"graphql": "^15.5.0",
106106
"grpc-web": "^1.0.7",
107107
"history": "^4.10.1",

src/ui/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2810,7 +2810,7 @@ __metadata:
28102810
favicons-webpack-plugin: ^6.0.0
28112811
file-loader: ^6.2.0
28122812
fsevents: ^2.3.2
2813-
google-protobuf: ^3.15.5
2813+
google-protobuf: 4.0.1
28142814
graphql: ^15.5.0
28152815
graphql-schema-typescript: ^1.5.2
28162816
grpc-web: ^1.0.7
@@ -8562,10 +8562,10 @@ __metadata:
85628562
languageName: node
85638563
linkType: hard
85648564

8565-
"google-protobuf@npm:^3.15.5":
8566-
version: 3.15.7
8567-
resolution: "google-protobuf@npm:3.15.7"
8568-
checksum: 532b36804b260cb30402ab0c715e3706e2adb81319320cb5c198861c207d193807ccd22d754da3f1e5c5ae90f61b4627893afb6e2f2316fcab40b87fdf1978e3
8565+
"google-protobuf@npm:4.0.1":
8566+
version: 4.0.1
8567+
resolution: "google-protobuf@npm:4.0.1"
8568+
checksum: d6ed3007b121ac28dbe9a686bdcc26ba4aba8bc41bd43bbaf59c2cbad96eba4d56338b9da56e8006fa89922eb5b15cb5c79f40b82d03ac39e006c9163435ad4b
85698569
languageName: node
85708570
linkType: hard
85718571

0 commit comments

Comments
 (0)