From 935a2526bd0f539a4c3848094e91628e142b3508 Mon Sep 17 00:00:00 2001 From: Chris Harvey Date: Sat, 13 Mar 2021 00:35:04 -0500 Subject: [PATCH 1/3] bump yargs-parser see yargs/yargs-parser#363 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 21a49831d..bcc1e4b88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yargs", - "version": "7.1.1", + "version": "7.1.2", "description": "yargs the modern, pirate-themed, successor to optimist.", "main": "./index.js", "files": [ @@ -24,7 +24,7 @@ "string-width": "^1.0.2", "which-module": "^1.0.0", "y18n": "^3.2.1", - "yargs-parser": "5.0.0-security.0" + "yargs-parser": "5.0.1" }, "devDependencies": { "chai": "^3.4.1", From 3d04affee0eb6e1c9e0a42f217f81484a1f825b7 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Sat, 24 Apr 2021 18:59:13 -0700 Subject: [PATCH 2/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bcc1e4b88..9e56a4b8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yargs", - "version": "7.1.2", + "version": "7.1.1", "description": "yargs the modern, pirate-themed, successor to optimist.", "main": "./index.js", "files": [ From 61a439fd0f74f9dec576bbc99053ce125218e904 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Sat, 24 Apr 2021 19:00:00 -0700 Subject: [PATCH 3/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e56a4b8c..19a5c9233 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "string-width": "^1.0.2", "which-module": "^1.0.0", "y18n": "^3.2.1", - "yargs-parser": "5.0.1" + "yargs-parser": "^5.0.1" }, "devDependencies": { "chai": "^3.4.1",