From 0f4a997cd5438cd66af1da0a4369828259dd07fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 11:41:53 +0000 Subject: [PATCH] chore(deps): bump yargs from 16.2.0 to 17.6.2 Bumps [yargs](https://github.com/yargs/yargs) from 16.2.0 to 17.6.2. - [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.2) --- updated-dependencies: - dependency-name: yargs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/ipfs-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ipfs-cli/package.json b/packages/ipfs-cli/package.json index e9889c76d7..ee51340a9a 100644 --- a/packages/ipfs-cli/package.json +++ b/packages/ipfs-cli/package.json @@ -63,7 +63,7 @@ "progress": "^2.0.3", "stream-to-it": "^0.2.2", "uint8arrays": "^2.1.6", - "yargs": "^16.0.3" + "yargs": "^17.6.2" }, "devDependencies": { "@types/progress": "^2.0.3",