From 1039f68c7b459c2abeef4388fd8541576d374b66 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 5 Jul 2022 08:06:19 +0200 Subject: [PATCH] fix(deps): update dependency yargs to v17 (#1537) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(deps): update dependency yargs to v17 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot Co-authored-by: Astha Mohta <35952883+asthamohta@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38dad3b3c..a968fa327 100644 --- a/package.json +++ b/package.json @@ -115,6 +115,6 @@ "tmp": "^0.2.0", "typescript": "^4.6.4", "uuid": "^8.0.0", - "yargs": "^16.0.0" + "yargs": "^17.0.0" } }