From 82ac55f920e012e4f936f35a4c7215c0328a6125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 11:59:11 +0000 Subject: [PATCH] chore(deps): 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] --- 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..5c73636d5c 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.5.0" }, "devDependencies": { "@types/progress": "^2.0.3",