From 7a19c935171802000acf46a02eb4e729850f33b2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2019 11:13:49 +0000 Subject: [PATCH] Update yargs requirement from ^4.7.1 to ^13.3.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...v13.3.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..59041571d 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.3.0" }, "xo": { "esnext": true,