From 2c079ebae651089855025db708225b16638c706b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 23:31:49 +0000 Subject: [PATCH] Bump yargs from 16.2.0 to 17.6.0 Bumps [yargs](https://github.com/yargs/yargs) from 16.2.0 to 17.6.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.6.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..7c4329c4 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.6.0" }, "devDependencies": { "bluebird": "^3.5.1",