From afa14dadd09fabb0780e01171207720318ab851b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 04:33:54 +0000 Subject: [PATCH] Update dependency yargs to v17 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f8e40bce..4502c0bf 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/cosmiconfig": "5.0.3", "@types/fast-levenshtein": "0.0.1", "@types/jest": "24.9.1", - "@types/yargs": "13.0.4", + "@types/yargs": "17.0.28", "@unibeautify/beautifier-eslint": "0.6.0", "eslint": "5.16.0", "jest": "24.9.0", @@ -66,6 +66,6 @@ "g-search": "^0.3.0", "requireg": "^0.2.1", "unibeautify": "^0.17.0", - "yargs": "^14.0.0" + "yargs": "^17.0.0" } }