From 82158d2415128a0e38b8780adefb8c02e4c68def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 19:42:43 +0000 Subject: [PATCH] Bump args from 2.3.1 to 2.3.2 in /pub/helpers (#6500) Bumps [args](https://github.com/dart-lang/args) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/dart-lang/args/releases) - [Changelog](https://github.com/dart-lang/args/blob/master/CHANGELOG.md) - [Commits](https://github.com/dart-lang/args/compare/2.3.1...v2.3.2) --- updated-dependencies: - dependency-name: args dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pub/helpers/pubspec.lock | 4 ++-- pub/helpers/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pub/helpers/pubspec.lock b/pub/helpers/pubspec.lock index d64a3c7f29f..f54db9a139f 100644 --- a/pub/helpers/pubspec.lock +++ b/pub/helpers/pubspec.lock @@ -21,7 +21,7 @@ packages: name: args url: "https://pub.dartlang.org" source: hosted - version: "2.3.1" + version: "2.3.2" async: dependency: transitive description: @@ -228,4 +228,4 @@ packages: source: hosted version: "2.0.3" sdks: - dart: ">=2.17.0 <3.0.0" + dart: ">=2.18.0 <3.0.0" diff --git a/pub/helpers/pubspec.yaml b/pub/helpers/pubspec.yaml index d751a7077a4..8c31ac7986c 100644 --- a/pub/helpers/pubspec.yaml +++ b/pub/helpers/pubspec.yaml @@ -5,7 +5,7 @@ environment: dependencies: path: ^1.8.3 yaml: ^3.1.1 - args: ^2.3.1 + args: ^2.3.2 collection: ^1.17.0 pub_semver: ^2.1.3 http: ^0.13.5