Skip to content

Commit 604e564

Browse files
renovate-botJustinBeckwith
authored andcommitted
fix(deps): update dependency @google-cloud/pubsub to ^0.31.0 (#814)
1 parent b84011c commit 604e564

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"xdg-basedir": "^4.0.0"
7575
},
7676
"devDependencies": {
77-
"@google-cloud/pubsub": "^0.30.0",
77+
"@google-cloud/pubsub": "^0.31.0",
7878
"@grpc/proto-loader": "^0.5.1",
7979
"@types/compressible": "^2.0.0",
8080
"@types/concat-stream": "^1.6.0",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test": "mocha system-test/*.js --timeout 600000"
1717
},
1818
"dependencies": {
19-
"@google-cloud/pubsub": "^0.30.0",
19+
"@google-cloud/pubsub": "^0.31.0",
2020
"@google-cloud/storage": "^3.1.0",
2121
"uuid": "^3.3.2",
2222
"yargs": "^13.0.0"

0 commit comments

Comments
 (0)