From af1b8aa323cc6846485b9389d933b55895a2b303 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 15:12:46 -0400 Subject: [PATCH] chore(deps): update dependency grpc-tools to v1.11.3 (#342) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.sh b/variables.sh index 15fd9574..a6214b87 100755 --- a/variables.sh +++ b/variables.sh @@ -18,7 +18,7 @@ SCALA_PB_VERSION=${SCALA_PB_VERSION:-0.11.0} MYPY_VERSION=${MYPY_VERSION:-3.3.0} NODE_VERSION=${NODE_VERSION:-14} NODE_GRPC_TOOLS_NODE_PROTOC_TS_VERSION=${NODE_GRPC_TOOLS_NODE_PROTOC_TS_VERSION:-5.3.2} -NODE_GRPC_TOOLS_VERSION=${NODE_GRPC_TOOLS_VERSION:-1.11.2} +NODE_GRPC_TOOLS_VERSION=${NODE_GRPC_TOOLS_VERSION:-1.11.3} NODE_PROTOC_GEN_GRPC_WEB_VERSION=${NODE_PROTOC_GEN_GRPC_WEB_VERSION:-1.4.0} TS_PROTO_VERSION=${TS_PROTO_VERSION:-1.126.1} GO_ENVOYPROXY_PGV_VERSION=${GO_ENVOYPROXY_PGV_VERSION:-0.6.13}