From 6386d3f8bb1b3958d3480813875af9224c656091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 17 Apr 2019 07:56:30 +0000 Subject: [PATCH] Update yargs requirement from ^12.0.5 to ^13.2.2 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/v12.0.5...v13.2.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c98a26f..2d312d9 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "lodash": "^4.17.4", "pify": "^4.0.1", "word-wrap": "^1.2.3", - "yargs": "^12.0.5" + "yargs": "^13.2.2" }, "devDependencies": { "chai": "^4.1.2",