From 3ee1a2c0bce288eb8186f6499b16a5e78875de87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 17 May 2019 09:02:29 -0700 Subject: [PATCH] fix(deps): update dependency @google-cloud/pubsub to ^0.29.0 (#714) --- package.json | 2 +- samples/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 52996b395..e2e801809 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "xdg-basedir": "^4.0.0" }, "devDependencies": { - "@google-cloud/pubsub": "^0.28.0", + "@google-cloud/pubsub": "^0.29.0", "@types/async": "^2.0.49", "@types/compressible": "^2.0.0", "@types/concat-stream": "^1.6.0", diff --git a/samples/package.json b/samples/package.json index df6fef39e..785ca4f50 100644 --- a/samples/package.json +++ b/samples/package.json @@ -16,7 +16,7 @@ "test": "mocha system-test/*.js --timeout 600000" }, "dependencies": { - "@google-cloud/pubsub": "^0.28.0", + "@google-cloud/pubsub": "^0.29.0", "@google-cloud/storage": "^2.5.0", "uuid": "^3.3.2", "yargs": "^13.0.0"