From 47ef4b077048697305e1d56829d799010895bb89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 2 Apr 2019 23:02:41 +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 4ca1795..8625173 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "nodeify": "^1.0.1", "parse-author": "^2.0.0", "which": "^1.3.1", - "yargs": "^12.0.5" + "yargs": "^13.2.2" }, "devDependencies": { "chai": "^4.2.0",