diff --git a/functions/tips/package.json b/functions/tips/package.json index ff3dd4fef9..7c29cea74f 100644 --- a/functions/tips/package.json +++ b/functions/tips/package.json @@ -15,7 +15,7 @@ "test": "mocha test/*.test.js --timeout=60000 --exit" }, "dependencies": { - "@google-cloud/pubsub": "^2.0.0", + "@google-cloud/pubsub": "^3.0.0", "mocha": "^10.1.0" }, "devDependencies": {