From e8750570415022e847bc70d853a953cd08ce2559 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 28 Sep 2020 19:53:41 +0000 Subject: [PATCH] fix(deps): update dependency googleapis to v60 --- functions/billing/package.json | 2 +- functions/slack/package.json | 2 +- healthcare/datasets/package.json | 2 +- healthcare/dicom/package.json | 2 +- healthcare/fhir/package.json | 2 +- healthcare/hl7v2/package.json | 2 +- iot/http_example/package.json | 2 +- iot/manager/package.json | 2 +- jobs/v3/package.json | 2 +- storage-transfer/package.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/functions/billing/package.json b/functions/billing/package.json index 9cb89ca555..c1b415bde0 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": "^59.0.0", + "googleapis": "^60.0.0", "slack": "^11.0.1" }, "devDependencies": { diff --git a/functions/slack/package.json b/functions/slack/package.json index ca1f76bd4c..992a93b8d7 100644 --- a/functions/slack/package.json +++ b/functions/slack/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@slack/events-api": "^2.3.0", - "googleapis": "^59.0.0" + "googleapis": "^60.0.0" }, "devDependencies": { "mocha": "^8.0.0", diff --git a/healthcare/datasets/package.json b/healthcare/datasets/package.json index 928a4da407..74f4e6a35d 100644 --- a/healthcare/datasets/package.json +++ b/healthcare/datasets/package.json @@ -15,7 +15,7 @@ "mocha": "^8.0.0" }, "dependencies": { - "googleapis": "^59.0.0", + "googleapis": "^60.0.0", "uuid": "^8.0.0", "yargs": "^16.0.0" } diff --git a/healthcare/dicom/package.json b/healthcare/dicom/package.json index 1487e30788..7b938f7cdd 100644 --- a/healthcare/dicom/package.json +++ b/healthcare/dicom/package.json @@ -17,7 +17,7 @@ "mocha": "^8.0.0" }, "dependencies": { - "googleapis": "^59.0.0", + "googleapis": "^60.0.0", "uuid": "^8.0.0", "yargs": "^16.0.0", "gtoken": "^5.0.0", diff --git a/healthcare/fhir/package.json b/healthcare/fhir/package.json index 1487e30788..7b938f7cdd 100644 --- a/healthcare/fhir/package.json +++ b/healthcare/fhir/package.json @@ -17,7 +17,7 @@ "mocha": "^8.0.0" }, "dependencies": { - "googleapis": "^59.0.0", + "googleapis": "^60.0.0", "uuid": "^8.0.0", "yargs": "^16.0.0", "gtoken": "^5.0.0", diff --git a/healthcare/hl7v2/package.json b/healthcare/hl7v2/package.json index 49880e8af4..fc86b4e7d2 100644 --- a/healthcare/hl7v2/package.json +++ b/healthcare/hl7v2/package.json @@ -16,7 +16,7 @@ "mocha": "^8.0.0" }, "dependencies": { - "googleapis": "^59.0.0", + "googleapis": "^60.0.0", "uuid": "^8.0.0", "yargs": "^16.0.0" } diff --git a/iot/http_example/package.json b/iot/http_example/package.json index 5054a64301..b69e9e1bbe 100644 --- a/iot/http_example/package.json +++ b/iot/http_example/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@google-cloud/pubsub": "^2.0.0", - "googleapis": "^59.0.0", + "googleapis": "^60.0.0", "mocha": "^8.0.0", "uuid": "^8.0.0" } diff --git a/iot/manager/package.json b/iot/manager/package.json index 08022f0c94..578fde37b0 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": "^2.0.0", - "googleapis": "^59.0.0", + "googleapis": "^60.0.0", "yargs": "^16.0.0" }, "devDependencies": { diff --git a/jobs/v3/package.json b/jobs/v3/package.json index c38d007e41..4179fec5de 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": "^59.0.0", + "googleapis": "^60.0.0", "uuid": "^8.0.0", "yargs": "^16.0.0" }, diff --git a/storage-transfer/package.json b/storage-transfer/package.json index dd69fd11b0..e73ce759e4 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": "^59.0.0", + "googleapis": "^60.0.0", "moment": "^2.24.0", "yargs": "^16.0.0" },