From 6dc94b89ac95ed08c19828ab2d027f504b87ed40 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2019 19:55:56 +0000 Subject: [PATCH] Update yargs requirement from ^4.7.1 to ^13.2.4 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...v13.2.4) 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..cc32b92e4 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": "^13.2.4" }, "xo": { "esnext": true,