From ce51c8fb6fea254affd51361b6a1cf551b5d8a36 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Tue, 15 Sep 2020 14:42:01 +0200 Subject: [PATCH] chore: Upgrade "yargs-parser" to v20 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c40e4f1c374..d8301d0eee1 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "untildify": "^4.0.0", "uuid": "^8.3.0", "yaml-ast-parser": "0.0.43", - "yargs-parser": "^18.1.3" + "yargs-parser": "^20.0.0" }, "devDependencies": { "@commitlint/cli": "^9.1.2",