From a42c2ff335cb3bffda9fd40ca4254972087e5e73 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 11:06:37 +0000 Subject: [PATCH] chore(deps): bump yargs from 16.2.0 to 17.0.1 Bumps [yargs](https://github.com/yargs/yargs) from 16.2.0 to 17.0.1. - [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.0.1) Signed-off-by: dependabot-preview[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 13a8fc6192..bdc90727f8 100644 --- a/packages/ipfs-cli/package.json +++ b/packages/ipfs-cli/package.json @@ -62,7 +62,7 @@ "stream-to-it": "^0.2.2", "streaming-iterables": "^6.0.0", "uint8arrays": "^2.1.6", - "yargs": "^16.0.3" + "yargs": "^17.0.1" }, "devDependencies": { "@types/progress": "^2.0.3",