From a744ee5d12d6a2d0879ae8e0b2a1bf966717e3d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 08:01:51 +0000 Subject: [PATCH] Bump yargs from 12.0.5 to 17.2.1 Bumps [yargs](https://github.com/yargs/yargs) from 12.0.5 to 17.2.1. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md) - [Commits](https://github.com/yargs/yargs/compare/v12.0.5...v17.2.1) --- updated-dependencies: - dependency-name: yargs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b6aaa7e..bf5ce3a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "ncp": "^2.0.0", "rimraf": "^3.0.2", "shelljs": "^0.8.2", - "yargs": "^12.0.1" + "yargs": "^17.2.1" }, "devDependencies": { "@types/inquirer": "^0.0.43",