From ccc51dd13ba7ad4fab4cbdd2204bf65b3c41d743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 23:10:05 +0000 Subject: [PATCH] Bump yargs from 16.2.0 to 17.5.0 Bumps [yargs](https://github.com/yargs/yargs) from 16.2.0 to 17.5.0. - [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.5.0) --- 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 a30a766a..63b8e595 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "hammerjs": "^2.0.8", "klayjs-noflo": "^0.3.1", "tv4": "^1.3.0", - "yargs": "^16.1.1" + "yargs": "^17.5.0" }, "devDependencies": { "bluebird": "^3.5.1",