diff --git a/functions/billing/package.json b/functions/billing/package.json index 57023f9cb6..d2ab66cb89 100644 --- a/functions/billing/package.json +++ b/functions/billing/package.json @@ -14,7 +14,7 @@ "license": "Apache-2.0", "dependencies": { "google-auth-library": "^6.0.0", - "googleapis": "^48.0.0", + "googleapis": "^49.0.0", "slack": "^11.0.1" }, "devDependencies": { diff --git a/functions/slack/package.json b/functions/slack/package.json index 914fdc22e3..3237e6f828 100644 --- a/functions/slack/package.json +++ b/functions/slack/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@slack/events-api": "^2.3.0", - "googleapis": "^48.0.0" + "googleapis": "^49.0.0" }, "devDependencies": { "mocha": "^7.0.0", diff --git a/iot/http_example/package.json b/iot/http_example/package.json index ddaf158f6f..debf56acd3 100644 --- a/iot/http_example/package.json +++ b/iot/http_example/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@google-cloud/pubsub": "^1.0.0", - "googleapis": "^48.0.0", + "googleapis": "^49.0.0", "mocha": "^7.0.0", "uuid": "^8.0.0" } diff --git a/iot/manager/package.json b/iot/manager/package.json index 1c794b2638..5ce33e9c3f 100644 --- a/iot/manager/package.json +++ b/iot/manager/package.json @@ -19,7 +19,7 @@ "dependencies": { "@google-cloud/iot": "^2.0.0", "@google-cloud/pubsub": "^1.2.0", - "googleapis": "^48.0.0", + "googleapis": "^49.0.0", "yargs": "^15.1.0" }, "devDependencies": { diff --git a/jobs/v2/package.json b/jobs/v2/package.json index d0adbe5c18..7d684d1707 100644 --- a/jobs/v2/package.json +++ b/jobs/v2/package.json @@ -16,7 +16,7 @@ "system-test": "mocha system-test/*.test.js --timeout=60000" }, "dependencies": { - "googleapis": "^48.0.0" + "googleapis": "^49.0.0" }, "devDependencies": { "mocha": "^7.0.0" diff --git a/jobs/v3/package.json b/jobs/v3/package.json index 3fd6fdbf7f..082eacda5b 100644 --- a/jobs/v3/package.json +++ b/jobs/v3/package.json @@ -16,7 +16,7 @@ "system-test": "mocha system-test/*.test.js --timeout=40000" }, "dependencies": { - "googleapis": "^48.0.0", + "googleapis": "^49.0.0", "uuid": "^8.0.0", "yargs": "^15.0.0" }, diff --git a/storage-transfer/package.json b/storage-transfer/package.json index 1f02dd8d1d..5c59c99195 100644 --- a/storage-transfer/package.json +++ b/storage-transfer/package.json @@ -17,7 +17,7 @@ "test": "npm run unit-test && npm run system-test" }, "dependencies": { - "googleapis": "^48.0.0", + "googleapis": "^49.0.0", "moment": "^2.24.0", "yargs": "^15.0.0" },