From bea44d4e39292a6edbab14a00c85211cdc30ba85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 22:26:42 +0000 Subject: [PATCH] chore: bump build_runner from 2.4.15 to 2.5.4 Bumps [build_runner](https://github.com/dart-lang/build) from 2.4.15 to 2.5.4. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.4.15...build_runner-v2.5.4) --- updated-dependencies: - dependency-name: build_runner dependency-version: 2.5.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 824aefc..05a069e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: yaml: 3.1.3 dev_dependencies: - build_runner: 2.4.15 + build_runner: 2.5.4 build_verify: 3.1.0 build_version: 2.1.1 mocktail: 1.0.4