Skip to content

Commit 004b97e

Browse files
authored
fix(deps): update dependency @google-cloud/pubsub to v3 (#1972)
1 parent 02a033b commit 004b97e

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
@@ -72,7 +72,7 @@
7272
"uuid": "^8.0.0"
7373
},
7474
"devDependencies": {
75-
"@google-cloud/pubsub": "^2.0.0",
75+
"@google-cloud/pubsub": "^3.0.0",
7676
"@grpc/grpc-js": "^1.0.3",
7777
"@grpc/proto-loader": "^0.6.0",
7878
"@types/async-retry": "^1.4.3",

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": "^2.0.0",
19+
"@google-cloud/pubsub": "^3.0.0",
2020
"@google-cloud/storage": "^6.1.0",
2121
"node-fetch": "^2.6.7",
2222
"uuid": "^8.0.0",

0 commit comments

Comments
 (0)