Skip to content

Commit

Permalink
fix(deps): update dependency @google-cloud/pubsub to ^0.32.0 (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and callmehiphop committed Sep 11, 2019
1 parent c017df7 commit fdf70bb
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 @@ -75,7 +75,7 @@
"xdg-basedir": "^4.0.0"
},
"devDependencies": {
"@google-cloud/pubsub": "^0.31.0",
"@google-cloud/pubsub": "^0.32.0",
"@grpc/proto-loader": "^0.5.1",
"@types/compressible": "^2.0.0",
"@types/concat-stream": "^1.6.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.31.0",
"@google-cloud/pubsub": "^0.32.0",
"@google-cloud/storage": "^3.2.1",
"uuid": "^3.3.2",
"yargs": "^14.0.0"
Expand Down

0 comments on commit fdf70bb

Please sign in to comment.