From 28502c805f50b8155163a1d3b9432d89c2935c94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 22:11:50 +0000 Subject: [PATCH] Bump args from 2.4.2 to 2.5.0 Closes https://github.com/dart-lang/homebrew-dart/pull/182 GitOrigin-RevId: 0d4ec92dc56cc2f6c9d59d4111dc35f849b5e594 Change-Id: I79bd16672a34db15049502689e7afa4b26153b3e Reviewed-on: https://dart-review.googlesource.com/c/homebrew-dart/+/365184 Reviewed-by: Alexander Thomas Commit-Queue: Alexander Thomas --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 6762606..624da46 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -29,10 +29,10 @@ packages: dependency: "direct main" description: name: args - sha256: eef6c46b622e0494a36c5a12d10d77fb4e855501a91c1b9ef9339326e58f0596 + sha256: "7cf60b9f0cc88203c5a190b4cd62a99feea42759a7fa695010eb5de1c0b2252a" url: "https://pub.dev" source: hosted - version: "2.4.2" + version: "2.5.0" async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 54bc9bc..879c756 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,7 +6,7 @@ environment: dependencies: _discoveryapis_commons: ^1.0.5 - args: ^2.3.0 + args: ^2.5.0 googleapis: ^13.1.0 http: ^1.2.0 path: ^1.4.1