Skip to content

Commit 8dc5753

Browse files
authored
fix(deps): update dependency @google-cloud/pubsub to v3 (#543)
1 parent 9d9e5f4 commit 8dc5753

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

background/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@google-cloud/firestore": "^5.0.0",
18-
"@google-cloud/pubsub": "2.19.4",
18+
"@google-cloud/pubsub": "3.0.1",
1919
"@google-cloud/storage": "^5.0.0",
2020
"express": "^4.16.4"
2121
},

background/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "Apache-2.0",
1212
"dependencies": {
1313
"@google-cloud/firestore": "^5.0.0",
14-
"@google-cloud/pubsub": "^2.0.0",
14+
"@google-cloud/pubsub": "^3.0.0",
1515
"body-parser": "^1.19.0",
1616
"express": "^4.17.1",
1717
"handlebars": "^4.2.0",

0 commit comments

Comments
 (0)