From e21d8610923c141322212c332c0fef7924382bb2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 05:45:42 +0000 Subject: [PATCH] build(deps): bump yargs from 16.2.0 to 17.0.0 Bumps [yargs](https://github.com/yargs/yargs) from 16.2.0 to 17.0.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/v16.2.0...v17.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 de4e8fa..5cd93cf 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "semver": "^7.1.1", "tmp-promise": "^3.0.2", "which": "^2.0.1", - "yargs": "^16.0.2" + "yargs": "^17.0.0" }, "engines": { "node": ">= 10.0"