From e840d1f855f5320bd1c2ee2a3642e5d92b9bafbb Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Thu, 20 Oct 2022 15:47:16 -0700 Subject: [PATCH] grpc-js: Bump to 1.7.3 --- packages/grpc-js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grpc-js/package.json b/packages/grpc-js/package.json index 08706015..55ddb10a 100644 --- a/packages/grpc-js/package.json +++ b/packages/grpc-js/package.json @@ -1,6 +1,6 @@ { "name": "@grpc/grpc-js", - "version": "1.7.2", + "version": "1.7.3", "description": "gRPC Library for Node - pure JS implementation", "homepage": "https://grpc.io/", "repository": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js",