From 187317a5fdb0731a932e98cddd523e6fe5807f80 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 16 Dec 2019 18:55:19 +0000 Subject: [PATCH] Update dependency googleapis to v46 --- 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/v2/package.json | 2 +- jobs/v3/package.json | 2 +- storage-transfer/package.json | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/functions/billing/package.json b/functions/billing/package.json index 6719134534..95c7e9c18e 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": "^45.0.0", + "googleapis": "^46.0.0", "slack": "^11.0.1" }, "devDependencies": { diff --git a/functions/slack/package.json b/functions/slack/package.json index d359a0d8b4..cb5eb4e5bc 100644 --- a/functions/slack/package.json +++ b/functions/slack/package.json @@ -15,7 +15,7 @@ "test": "mocha test/*.test.js --timeout=20000" }, "dependencies": { - "googleapis": "^45.0.0" + "googleapis": "^46.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.3.0", diff --git a/healthcare/datasets/package.json b/healthcare/datasets/package.json index 40e9ae9ad8..5995790007 100644 --- a/healthcare/datasets/package.json +++ b/healthcare/datasets/package.json @@ -16,7 +16,7 @@ "mocha": "^6.0.0" }, "dependencies": { - "googleapis": "^45.0.0", + "googleapis": "^46.0.0", "uuid": "^3.3.2", "yargs": "^15.0.0" }, diff --git a/healthcare/dicom/package.json b/healthcare/dicom/package.json index 564cf2cb7b..1240cd1814 100644 --- a/healthcare/dicom/package.json +++ b/healthcare/dicom/package.json @@ -18,7 +18,7 @@ "mocha": "^6.0.0" }, "dependencies": { - "googleapis": "^45.0.0", + "googleapis": "^46.0.0", "uuid": "^3.3.2", "yargs": "^15.0.0", "gtoken": "^4.0.0", diff --git a/healthcare/fhir/package.json b/healthcare/fhir/package.json index ac8916dc92..8ab0996acc 100644 --- a/healthcare/fhir/package.json +++ b/healthcare/fhir/package.json @@ -18,7 +18,7 @@ "mocha": "^6.0.0" }, "dependencies": { - "googleapis": "^45.0.0", + "googleapis": "^46.0.0", "uuid": "^3.3.2", "yargs": "^15.0.0", "gtoken": "^4.0.0", diff --git a/healthcare/hl7v2/package.json b/healthcare/hl7v2/package.json index ced03fc3f8..97fff9795d 100644 --- a/healthcare/hl7v2/package.json +++ b/healthcare/hl7v2/package.json @@ -17,7 +17,7 @@ "mocha": "^6.0.0" }, "dependencies": { - "googleapis": "^45.0.0", + "googleapis": "^46.0.0", "uuid": "^3.3.2", "yargs": "^15.0.0" }, diff --git a/iot/http_example/package.json b/iot/http_example/package.json index d17abe6b41..6992ec7c6f 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": "^1.0.0", - "googleapis": "^45.0.0", + "googleapis": "^46.0.0", "mocha": "^6.0.0", "uuid": "^3.3.2" } diff --git a/iot/manager/package.json b/iot/manager/package.json index f392b77d1a..c7b4c97a6d 100644 --- a/iot/manager/package.json +++ b/iot/manager/package.json @@ -19,7 +19,7 @@ "dependencies": { "@google-cloud/iot": "^1.3.1", "@google-cloud/pubsub": "^1.0.0", - "googleapis": "^45.0.0", + "googleapis": "^46.0.0", "yargs": "^15.0.0" }, "devDependencies": { diff --git a/jobs/v2/package.json b/jobs/v2/package.json index bbcfbf6cca..faf48c00e8 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": "^45.0.0" + "googleapis": "^46.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.3.0", diff --git a/jobs/v3/package.json b/jobs/v3/package.json index e3fa55b4e2..f6a8d3873f 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": "^45.0.0", + "googleapis": "^46.0.0", "uuid": "^3.3.2", "yargs": "^15.0.0" }, diff --git a/storage-transfer/package.json b/storage-transfer/package.json index 1c5870d4f0..f6b5f988bc 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": "^45.0.0", + "googleapis": "^46.0.0", "moment": "^2.24.0", "yargs": "^15.0.0" },