From 01b004f42d261d93b67ba825e19260ed1dbff71e Mon Sep 17 00:00:00 2001 From: Ali Ijaz Sheikh Date: Mon, 23 Oct 2017 15:32:02 -0700 Subject: [PATCH] chore: update deps: google-{gax,proto-files} --- packages/datastore/package.json | 4 ++-- packages/dlp/package.json | 4 ++-- packages/pubsub/package.json | 4 ++-- packages/speech/package.json | 4 ++-- packages/video-intelligence/package.json | 2 +- packages/vision/package.json | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/datastore/package.json b/packages/datastore/package.json index 362b6ad07cb..682cb96337d 100644 --- a/packages/datastore/package.json +++ b/packages/datastore/package.json @@ -57,8 +57,8 @@ "concat-stream": "^1.5.0", "create-error-class": "^3.0.2", "extend": "^3.0.0", - "google-gax": "^0.13.0", - "google-proto-files": "^0.12.0", + "google-gax": "^0.14.2", + "google-proto-files": "^0.13.1", "is": "^3.0.1", "lodash.flatten": "^4.2.0", "modelo": "^4.2.0", diff --git a/packages/dlp/package.json b/packages/dlp/package.json index 9ba0974eaa4..e6e19582584 100644 --- a/packages/dlp/package.json +++ b/packages/dlp/package.json @@ -25,8 +25,8 @@ ], "dependencies": { "extend": "^3.0", - "google-gax": "^0.13.2", - "google-proto-files": "^0.12.0" + "google-gax": "^0.14.2", + "google-proto-files": "^0.13.1" }, "devDependencies": { "mocha": "^3.2.0" diff --git a/packages/pubsub/package.json b/packages/pubsub/package.json index 930438c9b33..b5aca103b71 100644 --- a/packages/pubsub/package.json +++ b/packages/pubsub/package.json @@ -57,8 +57,8 @@ "async-each": "^1.0.1", "extend": "^3.0.0", "google-auto-auth": "^0.7.1", - "google-gax": "^0.13.0", - "google-proto-files": "^0.12.0", + "google-gax": "^0.14.2", + "google-proto-files": "^0.13.1", "grpc": "^1.6.0", "is": "^3.0.1", "lodash.snakecase": "^4.1.1", diff --git a/packages/speech/package.json b/packages/speech/package.json index d3ab078d8e9..0edfb2f345f 100644 --- a/packages/speech/package.json +++ b/packages/speech/package.json @@ -55,8 +55,8 @@ "Google Cloud Speech API" ], "dependencies": { - "google-proto-files": "^0.13.0", - "google-gax": "^0.13.2", + "google-proto-files": "^0.13.1", + "google-gax": "^0.14.2", "extend": "^3.0.0", "pumpify": "^1.3.5", "stream-events": "^1.0.1", diff --git a/packages/video-intelligence/package.json b/packages/video-intelligence/package.json index dc5a11691c0..f2ee8a7a520 100644 --- a/packages/video-intelligence/package.json +++ b/packages/video-intelligence/package.json @@ -26,7 +26,7 @@ ], "dependencies": { "extend": "^3.0", - "google-gax": "^0.14.0", + "google-gax": "^0.14.2", "protobufjs": "^6.8.0" }, "devDependencies": { diff --git a/packages/vision/package.json b/packages/vision/package.json index 280a3d8212d..572732ea2d7 100644 --- a/packages/vision/package.json +++ b/packages/vision/package.json @@ -53,8 +53,8 @@ "@google-cloud/common": "^0.13.0", "async": "^2.0.1", "extend": "^3.0.0", - "google-gax": "^0.13.2", - "google-proto-files": "^0.12.0", + "google-gax": "^0.14.2", + "google-proto-files": "^0.13.1", "is": "^3.0.1" }, "devDependencies": {