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