From cd825350128c5aed2a97845160df1d91e6fc0f26 Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Wed, 21 Jul 2021 15:27:58 -0700 Subject: [PATCH] grpc-native: Update submodule and version --- packages/grpc-native-core/binding.gyp | 2 +- packages/grpc-native-core/build.yaml | 2 +- packages/grpc-native-core/deps/grpc | 2 +- packages/grpc-native-core/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/grpc-native-core/binding.gyp b/packages/grpc-native-core/binding.gyp index ebfa63819..e2af67354 100644 --- a/packages/grpc-native-core/binding.gyp +++ b/packages/grpc-native-core/binding.gyp @@ -91,7 +91,7 @@ 'GPR_BACKWARDS_COMPATIBILITY_MODE', 'GRPC_ARES=1', 'GRPC_UV', - 'GRPC_NODE_VERSION="1.24.10"', + 'GRPC_NODE_VERSION="1.24.11"', 'CARES_STATICLIB', 'CARES_SYMBOL_HIDING' ], diff --git a/packages/grpc-native-core/build.yaml b/packages/grpc-native-core/build.yaml index 7b1a03633..f36ae61a8 100644 --- a/packages/grpc-native-core/build.yaml +++ b/packages/grpc-native-core/build.yaml @@ -1,3 +1,3 @@ settings: '#': It's possible to have node_version here as a key to override the core's version. - node_version: 1.24.10 + node_version: 1.24.11 diff --git a/packages/grpc-native-core/deps/grpc b/packages/grpc-native-core/deps/grpc index 85e22ef28..fcb7f6f3f 160000 --- a/packages/grpc-native-core/deps/grpc +++ b/packages/grpc-native-core/deps/grpc @@ -1 +1 @@ -Subproject commit 85e22ef28d55f27e8efb3d5e2e43ca6f59971065 +Subproject commit fcb7f6f3fff8ed1e9cdf1f6a056fd97fc9240cc4 diff --git a/packages/grpc-native-core/package.json b/packages/grpc-native-core/package.json index 57c81e127..f4c728b57 100644 --- a/packages/grpc-native-core/package.json +++ b/packages/grpc-native-core/package.json @@ -1,6 +1,6 @@ { "name": "grpc", - "version": "1.24.10", + "version": "1.24.11", "author": "Google Inc.", "description": "gRPC Library for Node", "homepage": "https://grpc.io/",