From 6c8a90570499e863e785cbee36c280e4d62d6916 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 15:24:00 +0000 Subject: [PATCH] chore(deps): update dependency grpc-web to v2 --- variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.sh b/variables.sh index cffbc9e5..a08d7bdf 100755 --- a/variables.sh +++ b/variables.sh @@ -10,7 +10,7 @@ DEBIAN_VERSION=${DEBIAN_VERSION:-bullseye} GO_VERSION=${GO_VERSION:-1.19} GRPC_VERSION=${GRPC_VERSION:-1.51} GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:-1.51} -GRPC_WEB_VERSION=${GRPC_WEB_VERSION:-1.4.2} +GRPC_WEB_VERSION=${GRPC_WEB_VERSION:-2.0.2} GRPC_GATEWAY_VERSION=${GRPC_GATEWAY_VERSION:-v2.0.1} PROTOBUF_JS_VERSION=${PROTOBUF_JS_VERSION:-v3.21.2} UBER_PROTOTOOL_VERSION=${UBER_PROTOTOOL_VERSION:-1.10.0}