Skip to content

Commit e855e9e

Browse files
fix(deps): update misc non-major dependencies (#301)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ddcb1d2 commit e855e9e

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

gwy/templates/go.mod.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ require (
66
github.com/gorilla/handlers v1.5.1
77
github.com/grpc-ecosystem/grpc-gateway v1.16.0
88
github.com/grpc-ecosystem/grpc-gateway/v2 v2.0.1
9-
github.com/sirupsen/logrus v1.7.0
9+
github.com/sirupsen/logrus v1.9.0
1010
github.com/spf13/pflag v1.0.5
11-
github.com/spf13/viper v1.7.1
11+
github.com/spf13/viper v1.12.0
1212
google.golang.org/grpc v1.47.0
13-
google.golang.org/protobuf v1.27.1
13+
google.golang.org/protobuf v1.28.0
1414
)

variables.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ LATEST=${1:false}
99
GO_VERSION=${GO_VERSION:-1.17}
1010
GRPC_VERSION=${GRPC_VERSION:-1.47}
1111
GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:-1.47}
12-
GRPC_WEB_VERSION=${GRPC_WEB_VERSION:-1.3.0}
12+
GRPC_WEB_VERSION=${GRPC_WEB_VERSION:-1.3.1}
1313
GRPC_GATEWAY_VERSION=${GRPC_GATEWAY_VERSION:-v2.0.1}
1414
UBER_PROTOTOOL_VERSION=${UBER_PROTOTOOL_VERSION:-1.10.0}
1515
SCALA_PB_VERSION=${SCALA_PB_VERSION:-0.11.0}
1616
NODE_VERSION=${NODE_VERSION:-14}
17-
NODE_GRPC_TOOLS_NODE_PROTOC_TS_VERSION=${NODE_GRPC_TOOLS_NODE_PROTOC_TS_VERSION:-5.1.3}
18-
NODE_GRPC_TOOLS_VERSION=${NODE_GRPC_TOOLS_VERSION:-1.11.1}
19-
NODE_PROTOC_GEN_GRPC_WEB_VERSION=${NODE_PROTOC_GEN_GRPC_WEB_VERSION:-1.3.0}
17+
NODE_GRPC_TOOLS_NODE_PROTOC_TS_VERSION=${NODE_GRPC_TOOLS_NODE_PROTOC_TS_VERSION:-5.3.2}
18+
NODE_GRPC_TOOLS_VERSION=${NODE_GRPC_TOOLS_VERSION:-1.11.2}
19+
NODE_PROTOC_GEN_GRPC_WEB_VERSION=${NODE_PROTOC_GEN_GRPC_WEB_VERSION:-1.4.0}
2020
GO_ENVOYPROXY_PGV_VERSION=${GO_ENVOYPROXY_PGV_VERSION:-0.6.7}
2121
GO_MWITKOW_GPV_VERSION=${GO_MWITKOW_GPV_VERSION:-0.3.2}
2222
BUILD_VERSION="${BUILD_VERSION:-local}"

0 commit comments

Comments
 (0)