From 51365b8700a3b7c609cf9caaeb63a6b07a4b3959 Mon Sep 17 00:00:00 2001 From: Daniel Stockman Date: Tue, 19 Nov 2019 11:10:49 -0800 Subject: [PATCH] fix(cli): Bump yargs to `^14.2.2` The problem encountered in https://github.com/babel/babel/pull/10733 has been fixed, but bump it anyway. --- core/cli/package.json | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/cli/package.json b/core/cli/package.json index 7b4f0196b8..83f8d71277 100644 --- a/core/cli/package.json +++ b/core/cli/package.json @@ -34,6 +34,6 @@ "@lerna/global-options": "file:../global-options", "dedent": "^0.7.0", "npmlog": "^4.1.2", - "yargs": "^14.2.0" + "yargs": "^14.2.2" } } diff --git a/package-lock.json b/package-lock.json index b3f3be1700..db610ef7eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -852,7 +852,7 @@ "@lerna/global-options": "file:core/global-options", "dedent": "^0.7.0", "npmlog": "^4.1.2", - "yargs": "^14.2.0" + "yargs": "^14.2.2" } }, "@lerna/collect-uncommitted": { @@ -9539,9 +9539,9 @@ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" }, "yargs": { - "version": "14.2.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-14.2.0.tgz", - "integrity": "sha512-/is78VKbKs70bVZH7w4YaZea6xcJWOAwkhbR0CFuZBmYtfTYF0xjGJF43AYd8g2Uii1yJwmS5GR2vBmrc32sbg==", + "version": "14.2.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-14.2.2.tgz", + "integrity": "sha512-/4ld+4VV5RnrynMhPZJ/ZpOCGSCeghMykZ3BhdFBDa9Wy/RH6uEGNWDJog+aUlq+9OM1CFTgtYRW5Is1Po9NOA==", "requires": { "cliui": "^5.0.0", "decamelize": "^1.2.0", diff --git a/package.json b/package.json index 289539e0ef..673dffdbee 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "tempy": "^0.2.1", "touch": "^3.1.0", "write-json-file": "^3.2.0", - "yargs": "^14.2.0" + "yargs": "^14.2.2" }, "engines": { "node": ">= 6.9.0"