From c32e82f47e9f299d1091a5bdb9eddf18ec96c295 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 12:18:27 +0000 Subject: [PATCH] Update yargs requirement from ^4.7.1 to ^14.0.0 Updates the requirements on [yargs](https://github.com/yargs/yargs) to permit the latest version. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/yargs/compare/v4.7.1...v14.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d84addf07..604d664ef 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "webpack-dashboard": "^0.2.1", "webpack-dev-middleware": "^1.2.0", "webpack-hot-middleware": "^2.9.1", - "yargs": "^4.7.1" + "yargs": "^14.0.0" }, "xo": { "esnext": true,