From 48e6fa352a0db4b40206d71477e57a4682782e56 Mon Sep 17 00:00:00 2001 From: nick-w-nick <43578531+nick-w-nick@users.noreply.github.com> Date: Wed, 11 Jan 2023 15:02:53 -0500 Subject: [PATCH 1/2] bumped @grpc/grpc-js to a static version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6bc2e3f..800e2d3 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "typescript": "^3.5.1" }, "dependencies": { - "@grpc/grpc-js": "^1.2.5", + "@grpc/grpc-js": "1.8.0", "@types/url-parse": "^1.4.3", "google-protobuf": "^3.14.0", "is-base64": "^1.1.0", From b8e4a80763356af28228c72ae3154487b6d2056c Mon Sep 17 00:00:00 2001 From: nick-w-nick <43578531+nick-w-nick@users.noreply.github.com> Date: Wed, 11 Jan 2023 15:11:53 -0500 Subject: [PATCH 2/2] bumped grpc version to 1.8.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 800e2d3..8b46b2f 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "typescript": "^3.5.1" }, "dependencies": { - "@grpc/grpc-js": "1.8.0", + "@grpc/grpc-js": "1.8.1", "@types/url-parse": "^1.4.3", "google-protobuf": "^3.14.0", "is-base64": "^1.1.0",