From 967da8717c97983675305d7ec40c3241d6eda706 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Tue, 15 May 2018 11:18:53 -0700 Subject: [PATCH 1/2] Update lodash in package.json template --- packages/grpc-native-core/templates/package.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grpc-native-core/templates/package.json.template b/packages/grpc-native-core/templates/package.json.template index f285b0a2..c9e4d995 100644 --- a/packages/grpc-native-core/templates/package.json.template +++ b/packages/grpc-native-core/templates/package.json.template @@ -30,7 +30,7 @@ "node-pre-gyp" ], "dependencies": { - "lodash": "^4.15.0", + "lodash": "^4.17.5", "nan": "^2.0.0", "node-pre-gyp": "^0.10.0", "protobufjs": "^5.0.0" From 81d1e83c4facac455c8a8e6a5757f297d62aa667 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Tue, 15 May 2018 11:21:13 -0700 Subject: [PATCH 2/2] Update version to v1.12.0 --- packages/grpc-native-core/deps/grpc | 2 +- packages/grpc-native-core/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/grpc-native-core/deps/grpc b/packages/grpc-native-core/deps/grpc index dbb941b3..bec3b5ad 160000 --- a/packages/grpc-native-core/deps/grpc +++ b/packages/grpc-native-core/deps/grpc @@ -1 +1 @@ -Subproject commit dbb941b3ea39ccd999fa004e032c784f12f16146 +Subproject commit bec3b5ada2c5e5d782dff0b7b5018df646b65cb0 diff --git a/packages/grpc-native-core/package.json b/packages/grpc-native-core/package.json index d3ada166..4ce22acb 100644 --- a/packages/grpc-native-core/package.json +++ b/packages/grpc-native-core/package.json @@ -1,6 +1,6 @@ { "name": "grpc", - "version": "1.12.0-pre1", + "version": "1.12.0", "author": "Google Inc.", "description": "gRPC Library for Node", "homepage": "https://grpc.io/",