From 7ade4a4dd2cd7276823fb507624f5465859b79ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 14:24:26 +0000 Subject: [PATCH] chore(deps): bump yargs from 16.2.0 to 17.4.1 Bumps [yargs](https://github.com/yargs/yargs) from 16.2.0 to 17.4.1. - [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.4.1) --- 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..836146ecd8 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.4.1" }, "devDependencies": { "@types/progress": "^2.0.3",