From 6361cf7b6b63c3e04a7c7b7488548ec70dd446ab Mon Sep 17 00:00:00 2001 From: woksin Date: Wed, 9 Mar 2022 10:11:14 +0100 Subject: [PATCH 1/2] Update grpc js packages --- Generation/JavaScript/Fundamentals/package.json | 4 ++-- Generation/JavaScript/Runtime/package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Generation/JavaScript/Fundamentals/package.json b/Generation/JavaScript/Fundamentals/package.json index 3e37b8c..1f68a33 100644 --- a/Generation/JavaScript/Fundamentals/package.json +++ b/Generation/JavaScript/Fundamentals/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@types/google-protobuf": "3.7.4", - "@grpc/grpc-js": "1.2.12", - "google-protobuf": "3.15.6" + "@grpc/grpc-js": "1.5.7", + "google-protobuf": "3.19.4" } } diff --git a/Generation/JavaScript/Runtime/package.json b/Generation/JavaScript/Runtime/package.json index 17acf4f..132588b 100644 --- a/Generation/JavaScript/Runtime/package.json +++ b/Generation/JavaScript/Runtime/package.json @@ -24,8 +24,8 @@ "prepublish": "yarn build" }, "dependencies": { - "@types/google-protobuf": "3.7.4", - "@grpc/grpc-js": "1.2.12", - "google-protobuf": "3.15.6" + "@types/google-protobuf": "3.15.5", + "@grpc/grpc-js": "1.5.7", + "google-protobuf": "3.19.4" } } From cd035f8294ebbb0df4e6474834ec4efcd9f5b25a Mon Sep 17 00:00:00 2001 From: woksin Date: Wed, 9 Mar 2022 10:13:31 +0100 Subject: [PATCH 2/2] Upgrade google-protobuf types --- Generation/JavaScript/Fundamentals/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Generation/JavaScript/Fundamentals/package.json b/Generation/JavaScript/Fundamentals/package.json index 1f68a33..572217c 100644 --- a/Generation/JavaScript/Fundamentals/package.json +++ b/Generation/JavaScript/Fundamentals/package.json @@ -24,7 +24,7 @@ "prepublish": "yarn build" }, "dependencies": { - "@types/google-protobuf": "3.7.4", + "@types/google-protobuf": "3.15.5", "@grpc/grpc-js": "1.5.7", "google-protobuf": "3.19.4" }