From 3519edefae91a8c953e1ffd0a5b28d721acffc23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 12:07:51 +0000 Subject: [PATCH] chore(deps): bump yargs from 16.2.0 to 17.6.0 Bumps [yargs](https://github.com/yargs/yargs) from 16.2.0 to 17.6.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.6.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..7747080b02 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.6.0" }, "devDependencies": { "@types/progress": "^2.0.3",