From 6b8c4abedaf63c7494c3fa36f0b9f8850e74b5ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 20:43:59 +0000 Subject: [PATCH] chore: bump build_runner from 2.4.14 to 2.4.15 Bumps [build_runner](https://github.com/dart-lang/build) from 2.4.14 to 2.4.15. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.4.14...build_runner-v2.4.15) --- updated-dependencies: - dependency-name: build_runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index b5f6fa5..93aa0ff 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: yaml: 3.1.2 dev_dependencies: - build_runner: 2.4.14 + build_runner: 2.4.15 build_verify: 3.1.0 build_version: 2.1.1 mocktail: 1.0.4