diff --git a/functions/billing/package.json b/functions/billing/package.json index 535d28f0308..b067c8d6081 100644 --- a/functions/billing/package.json +++ b/functions/billing/package.json @@ -14,7 +14,7 @@ "license": "Apache-2.0", "dependencies": { "google-auth-library": "^5.0.0", - "googleapis": "^42.0.0", + "googleapis": "^43.0.0", "slack": "^11.0.1" }, "devDependencies": { diff --git a/functions/slack/package.json b/functions/slack/package.json index 0c2ff46af57..57d9f454669 100644 --- a/functions/slack/package.json +++ b/functions/slack/package.json @@ -15,7 +15,7 @@ "test": "mocha test/*.test.js --timeout=20000" }, "dependencies": { - "googleapis": "^42.0.0" + "googleapis": "^43.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.3.0", diff --git a/healthcare/datasets/package.json b/healthcare/datasets/package.json index 00d2a28e44e..0ccec6f4683 100644 --- a/healthcare/datasets/package.json +++ b/healthcare/datasets/package.json @@ -16,7 +16,7 @@ "mocha": "^6.0.0" }, "dependencies": { - "googleapis": "^42.0.0", + "googleapis": "^43.0.0", "uuid": "^3.3.2", "yargs": "^14.0.0" }, diff --git a/healthcare/dicom/package.json b/healthcare/dicom/package.json index 7f39d54d540..7a6b95c82f9 100644 --- a/healthcare/dicom/package.json +++ b/healthcare/dicom/package.json @@ -18,7 +18,7 @@ "mocha": "^6.0.0" }, "dependencies": { - "googleapis": "^42.0.0", + "googleapis": "^43.0.0", "uuid": "^3.3.2", "yargs": "^14.0.0", "gtoken": "^4.0.0", diff --git a/healthcare/fhir/package.json b/healthcare/fhir/package.json index bf58b8bbc40..697901beb56 100644 --- a/healthcare/fhir/package.json +++ b/healthcare/fhir/package.json @@ -18,7 +18,7 @@ "mocha": "^6.0.0" }, "dependencies": { - "googleapis": "^42.0.0", + "googleapis": "^43.0.0", "uuid": "^3.3.2", "yargs": "^14.0.0", "gtoken": "^4.0.0", diff --git a/healthcare/hl7v2/package.json b/healthcare/hl7v2/package.json index 10a922aab58..62f102743bb 100644 --- a/healthcare/hl7v2/package.json +++ b/healthcare/hl7v2/package.json @@ -17,7 +17,7 @@ "mocha": "^6.0.0" }, "dependencies": { - "googleapis": "^42.0.0", + "googleapis": "^43.0.0", "uuid": "^3.3.2", "yargs": "^14.0.0" }, diff --git a/iot/beta-features/gateway/package.json b/iot/beta-features/gateway/package.json index 8b0da5e5c47..487614a5497 100644 --- a/iot/beta-features/gateway/package.json +++ b/iot/beta-features/gateway/package.json @@ -17,7 +17,7 @@ "unit-test": "mocha *.test.js --timeout=600000" }, "dependencies": { - "googleapis": "^42.0.0", + "googleapis": "^43.0.0", "jsonwebtoken": "^8.3.0", "mqtt": "^3.0.0", "yargs": "^14.0.0" diff --git a/iot/http_example/package.json b/iot/http_example/package.json index 8c7083f8efe..ed95996dd31 100644 --- a/iot/http_example/package.json +++ b/iot/http_example/package.json @@ -25,7 +25,7 @@ "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.3.0", "@google-cloud/pubsub": "^0.28.0", - "googleapis": "^42.0.0", + "googleapis": "^43.0.0", "mocha": "^6.0.0", "uuid": "^3.3.2" } diff --git a/iot/manager/package.json b/iot/manager/package.json index 36a62aa0af3..d1c066040dc 100644 --- a/iot/manager/package.json +++ b/iot/manager/package.json @@ -19,7 +19,7 @@ "dependencies": { "@google-cloud/iot": "^1.0.0", "@google-cloud/pubsub": "^0.28.0", - "googleapis": "^42.0.0", + "googleapis": "^43.0.0", "yargs": "^14.0.0" }, "devDependencies": { diff --git a/jobs/v2/package.json b/jobs/v2/package.json index babd9c1f23f..ed84a09df9e 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": "^42.0.0" + "googleapis": "^43.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.3.0", diff --git a/jobs/v3/package.json b/jobs/v3/package.json index a72b265b6d8..7119b0bd7db 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": "^42.0.0", + "googleapis": "^43.0.0", "uuid": "^3.3.2", "yargs": "^14.0.0" }, diff --git a/storage-transfer/package.json b/storage-transfer/package.json index 846b131d388..e0f4ec55c4d 100644 --- a/storage-transfer/package.json +++ b/storage-transfer/package.json @@ -17,7 +17,7 @@ "test": "repo-tools test install --cmd=npm -- run unit-test && repo-tools test install --cmd=npm -- run system-test" }, "dependencies": { - "googleapis": "^42.0.0", + "googleapis": "^43.0.0", "moment": "^2.24.0", "yargs": "^14.0.0" },