From 63a97049f435ef6363afb715b820c929274646f5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 20:57:47 +0000 Subject: [PATCH] Bump yargs from 15.4.1 to 16.1.0 Bumps [yargs](https://github.com/yargs/yargs) from 15.4.1 to 16.1.0. - [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/v15.4.1...v16.1.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 3288fcd..fcbceb0 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "ora": "^4.0.3", "querystring": "^0.2.0", "uuid": "^3.3.3", - "yargs": "^15.0.1" + "yargs": "^16.1.0" } }