From 0c4aace0bd06f303b9274dd5e62cfb22cba54532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Aug 2021 11:14:23 +0000 Subject: [PATCH] chore(deps): bump yargs from 16.2.0 to 17.1.0 Bumps [yargs](https://github.com/yargs/yargs) from 16.2.0 to 17.1.0. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/yargs/compare/v16.2.0...v17.1.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 2614b3bd89..236c803017 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.1.0" }, "devDependencies": { "@types/progress": "^2.0.3",