From 2afea26b02e3886881c20044260f1ebd2d348901 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 30 Aug 2019 20:08:20 +0000 Subject: [PATCH] Update dependency yargs to v14 --- auth/package.json | 2 +- cloud-sql/postgres/knex/package.json | 2 +- endpoints/getting-started-grpc/package.json | 2 +- functions/helloworld/package.json | 2 +- healthcare/datasets/package.json | 2 +- healthcare/dicom/package.json | 2 +- healthcare/fhir/package.json | 2 +- healthcare/hl7v2/package.json | 2 +- iot/beta-features/gateway/package.json | 2 +- iot/http_example/package.json | 2 +- iot/manager/package.json | 2 +- iot/mqtt_example/package.json | 2 +- jobs/v3/package.json | 2 +- storage-transfer/package.json | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/auth/package.json b/auth/package.json index 7e7d8152bcc..74c91f11ca0 100644 --- a/auth/package.json +++ b/auth/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@google-cloud/storage": "^3.0.0", - "yargs": "^13.2.2" + "yargs": "^14.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.3.0", diff --git a/cloud-sql/postgres/knex/package.json b/cloud-sql/postgres/knex/package.json index f04caa8a887..30ee2f02b07 100644 --- a/cloud-sql/postgres/knex/package.json +++ b/cloud-sql/postgres/knex/package.json @@ -28,7 +28,7 @@ "pg": "^7.11.0", "pug": "^2.0.3", "winston": "^3.1.0", - "yargs": "^13.2.4" + "yargs": "^14.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "3.3.0", diff --git a/endpoints/getting-started-grpc/package.json b/endpoints/getting-started-grpc/package.json index e2b2f60cadd..61190ca651e 100644 --- a/endpoints/getting-started-grpc/package.json +++ b/endpoints/getting-started-grpc/package.json @@ -20,7 +20,7 @@ "google-auth-library": "^5.0.0", "grpc": "^1.18.0", "jsonwebtoken": "^8.2.0", - "yargs": "^13.2.2" + "yargs": "^14.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.3.0", diff --git a/functions/helloworld/package.json b/functions/helloworld/package.json index 2e4c2a2744c..9b8c1edd936 100644 --- a/functions/helloworld/package.json +++ b/functions/helloworld/package.json @@ -31,7 +31,7 @@ "sinon": "^7.0.0", "supertest": "^4.0.0", "uuid": "^3.1.0", - "yargs": "^13.0.0" + "yargs": "^14.0.0" }, "cloud-repo-tools": { "requiresKeyFile": true, diff --git a/healthcare/datasets/package.json b/healthcare/datasets/package.json index 43616132669..00d2a28e44e 100644 --- a/healthcare/datasets/package.json +++ b/healthcare/datasets/package.json @@ -18,7 +18,7 @@ "dependencies": { "googleapis": "^42.0.0", "uuid": "^3.3.2", - "yargs": "^13.0.0" + "yargs": "^14.0.0" }, "cloud-repo-tools": { "requiresKeyFile": true, diff --git a/healthcare/dicom/package.json b/healthcare/dicom/package.json index acbf2819daa..7f39d54d540 100644 --- a/healthcare/dicom/package.json +++ b/healthcare/dicom/package.json @@ -20,7 +20,7 @@ "dependencies": { "googleapis": "^42.0.0", "uuid": "^3.3.2", - "yargs": "^13.0.0", + "yargs": "^14.0.0", "gtoken": "^4.0.0", "request": "^2.87.0", "request-promise": "^4.2.2" diff --git a/healthcare/fhir/package.json b/healthcare/fhir/package.json index 95ae8c8b813..bf58b8bbc40 100644 --- a/healthcare/fhir/package.json +++ b/healthcare/fhir/package.json @@ -20,7 +20,7 @@ "dependencies": { "googleapis": "^42.0.0", "uuid": "^3.3.2", - "yargs": "^13.0.0", + "yargs": "^14.0.0", "gtoken": "^4.0.0", "request": "^2.87.0", "request-promise": "^4.2.2" diff --git a/healthcare/hl7v2/package.json b/healthcare/hl7v2/package.json index 28100e5f520..10a922aab58 100644 --- a/healthcare/hl7v2/package.json +++ b/healthcare/hl7v2/package.json @@ -19,7 +19,7 @@ "dependencies": { "googleapis": "^42.0.0", "uuid": "^3.3.2", - "yargs": "^13.0.0" + "yargs": "^14.0.0" }, "cloud-repo-tools": { "requiresKeyFile": true, diff --git a/iot/beta-features/gateway/package.json b/iot/beta-features/gateway/package.json index c852fa4c170..8b0da5e5c47 100644 --- a/iot/beta-features/gateway/package.json +++ b/iot/beta-features/gateway/package.json @@ -20,7 +20,7 @@ "googleapis": "^42.0.0", "jsonwebtoken": "^8.3.0", "mqtt": "^3.0.0", - "yargs": "^13.2.2" + "yargs": "^14.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.3.0", diff --git a/iot/http_example/package.json b/iot/http_example/package.json index 9a7a1970384..8c7083f8efe 100644 --- a/iot/http_example/package.json +++ b/iot/http_example/package.json @@ -20,7 +20,7 @@ "jsonwebtoken": "^8.5.0", "request": "^2.88.0", "retry-request": "^4.0.0", - "yargs": "^13.2.2" + "yargs": "^14.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.3.0", diff --git a/iot/manager/package.json b/iot/manager/package.json index fb514a3f234..36a62aa0af3 100644 --- a/iot/manager/package.json +++ b/iot/manager/package.json @@ -20,7 +20,7 @@ "@google-cloud/iot": "^1.0.0", "@google-cloud/pubsub": "^0.28.0", "googleapis": "^42.0.0", - "yargs": "^13.2.2" + "yargs": "^14.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.3.0", diff --git a/iot/mqtt_example/package.json b/iot/mqtt_example/package.json index 45d5e3f750c..10e0d2f5437 100644 --- a/iot/mqtt_example/package.json +++ b/iot/mqtt_example/package.json @@ -20,7 +20,7 @@ "@google-cloud/iot": "^1.0.0", "jsonwebtoken": "^8.5.0", "mqtt": "^3.0.0", - "yargs": "^13.2.2" + "yargs": "^14.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.3.0", diff --git a/jobs/v3/package.json b/jobs/v3/package.json index f6390faa8a8..a72b265b6d8 100644 --- a/jobs/v3/package.json +++ b/jobs/v3/package.json @@ -18,7 +18,7 @@ "dependencies": { "googleapis": "^42.0.0", "uuid": "^3.3.2", - "yargs": "^13.2.2" + "yargs": "^14.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.3.0", diff --git a/storage-transfer/package.json b/storage-transfer/package.json index e6d4e637dba..846b131d388 100644 --- a/storage-transfer/package.json +++ b/storage-transfer/package.json @@ -19,7 +19,7 @@ "dependencies": { "googleapis": "^42.0.0", "moment": "^2.24.0", - "yargs": "^13.2.2" + "yargs": "^14.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.3.0",