From 6c1799b9d07792cfd4126340adbd31ae02a093b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 22:08:06 +0000 Subject: [PATCH] chore(deps): bump args from 2.4.2 to 2.7.0 in /dart_ingestion Bumps [args](https://github.com/dart-lang/core/tree/main/pkgs) from 2.4.2 to 2.7.0. - [Release notes](https://github.com/dart-lang/core/releases) - [Commits](https://github.com/dart-lang/core/commits/args-v2.7.0/pkgs) --- updated-dependencies: - dependency-name: args dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dart_ingestion/pubspec.lock | 4 ++-- dart_ingestion/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dart_ingestion/pubspec.lock b/dart_ingestion/pubspec.lock index 458a2ed..bdae132 100644 --- a/dart_ingestion/pubspec.lock +++ b/dart_ingestion/pubspec.lock @@ -21,10 +21,10 @@ packages: dependency: "direct main" description: name: args - sha256: eef6c46b622e0494a36c5a12d10d77fb4e855501a91c1b9ef9339326e58f0596 + sha256: d0481093c50b1da8910eb0bb301626d4d8eb7284aa739614d2b394ee09e3ea04 url: "https://pub.dev" source: hosted - version: "2.4.2" + version: "2.7.0" async: dependency: transitive description: diff --git a/dart_ingestion/pubspec.yaml b/dart_ingestion/pubspec.yaml index d4d75cf..f95b0e6 100644 --- a/dart_ingestion/pubspec.yaml +++ b/dart_ingestion/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: shelf_router: 1.1.4 postgres: 3.3.0 http: 1.2.0 - args: 2.4.2 + args: 2.7.0 dev_dependencies: test: 1.25.0