From 4e4216710fb7db797b983b19b3e4e20d854dff71 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 8 Jan 2021 22:41:08 +0000 Subject: [PATCH] fix(deps): update dependency googleapis to v67 --- 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 +- storage-transfer/package.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/functions/billing/package.json b/functions/billing/package.json index 14fc3f1d23..77ce5a7801 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": "^66.0.0", + "googleapis": "^67.0.0", "slack": "^11.0.1" }, "devDependencies": { diff --git a/functions/slack/package.json b/functions/slack/package.json index 8ab39820e9..b279f46000 100644 --- a/functions/slack/package.json +++ b/functions/slack/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@slack/events-api": "^2.3.0", - "googleapis": "^66.0.0" + "googleapis": "^67.0.0" }, "devDependencies": { "mocha": "^8.0.0", diff --git a/healthcare/datasets/package.json b/healthcare/datasets/package.json index 1fd08a92c6..01916946a1 100644 --- a/healthcare/datasets/package.json +++ b/healthcare/datasets/package.json @@ -15,7 +15,7 @@ "mocha": "^8.0.0" }, "dependencies": { - "googleapis": "^66.0.0", + "googleapis": "^67.0.0", "uuid": "^8.0.0", "yargs": "^16.0.0" } diff --git a/healthcare/dicom/package.json b/healthcare/dicom/package.json index 244bb77b5c..c44cbf2669 100644 --- a/healthcare/dicom/package.json +++ b/healthcare/dicom/package.json @@ -17,7 +17,7 @@ "mocha": "^8.0.0" }, "dependencies": { - "googleapis": "^66.0.0", + "googleapis": "^67.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 244bb77b5c..c44cbf2669 100644 --- a/healthcare/fhir/package.json +++ b/healthcare/fhir/package.json @@ -17,7 +17,7 @@ "mocha": "^8.0.0" }, "dependencies": { - "googleapis": "^66.0.0", + "googleapis": "^67.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 08e80b00aa..b2c4a13ed1 100644 --- a/healthcare/hl7v2/package.json +++ b/healthcare/hl7v2/package.json @@ -16,7 +16,7 @@ "mocha": "^8.0.0" }, "dependencies": { - "googleapis": "^66.0.0", + "googleapis": "^67.0.0", "uuid": "^8.0.0", "yargs": "^16.0.0" } diff --git a/storage-transfer/package.json b/storage-transfer/package.json index c47ea1fc74..ef473d62b9 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": "^66.0.0", + "googleapis": "^67.0.0", "moment": "^2.24.0", "yargs": "^16.0.0" },