From c45da3716926561f529b6a722ab521004165d4a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 16:35:46 +0000 Subject: [PATCH] chore(deps): bump build_runner, test and freezed Bumps [build_runner](https://github.com/dart-lang/build), [test](https://github.com/dart-lang/test/tree/master/pkgs) and [freezed](https://github.com/rrousselGit/freezed). These dependencies needed to be updated together. Updates `build_runner` from 2.15.1 to 2.15.2 - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.15.1...build_runner-v2.15.2) Updates `test` from 1.31.1 to 1.31.2 - [Release notes](https://github.com/dart-lang/test/releases) - [Commits](https://github.com/dart-lang/test/commits/test-v1.31.2/pkgs) Updates `freezed` from 3.2.5 to 4.0.0-dev.3 - [Commits](https://github.com/rrousselGit/freezed/compare/freezed-v3.2.5...freezed-v4.0.0-dev.3) --- updated-dependencies: - dependency-name: build_runner dependency-version: 2.15.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: test dependency-version: 1.31.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: freezed dependency-version: 4.0.0-dev.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 0a07c4d..ca638c6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -21,7 +21,7 @@ dependencies: dev_dependencies: build_runner: ^2.15.0 - freezed: ^3.2.5 + freezed: ">=3.2.5 <5.0.0" json_serializable: ^6.13.2 lints: ^6.1.0 test: ^1.31.1