Skip to content

Commit

Permalink
fix(deps): update dependency @google-cloud/pubsub to ^0.27.0 (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and callmehiphop committed Mar 5, 2019
1 parent 0a6c134 commit a5ea8ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -72,7 +72,7 @@
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.0.0",
"@google-cloud/pubsub": "^0.26.0",
"@google-cloud/pubsub": "^0.27.0",
"@types/arrify": "^1.0.4",
"@types/async": "^2.0.49",
"@types/compressible": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Expand Up @@ -16,7 +16,7 @@
"test": "mocha system-test/*.js --timeout 600000"
},
"dependencies": {
"@google-cloud/pubsub": "^0.26.0",
"@google-cloud/pubsub": "^0.27.0",
"@google-cloud/storage": "^2.4.2",
"uuid": "^3.3.2",
"yargs": "^13.0.0"
Expand Down

0 comments on commit a5ea8ab

Please sign in to comment.