From cae4d26b49432a4d9b3d2f7fe88e1b69660143dd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 11:47:36 +0000 Subject: [PATCH] chore(deps): bump yargs from 16.2.0 to 17.0.0 Bumps [yargs](https://github.com/yargs/yargs) from 16.2.0 to 17.0.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.0.0) 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 c4eafac171..52518bbca4 100644 --- a/packages/ipfs-cli/package.json +++ b/packages/ipfs-cli/package.json @@ -64,7 +64,7 @@ "stream-to-it": "^0.2.2", "streaming-iterables": "^5.0.2", "uint8arrays": "^2.1.3", - "yargs": "^16.0.3" + "yargs": "^17.0.0" }, "devDependencies": { "@types/progress": "^2.0.3",