From 84e21c4a106120e3420d689f017c3d11678dea9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 02:29:16 +0000 Subject: [PATCH] chore(deps): bump commander from 6.2.1 to 7.1.0 Bumps [commander](https://github.com/tj/commander.js) from 6.2.1 to 7.1.0. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/tj/commander.js/compare/v6.2.1...v7.1.0) Signed-off-by: dependabot[bot] --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index 3d22fe3fb4..08f3f1a8c7 100644 --- a/cli/package.json +++ b/cli/package.json @@ -48,7 +48,7 @@ "@ionic/utils-fs": "^3.1.5", "@ionic/utils-subprocess": "^2.1.6", "@ionic/utils-terminal": "^2.3.0", - "commander": "^6.0.0", + "commander": "^7.1.0", "debug": "^4.2.0", "env-paths": "^2.2.0", "kleur": "^4.1.1",