From 3688c623f3de8518b8f95196cd55ea65f0598d2b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 08:51:43 +0100 Subject: [PATCH] Chore(deps): Update yargs requirement from ^13.2.4 to ^14.0.0 (#3) 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/v13.2.4...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 a06a5e9..b36ef56 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "node-fetch": "^2.6.0", "tachyons": "^4.11.1", "tachyons-columns": "^1.0.5", - "yargs": "^13.2.4" + "yargs": "^14.0.0" } }