From 2a6db375cc0cc019fe4017feb3f13081e62c076c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 06:06:48 +0000 Subject: [PATCH] Bump yargs from 6.6.0 to 17.6.1 Bumps [yargs](https://github.com/yargs/yargs) from 6.6.0 to 17.6.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/v6.6.0...v17.6.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 afa4fa6..423a3c8 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "chokidar": "^1.6.1", "fs-extra": "^1.0.0", "glob-all": "^3.1.0", - "yargs": "^6.3.0" + "yargs": "^17.6.1" }, "devDependencies": { "babel-cli": "^6.18.0",