From cf23e48a79d058ee233b13ae9a93781642c1ada6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:41:03 +0000 Subject: [PATCH] build(deps): bump cli_completion from 0.3.0 to 0.4.0 in /src/my_cli Bumps [cli_completion](https://github.com/VeryGoodOpenSource/cli_completion) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/VeryGoodOpenSource/cli_completion/releases) - [Changelog](https://github.com/VeryGoodOpenSource/cli_completion/blob/main/CHANGELOG.md) - [Commits](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: cli_completion dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/my_cli/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/my_cli/pubspec.yaml b/src/my_cli/pubspec.yaml index 176138c..032788c 100644 --- a/src/my_cli/pubspec.yaml +++ b/src/my_cli/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: args: ^2.4.1 - cli_completion: ^0.3.0 + cli_completion: ^0.4.0 mason_logger: ^0.2.5 pub_updater: ^0.4.0