From 5bb883c476901e20b654bc5217de45142be62921 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 21:39:48 +0000 Subject: [PATCH] chore(deps): 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 df04221..546455a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -5,10 +5,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" parrot: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index ab9430b..6284ae2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ publish_to: none environment: sdk: '<4.0.0' dependencies: - args: ^2.4.2 + args: ^2.5.0 path: ^1.8.3 parrot: ^0.0.6 parrot_cmd: ^0.0.0