From dea5d32311123d29de22a520b87a28823e43f383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 07:49:37 +0000 Subject: [PATCH] :arrow_up: Bump args from 2.4.2 to 2.5.0 Bumps [args](https://github.com/dart-lang/args) from 2.4.2 to 2.5.0. - [Release notes](https://github.com/dart-lang/args/releases) - [Changelog](https://github.com/dart-lang/args/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/args/compare/v2.4.2...v2.5.0) --- updated-dependencies: - dependency-name: args dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 45cd4e3..0042572 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -61,10 +61,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 e50a22f..de23efb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ environment: dependencies: algoliasearch: ^1.7.0 - args: ^2.4.2 + args: ^2.5.0 cli_script: ^1.0.0 envied: ^0.5.4+1 html_unescape: ^2.0.0