From 2421ee468188c762108ad2fac7847ebfdb9026bd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 21 May 2021 11:18:28 +0000 Subject: [PATCH] fix(deps): update dependency yargs to v17 --- package.json | 2 +- samples/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 96433db3f..1d07ed3e5 100644 --- a/package.json +++ b/package.json @@ -119,6 +119,6 @@ "tmp": "^0.2.0", "typescript": "^3.8.3", "uuid": "^8.0.0", - "yargs": "^16.0.0" + "yargs": "^17.0.0" } } diff --git a/samples/package.json b/samples/package.json index d264769a2..501508b94 100644 --- a/samples/package.json +++ b/samples/package.json @@ -17,7 +17,7 @@ "@google-cloud/kms": "^2.1.3", "@google-cloud/precise-date": "^2.0.0", "@google-cloud/spanner": "^5.7.0", - "yargs": "^16.0.0" + "yargs": "^17.0.0" }, "devDependencies": { "chai": "^4.2.0",