From 3651c5de256363bb4087c2396d8f358d329d1fe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 23:58:40 +0000 Subject: [PATCH] build(deps): bump yargs from 16.2.0 to 17.7.1 Bumps [yargs](https://github.com/yargs/yargs) from 16.2.0 to 17.7.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/v16.2.0...v17.7.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 f165faa..4063dfc 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "fs-extra": "^9.0.0", "lodash": "^4.17.15", "word-wrap": "^1.2.3", - "yargs": "^16.0.2" + "yargs": "^17.7.1" }, "devDependencies": { "chai": "^4.2.0",